mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 18:17:29 -05:00
35 lines
No EOL
595 B
SCSS
35 lines
No EOL
595 B
SCSS
.names {
|
|
float: left;
|
|
.username {
|
|
font-weight: bold;
|
|
}
|
|
span {
|
|
font-size: 13px;
|
|
padding-right: 8px;
|
|
a {
|
|
color: scale-color($primary, $lightness: 30%);
|
|
}
|
|
}
|
|
.fa {
|
|
font-size: 11px;
|
|
margin-left: 3px;
|
|
color: scale-color($primary, $lightness: 40%);
|
|
}
|
|
.new_user a, .user-title, .user-title a {
|
|
color: scale-color($primary, $lightness: 50%);
|
|
}
|
|
}
|
|
|
|
.cooked .highlight {
|
|
background-color: scale-color($highlight, $lightness: 40%);
|
|
padding: 2px;
|
|
margin: -2px;
|
|
}
|
|
|
|
.contents .cooked a {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.contents .cooked {
|
|
word-wrap: break-word;
|
|
} |