From 3a9ceaccb5326ff3b569e3f948b94107b7c26ee2 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 21 Jul 2018 04:48:54 +0200 Subject: Completed the clean API and the clean frontend. --- scss/pysite/pages/main/bot/_clean_logs.scss | 21 +++++++++++++++++++++ scss/pysite/style.scss | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 scss/pysite/pages/main/bot/_clean_logs.scss (limited to 'scss') diff --git a/scss/pysite/pages/main/bot/_clean_logs.scss b/scss/pysite/pages/main/bot/_clean_logs.scss new file mode 100644 index 00000000..ebfa18f8 --- /dev/null +++ b/scss/pysite/pages/main/bot/_clean_logs.scss @@ -0,0 +1,21 @@ +html.clean_logs { + + background-color: #18191d; + + span.nick { + color: #9298ff; + font-weight:700; + } + + span.time { + color: #75797f; + font-size:11px; + front-weight:normal; + margin-left:0.8em; + } + + span.text { + color: white; + margin-bottom:1em; + } +} \ No newline at end of file diff --git a/scss/pysite/style.scss b/scss/pysite/style.scss index dace05e7..3858d4c4 100644 --- a/scss/pysite/style.scss +++ b/scss/pysite/style.scss @@ -53,6 +53,8 @@ @import "pages/main/jams/team_view"; @import "pages/main/jams/team_list"; +@import "pages/main/bot/clean_logs"; + // Sectional: Staff Blueprint @import "pages/staff/common"; -- cgit v1.2.3