Сделала css переменные

This commit is contained in:
Daria Golova
2022-10-04 11:30:59 +03:00
parent c862a6bf04
commit a3c7120777
6 changed files with 15 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
:root {
--bg-lavender-color: #D7D9FF;
--bg-white-color: #F8F8FF;
--font-dark-blue-color: #252850;
--font-black-color: #090A15;
--btn-blue-color: #4169E1;
}

View File

@@ -1,5 +0,0 @@
$bg-lavender-color: #D7D9FF
$bg-white-color: #F8F8FF
$font-dark-blue-color: #252850
$font-black-color: #090A15
$btn-blue-color: #4169E1