0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 13:32:45 +00:00

renamed render warnings and now built into the brewrenderer

This commit is contained in:
Scott Tolksdorf
2017-01-14 14:20:42 -08:00
parent 6e86d9c123
commit 5fe7c7a6d8
5 changed files with 36 additions and 27 deletions

View File

@@ -0,0 +1,42 @@
.warnings{
position : fixed;
display : inline-block;
top : @navbarHeight;
right : 15px;
z-index : 10001;
width : 350px;
padding : 20px;
padding-bottom : 10px;
padding-left : 85px;
background-color : @yellow;
color : white;
i{
position: absolute;
left: 24px;
opacity: 0.8;
font-size: 2.5em;
top: 24px;
}
small{
opacity : 0.7;
font-size : 0.6em;
}
h3{
font-size : 1.1em;
font-weight : 800;
}
ul{
margin-top : 15px;
font-size : 0.8em;
list-style-position : outside;
list-style-type : disc;
li{
line-height : 1.6em;
font-size: 0.8em;
em{
font-weight: 800;
}
}
}
}