26 lines
420 B
SCSS

/*
Mobile tema ankete - Vijolična barva
*/
/* Barve */
$color_strong: #4527a0;
$color_light: #7e57c2;
$color_active: lighten($color_strong, 15%);
$color_light_lighter: lighten($color_light, 35%);
$color_gray: #E5E5E5;
$color_title: $color_strong;
$color_text: #333;
$color_link: $color_strong;
$color_link_hover: $color_active;
$color_warning: $color_active;
/* Import osnovne postavitve */
@import "Mobile";