🐛 Fixed opaque select element, curved modals, better disabled color scheme

This commit is contained in:
Liyas Thomas
2019-12-09 09:40:47 +05:30
parent 979909ad57
commit 60ba539104
4 changed files with 10 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
// Border color
--brd-color: rgb(48, 47, 55);
// Error color
--err-color: rgb(41, 42, 45);
--err-color: rgba(255, 255, 255, 0.05);
// Acent color
--ac-color: #50fa7b;
// Active text color
@@ -48,7 +48,7 @@
// Border color
--brd-color: #eeeeed;
// Error color
--err-color: #eeeeee;
--err-color: rgba(0, 0, 0, 0.02);
// Acent color
--ac-color: #57b5f9;
// Active text color
@@ -73,7 +73,7 @@
// Border color
--brd-color: rgb(16, 16, 16);
// Error color
--err-color: rgb(8, 8, 8);
--err-color: rgba(255, 255, 255, 0.02);
// Acent color
--ac-color: #50fa7b;
// Active text color