basicswap_miserver/basicswap/static/css/style.css

35 lines
279 B
CSS
Raw Normal View History

2022-10-10 21:44:14 +00:00
.padded_row td
{
padding-top:1.5em;
}
.bold
{
font-weight:bold;
}
.monospace
{
font-family:monospace;
}
.floatright
{
2022-11-10 21:49:55 +00:00
position:fixed;
top:10px;
right:18px;
2022-10-10 21:44:14 +00:00
margin: 0;
2022-11-10 21:49:55 +00:00
width:calc(33.33% - 25px);
2022-10-10 21:44:14 +00:00
}
.error
{
2022-11-10 21:49:55 +00:00
background:#ff5b5b;
2022-10-10 21:44:14 +00:00
}
.error_msg
{
color:red;
}