mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-31 23:10:44 +00:00
6f56bf81fd
Improved layout Improved form styling Fixes issues with firefox Added menu icons
17 lines
No EOL
247 B
SCSS
17 lines
No EOL
247 B
SCSS
/*
|
|
Shoutbox Messages
|
|
*/
|
|
|
|
.shoutmsg {
|
|
margin-bottom: em(5);
|
|
|
|
.timestamp {
|
|
font-size: em(14);
|
|
border-radius: em(3);
|
|
background: $blue;
|
|
color: white;
|
|
display: inline-block;
|
|
font-style: italic;
|
|
padding: 0 em(6);
|
|
}
|
|
} |