mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
6a1241ac9d
Improved content spacing Colour tweaks
33 lines
385 B
SCSS
33 lines
385 B
SCSS
/*
|
|
Shoutbox Messages
|
|
*/
|
|
|
|
.shoutmsg {
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
clear: both;
|
|
|
|
.timestamp {
|
|
@extend .highlight;
|
|
}
|
|
|
|
.user {
|
|
float: left;
|
|
padding: 0 5px 5px 0;
|
|
|
|
.delete {
|
|
float: left;
|
|
}
|
|
|
|
.username {
|
|
clear: right;
|
|
display: block;
|
|
}
|
|
|
|
.time {
|
|
clear: left;
|
|
display: block;
|
|
color: #5a5a5a;
|
|
}
|
|
}
|
|
}
|