mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
37e768c68f
Added styling to gathers page Added styling to account page Improved forms styling
16 lines
No EOL
247 B
SCSS
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);
|
|
}
|
|
} |