mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
20 lines
No EOL
302 B
SCSS
20 lines
No EOL
302 B
SCSS
.notifications{
|
|
position:fixed;
|
|
height:100%;
|
|
width:120px;
|
|
top:0px;
|
|
left:0px;
|
|
background:white(0.8);
|
|
ul{
|
|
li{
|
|
margin-bottom:10px;
|
|
padding:10px;
|
|
border-bottom:1px solid $lighter-grey;
|
|
font-size:14px;
|
|
.notification-timestamp{
|
|
color:$light-text;
|
|
font-size:13px;
|
|
}
|
|
}
|
|
}
|
|
} |