mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 12:02:44 +00:00
Added ability to hide render wanring notification
This commit is contained in:
@@ -11,12 +11,22 @@
|
||||
padding-left : 85px;
|
||||
background-color : @yellow;
|
||||
color : white;
|
||||
i{
|
||||
position: absolute;
|
||||
left: 24px;
|
||||
opacity: 0.8;
|
||||
font-size: 2.5em;
|
||||
top: 24px;
|
||||
i.ohno{
|
||||
position : absolute;
|
||||
top : 24px;
|
||||
left : 24px;
|
||||
opacity : 0.8;
|
||||
font-size : 2.5em;
|
||||
}
|
||||
i.dismiss{
|
||||
position : absolute;
|
||||
top : 10px;
|
||||
right : 10px;
|
||||
cursor : pointer;
|
||||
opacity : 0.6;
|
||||
&:hover{
|
||||
opacity : 1;
|
||||
}
|
||||
}
|
||||
small{
|
||||
opacity : 0.7;
|
||||
@@ -32,10 +42,10 @@
|
||||
list-style-position : outside;
|
||||
list-style-type : disc;
|
||||
li{
|
||||
font-size : 0.8em;
|
||||
line-height : 1.6em;
|
||||
font-size: 0.8em;
|
||||
em{
|
||||
font-weight: 800;
|
||||
font-weight : 800;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user