From b00d6a12af45566c22737613a8ad3e25469e0b0d Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 21 Jul 2018 05:06:14 +0200 Subject: Fixing some linting problems with the SCSS --- scss/pysite/pages/main/bot/_clean_logs.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'scss') 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 +} -- cgit v1.2.3