mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
11 lines
107 B
SCSS
11 lines
107 B
SCSS
/*
|
|
Shoutbox Messages
|
|
*/
|
|
|
|
.shoutmsg {
|
|
margin-bottom: 5px;
|
|
|
|
.timestamp {
|
|
@extend .highlight;
|
|
}
|
|
}
|