116 lines
1.9 KiB
SCSS
116 lines
1.9 KiB
SCSS
/*
|
|
Placljive vsebine
|
|
*/
|
|
|
|
|
|
// Gumb za upgrade paketa v glavi
|
|
header #top_line #enka_nav .anketa_header_upgrade_package {
|
|
margin-left: 16px;
|
|
|
|
button{
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
height: 36px;
|
|
width: 171px;
|
|
top: 15px;
|
|
left: 1544px;
|
|
}
|
|
}
|
|
|
|
|
|
// Zaklenjene vsebine v toolbaru na levi
|
|
.toolbox{
|
|
|
|
.toolbox_item.user_access_locked{
|
|
background-color: #FFF0C5 !important;
|
|
|
|
&:hover{
|
|
background-color: $yellow !important;
|
|
}
|
|
}
|
|
|
|
.toolbox_border.user_access_locked{
|
|
border-color: $yellow !important;
|
|
}
|
|
}
|
|
|
|
// Zaklenjene vsebine v toolboxu za dodajanje vprasanja
|
|
#toolbox_add_advanced{
|
|
|
|
.segment_option.user_access_locked{
|
|
background-color: #FFF0C5;
|
|
|
|
&:hover{
|
|
background-color: $yellow;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// Zaklenjene ikone in text
|
|
.faicon.user_access_locked{
|
|
color: $yellow !important;
|
|
|
|
&:hover{
|
|
color: darken($yellow, 5%);
|
|
}
|
|
|
|
&:before,
|
|
&:after{
|
|
color: $yellow !important;
|
|
}
|
|
}
|
|
|
|
|
|
/* Popup z obvestilom, da je funkcionalnost onemogocena in je potrebno kupiti paket */
|
|
#popup_user_access{
|
|
@include popup_general();
|
|
}
|
|
|
|
.user_access_warning{
|
|
|
|
p{
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
// Narocila - tabele
|
|
.narocila_filters{
|
|
margin-bottom: 16px;
|
|
|
|
label{
|
|
margin-right: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
// Vklop map v mojih anketah
|
|
#folderSwitch.user_access_locked{
|
|
justify-content: center !important;
|
|
|
|
background-color: #FFF0C5 !important;
|
|
border: 1px $yellow solid !important;
|
|
|
|
&:hover{
|
|
background-color: $yellow !important;
|
|
}
|
|
}
|
|
|
|
|
|
// Hover izvozi
|
|
#hover_export .user_access_locked{
|
|
color: $yellow !important;
|
|
|
|
.faicon:before{
|
|
color: $yellow !important;
|
|
}
|
|
}
|
|
|
|
// Filtri
|
|
#analiza_right_options.user_access_locked #div_analiza_filtri_right span{
|
|
color: $yellow !important;
|
|
}
|
|
|
|
|