ensl.org/app/assets/stylesheets/components/_shoutbox.scss
Luke Barratt 37e768c68f Switched web server to puma
Added styling to gathers page
Added styling to account page
Improved forms styling
2014-04-15 10:59:52 +01:00

16 lines
No EOL
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);
}
}