mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 05:32:41 +00:00
Move renderWarnings to use Dialog
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
.renderWarnings{
|
||||
position : relative;
|
||||
float : right;
|
||||
display : inline-block;
|
||||
width : 350px;
|
||||
padding : 20px;
|
||||
padding-bottom : 10px;
|
||||
@@ -9,6 +8,7 @@
|
||||
margin-bottom : 10px;
|
||||
background-color : @yellow;
|
||||
color : white;
|
||||
border : none;
|
||||
a{
|
||||
font-weight : 800;
|
||||
}
|
||||
@@ -19,12 +19,13 @@
|
||||
opacity : 0.8;
|
||||
font-size : 2.5em;
|
||||
}
|
||||
i.dismiss{
|
||||
button.dismiss{
|
||||
position : absolute;
|
||||
top : 10px;
|
||||
right : 10px;
|
||||
cursor : pointer;
|
||||
opacity : 0.6;
|
||||
background-color: transparent;
|
||||
&:hover{
|
||||
opacity : 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user