aboutsummaryrefslogtreecommitdiffstats
path: root/scss/pysite/pages
diff options
context:
space:
mode:
Diffstat (limited to 'scss/pysite/pages')
-rw-r--r--scss/pysite/pages/main/bot/_clean_logs.scss20
1 files changed, 20 insertions, 0 deletions
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..002a5e51
--- /dev/null
+++ b/scss/pysite/pages/main/bot/_clean_logs.scss
@@ -0,0 +1,20 @@
+.clean-logs {
+
+ background-color: $clean_logs_background;
+
+ .nick {
+ font-weight: 700;
+ }
+
+ .time {
+ color: $clean_logs_timestamp;
+ font-size: 11px;
+ font-weight: normal;
+ margin-left: .8em;
+ }
+
+ .text {
+ color: $white;
+ margin-bottom: 1em;
+ }
+}