mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
16 lines
247 B
SCSS
16 lines
247 B
SCSS
|
/*
|
||
|
Shoutbox Messages
|
||
|
*/
|
||
|
|
||
|
.shoutmsg {
|
||
|
margin-bottom: em(5);
|
||
|
|
||
|
.timestamp {
|
||
|
font-size: em(14);
|
||
|
border-radius: em(3);
|
||
|
background: darken($light-blue, 10);
|
||
|
display: inline-block;
|
||
|
font-style: italic;
|
||
|
padding: 0 em(6);
|
||
|
}
|
||
|
}
|