mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 22:52:40 +00:00
65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
.popups{
|
|
position : fixed;
|
|
top : @navbarHeight;
|
|
right : 15px;
|
|
z-index : 10001;
|
|
width : 450px;
|
|
}
|
|
|
|
.notificationPopup{
|
|
position : relative;
|
|
display : inline-block;
|
|
width : 100%;
|
|
padding : 15px;
|
|
padding-bottom : 10px;
|
|
padding-left : 25px;
|
|
background-color : @blue;
|
|
color : white;
|
|
a{
|
|
color : #e0e5c1;
|
|
font-weight : 800;
|
|
}
|
|
i.info{
|
|
position : absolute;
|
|
top : 12px;
|
|
left : 12px;
|
|
opacity : 0.8;
|
|
font-size : 2.5em;
|
|
}
|
|
i.dismiss{
|
|
position : absolute;
|
|
top : 10px;
|
|
right : 10px;
|
|
cursor : pointer;
|
|
opacity : 0.6;
|
|
&:hover{
|
|
opacity : 1;
|
|
}
|
|
}
|
|
.header {
|
|
padding-left : 50px;
|
|
}
|
|
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{
|
|
font-size : 0.8em;
|
|
line-height : 1.4em;
|
|
margin-top : 1.4em;
|
|
em{
|
|
font-weight : 800;
|
|
}
|
|
}
|
|
}
|
|
}
|