aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2019-02-09 15:06:49 +0100
committerMarvin Borner2019-02-09 15:06:49 +0100
commit5f0df7b3a723ed1ba5af34a5a4d73ef10a0f9e39 (patch)
tree72ae88ab447bfd8a8189f1f31cf078f307d3760a
parent55ab08f14f6f87cee52e075f8bff2378bf4e2b90 (diff)
Darkened interface
-rw-r--r--public/styles/style.sass16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/styles/style.sass b/public/styles/style.sass
index 01d9223..6019deb 100644
--- a/public/styles/style.sass
+++ b/public/styles/style.sass
@@ -20,6 +20,16 @@ html, body
.swal-text
text-align: center
+.swal-modal, .swal-title, .swal-text, .swal-icon--success__hide-corners, .swal-icon--success:after, .swal-icon--success:before
+ color: #fff
+ background: #293034
+
+.swal-icon--success__line
+ background-color: #00940a !important
+
+.swal-icon--success__ring
+ border: 4px solid hsla(131, 97%, 44%, 0.2)
+
.action-button
height: 50px
width: 50px
@@ -29,6 +39,12 @@ html, body
.message-input
width: 100%
padding-right: 50px
+ color: #fff
+ background-color: #2d3338
+ border-color: #2d3338
+
+.message-input::placeholder
+ color: #909090
.message-button
width: 50px