basicswap_miserver/basicswap/static/css/simple/style.css

35 lines
279 B
CSS
Raw Normal View History

2021-01-02 16:16:44 +00:00
.padded_row td
{
padding-top:1.5em;
}
.bold
{
font-weight:bold;
}
.monospace
{
font-family:monospace;
}
2022-07-31 17:33:01 +00:00
.floatright
{
position:fixed;
top:10px;
right:18px;
margin: 0;
width:calc(33.33% - 25px);
}
2022-07-31 21:40:58 +00:00
.error
{
background:#ff5b5b;
}
.error_msg
{
color:red;
}