Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
297 B
36 lines
297 B
2 years ago
|
|
||
|
.padded_row td
|
||
|
{
|
||
|
padding-top:1.5em;
|
||
|
}
|
||
|
|
||
|
.bold
|
||
|
{
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
|
||
|
.monospace
|
||
|
{
|
||
|
font-family:monospace;
|
||
|
}
|
||
|
|
||
|
.floatright
|
||
|
{
|
||
|
position:fixed;
|
||
|
top:50px;
|
||
|
right:18px;
|
||
|
margin: 0;
|
||
|
width:calc(33.33% - 25px);
|
||
|
z-index: 50;
|
||
|
}
|
||
|
|
||
|
.error
|
||
|
{
|
||
|
border: 1px solid red;
|
||
|
}
|
||
|
|
||
|
.error_msg
|
||
|
{
|
||
|
color:red;
|
||
|
}
|