fix: removed unused css variables

This commit is contained in:
Jannat Patel
2021-11-11 09:48:11 +05:30
parent 7939e6c619
commit 091fefb601
3 changed files with 0 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
@import "./style.css";
@import "./vars.css";

View File

@@ -1,26 +1,5 @@
:root {
--c1: #fefae0;
--c2: #264653;
--c3: #e9c46a;
--c4: #2a9d8f;
--c5: #f4a261;
--c6: #e76f51;
--c7: #ccd5ae;
--c8: #EEEEEE;
--bg: var(--c1);
--header-bg: var(--c2);
--header-color: var(--c3);
--tag-color: var(--c7);
--sidebar-bg: var(--c7);
--h-color: var(--c2);
--text-color-dark: #192734;
--text-color-light: #ccc;
--cta-color: var(--c4);
--send-message: var(--c7);
--received-message: var(--c8);
--checkbox-size: 14px;
--control-bg: var(--gray-100);
--button-background: #EEF0F2;
--text-xs: 11px;
--text-sm: 12px;
--text-md: 13px;

View File

@@ -1,6 +0,0 @@
/* Define all your css variables here. */
:root {
--tag-color: #737373;
--sidebar-bg: #F6F6F6;
--sidebar-border: #C4C4C4;
}