1
0
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:
2018-01-16 22:02:19 -06:00
parent b30af0cd09
commit 8de5dba9e3
15 changed files with 175 additions and 59 deletions

View File

@@ -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;
}
}