Fix typos in staticman.css
This was preventing the file from applying rules.
This commit is contained in:
parent
5c7dd467c5
commit
78b086b033
1 changed files with 5 additions and 6 deletions
|
|
@ -74,13 +74,12 @@
|
|||
margin-left: -150px;
|
||||
margin-top: -150px;
|
||||
min-height: 0;
|
||||
height: 30%
|
||||
height: 30%;
|
||||
z-index: 9999;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid rgba(0,0,0,0.25);
|
||||
background-color: rgba(220,220,220,0.9);
|
||||
height: 10em;
|
||||
|
||||
padding: 0.5rem;
|
||||
border: 1px solid rgba(0,0,0,0.25);
|
||||
background-color: rgba(220,220,220,0.9);
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
form--loading:before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue