Vulcan/client/sass/modules/_notifications.scss
2012-10-04 13:30:57 +09:00

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