mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Adds css for warning message
This commit is contained in:
parent
e7ae4a257b
commit
ae1d6825f7
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ h2 {
|
|||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#warning {
|
||||
background-color: #FF1654;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#branding, #actions {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue