mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 17:12:48 +00:00
client - support for admin/mod users
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
$fontPrimary: #cccccc;
|
||||
$linkColor: #FFB019;
|
||||
$bluePost: #00C0FF;
|
||||
|
||||
html {
|
||||
font-family: Arial,Helvetica,Sans-Serif;
|
||||
@@ -103,6 +104,12 @@ span.grey {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
& + & {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.input {
|
||||
border: 1px solid lighten(#161616, 10%);
|
||||
background-color: #161616;
|
||||
@@ -157,3 +164,17 @@ div {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.blue {
|
||||
color: $bluePost !important;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.blue-post {
|
||||
p {
|
||||
color: $bluePost;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user