0
0
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:
G.Ambatte
2024-06-06 22:12:13 +12:00
parent ed39852a8f
commit 866548deec
2 changed files with 9 additions and 13 deletions

View File

@@ -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;
}