129 lines
2.5 KiB
SCSS
129 lines
2.5 KiB
SCSS
![]() |
/*
|
||
|
Created on : 3-Jan-2019
|
||
|
Author : Peter Hrvatin
|
||
|
*/
|
||
|
|
||
|
// Color
|
||
|
$soft_blue: #ededed;
|
||
|
$soft_blue_super_lighten: lighten( $soft_blue, 8% );
|
||
|
$soft_blue_very_lighten: lighten( $soft_blue, 5% );
|
||
|
$soft_blue_lighten: lighten( $soft_blue, 2% );
|
||
|
$soft_blue_very_darken: darken( $soft_blue, 30% );
|
||
|
|
||
|
$strong_blue: #919191;
|
||
|
$strong_blue_darken: darken( $strong_blue, 10% );
|
||
|
$strong_blue_super_darken: darken( $strong_blue, 40% );
|
||
|
$strong_blue_lighten: lighten( $strong_blue, 10% );
|
||
|
$strong_blue_very_lighten: lighten( $strong_blue, 20% );
|
||
|
$strong_blue_super_light: lighten( $strong_blue, 25% );
|
||
|
|
||
|
$orange: #e1001a;
|
||
|
$orange_lighten: lighten( $orange, 0% );
|
||
|
$orange_very_lighten: lighten( $orange, 0% );
|
||
|
$orange_super_lighten: lighten( $orange, 0% );
|
||
|
$orange_darken: darken( $orange, 5% );
|
||
|
$orange_very_darken: darken( $orange, 10% );
|
||
|
|
||
|
$red_error: #990000;
|
||
|
$red: #ff0000;
|
||
|
$red_lighten: lighten( $red, 17% );
|
||
|
|
||
|
$grey_almost_white: #f8f8f8;
|
||
|
$grey_super_light: #efefef;
|
||
|
$grey_very_light: lightgrey;
|
||
|
$grey_light: #aaa;
|
||
|
$grey_normal: grey;
|
||
|
$grey_dark: #606060;
|
||
|
$grey_very_dark: #404040;
|
||
|
$grey_super_dark: #000;
|
||
|
|
||
|
|
||
|
$link: $strong_blue;
|
||
|
|
||
|
$popup_border: $soft_blue;
|
||
|
|
||
|
|
||
|
/* LOGO */
|
||
|
#enka_logo {
|
||
|
width: 216px !important;
|
||
|
height: 35px !important;
|
||
|
|
||
|
background-image: url(../../admin/survey/modules/mod_gorenje/img_new/logo.png) !important;
|
||
|
background-repeat: no-repeat !important;
|
||
|
}
|
||
|
#enka_logo.english {
|
||
|
background-image: url(../../admin/survey/modules/mod_gorenje/img_new/logo.png) !important;
|
||
|
}
|
||
|
|
||
|
#topLine2 {
|
||
|
padding-left: 210px !important;
|
||
|
}
|
||
|
.faicon.info.icon-inline.icon-white{
|
||
|
color: $strong_blue_darken !important;
|
||
|
}
|
||
|
|
||
|
#secondNavigation{
|
||
|
border-color: $strong_blue !important;
|
||
|
}
|
||
|
#secondNavigation ul.secondNavigation a,
|
||
|
#secondNavigation ul.secondNavigationArchive a{
|
||
|
color: #000 !important;
|
||
|
}
|
||
|
#secondNavigation a.active{
|
||
|
color: $orange !important;
|
||
|
}
|
||
|
|
||
|
#topSettingsHolder{
|
||
|
color: #000 !important;
|
||
|
border-color: $strong_blue !important;
|
||
|
}
|
||
|
#globalSetingsLinks.analiza ul li a{
|
||
|
color: #000 !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
table#surveyList_new,
|
||
|
table#surveyList_new tr td .small,
|
||
|
table#surveyList_new tr td .title{
|
||
|
color: #000 !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
#new_anketa_div{
|
||
|
#left_menu{
|
||
|
.item.active{
|
||
|
color: white !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.survey_type_holder{
|
||
|
.setting.survey_type.active{
|
||
|
color: white !important;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
h1, h2, h3, legend{
|
||
|
color: #000 !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
#branching li.nodrop span.pb_on{
|
||
|
color: #000 !important;
|
||
|
font-weight: 600 !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
#dataTable,
|
||
|
#dataTable tr,
|
||
|
#dataTable th,
|
||
|
#dataTable td,
|
||
|
.anl_ar,
|
||
|
.anl_bt,
|
||
|
.anl_br,
|
||
|
.anl_bl,
|
||
|
.anl_bb{
|
||
|
border-color: $strong_blue !important;
|
||
|
}
|