ensl.org/app/assets/stylesheets/components/_shoutbox.scss
2014-04-18 01:07:07 +01:00

17 lines
No EOL
253 B
SCSS

/*
Shoutbox Messages
*/
.shoutmsg {
margin-bottom: em(5);
.timestamp {
font-size: em(14);
border-radius: em(3);
background: $light-blue;
color: white;
display: inline-block;
font-style: italic;
padding: 0 em(6);
}
}