Files
nhgooi.nl/resources/assets/sass/abstracts/_variables.scss
Jorit Tijsen 1d94e7da7f Add some variables to the scss files
Use the period API call for the program schema
2024-03-20 17:54:10 +01:00

15 lines
259 B
SCSS
Vendored

// Container
$container-bg: #f9f9f9;
// Nav
$nav-text-weight: bold;
$nav-text-size: 14px;
// Base
$text-color: #1a1a1a;
$text-inverted-color: #fff;
$text-secondary-color: #666;
$text-dark-color: #282828;
$element-bg: #fff;
$text-description-color: #585858;