26 lines
952 B
CSS
26 lines
952 B
CSS
:root {
|
|
--font-family: 'Poppins';
|
|
--background-color: #131419;
|
|
--background-color-original: rgb(16, 36, 50);
|
|
--input-background-color: rgb(0,20,34);
|
|
--input-border-color: #304562;
|
|
--primary-text-color: rgb(180,200, 214);
|
|
--product-container-background-color: rgb(39,59,73);
|
|
--product-container-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
|
|
--product-title-text-color: rgb(200,220,234);
|
|
--image-overlay-opacity: 0.9;
|
|
--tag-background-color: #415664;
|
|
--tag-text-color: rgb(210,220,230);
|
|
--tag-border: none;
|
|
--tag-border-radius: 0.8em;
|
|
--tag-padding: 0.3em 1em;
|
|
--tag-margin: 1em 0.5em 0 0;
|
|
--tag-hover-background-color: #596f7e;
|
|
--tag-hover-text-color: rgb(240,250,254);
|
|
--tag-hover-border: none;
|
|
--product-footer-background-color: rgb(0,20,34);
|
|
--product-footer-text-color: rgb(220,230,234);
|
|
--expected-date-text-color: #ffe073;
|
|
--planned-date-text-color: #73bdff;
|
|
}
|