aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-21 05:06:14 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-21 05:06:14 +0200
commitb00d6a12af45566c22737613a8ad3e25469e0b0d (patch)
tree887108e83ada79dbd83f9e8d5339906ac4428ebf /scss
parentCompleted the clean API and the clean frontend. (diff)
Fixing some linting problems with the SCSS
Diffstat (limited to 'scss')
-rw-r--r--scss/pysite/pages/main/bot/_clean_logs.scss20
1 files changed, 10 insertions, 10 deletions
diff --git a/scss/pysite/pages/main/bot/_clean_logs.scss b/scss/pysite/pages/main/bot/_clean_logs.scss
index ebfa18f8..4209ef32 100644
--- a/scss/pysite/pages/main/bot/_clean_logs.scss
+++ b/scss/pysite/pages/main/bot/_clean_logs.scss
@@ -2,20 +2,20 @@ html.clean_logs {
background-color: #18191d;
- span.nick {
+ .nick {
color: #9298ff;
- font-weight:700;
+ font-weight: 700;
}
- span.time {
+ .time {
color: #75797f;
- font-size:11px;
- front-weight:normal;
- margin-left:0.8em;
+ font-size: 11px;
+ front-weight: normal;
+ margin-left: .8em;
}
- span.text {
- color: white;
- margin-bottom:1em;
+ .text {
+ color: #FFFFFF;
+ margin-bottom: 1em;
}
-} \ No newline at end of file
+}