basicswap_miserver/basicswap/static/css/style.css
gerlofvanek 9495249e70 GUI v.01
-
2022-10-10 23:44:14 +02:00

36 lines
297 B
CSS

.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;
}