mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Start of notifications (styling)
This commit is contained in:
BIN
basicswap/static/css/.DS_Store
vendored
BIN
basicswap/static/css/.DS_Store
vendored
Binary file not shown.
@@ -1,34 +0,0 @@
|
||||
|
||||
.padded_row td
|
||||
{
|
||||
padding-top:1.5em;
|
||||
}
|
||||
|
||||
.bold
|
||||
{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.monospace
|
||||
{
|
||||
font-family:monospace;
|
||||
}
|
||||
|
||||
.floatright
|
||||
{
|
||||
position:fixed;
|
||||
top:10px;
|
||||
right:18px;
|
||||
margin: 0;
|
||||
width:calc(33.33% - 25px);
|
||||
}
|
||||
|
||||
.error
|
||||
{
|
||||
background:#ff5b5b;
|
||||
}
|
||||
|
||||
.error_msg
|
||||
{
|
||||
color:red;
|
||||
}
|
||||
@@ -16,11 +16,10 @@
|
||||
|
||||
.floatright
|
||||
{
|
||||
position:fixed;
|
||||
top:50px;
|
||||
right:18px;
|
||||
position: fixed;
|
||||
top: 2em;
|
||||
right: 2em;
|
||||
margin: 0;
|
||||
width:calc(33.33% - 25px);
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user