19 lines
344 B
SCSS
19 lines
344 B
SCSS
/*
|
|
Default tema ankete - 1ka - Zelena barva
|
|
*/
|
|
|
|
|
|
/* Barve */
|
|
$color_strong: #2e7d3a;
|
|
$color_light: #66bb6a;
|
|
$color_active: lighten($color_strong, 15%);
|
|
|
|
$color_light_lighter: lighten($color_light, 35%);
|
|
|
|
$color_title: $color_strong;
|
|
$color_link: $color_strong;
|
|
$color_link_hover: $color_active;
|
|
|
|
|
|
/* Import osnovne postavitve */
|
|
@import "1ka"; |