Add shadows variables

This commit is contained in:
Konstantinos Triantafyllou 2022-03-28 01:35:16 +03:00
parent 9f07792c43
commit 60b581dc8e
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
:root {
--shadow-main: -15px -15px 20px rgb(255 255 255 / 30%), 15px 15px 20px rgb(0 0 0 / 10%);
--shadow-button: -5px -5px 15px rgb(255 255 255 / 5%), 5px 5px 15px rgb(0 0 0 / 30%);
--shadow-inset: inset -3px -3px 6px rgb(255 255 255 / 90%), inset 3px 3px 6px rgb(0 0 0 / 10%);
--shadow-nav: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

View File

@ -12,6 +12,7 @@
--disable-color: #B3B3B3;
--muted-color: #EAEAEA;
--light-color: #FFFFFF;
--table-color: #F5F5F5;
--default-color: #F9F9F9;
--light-blue: #F4F8F9;