113 lines
1.8 KiB
SCSS
Raw Normal View History

2022-06-08 12:16:17 +02:00
/*
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: 28px;
}
}
// Zaklenjene vsebine v toolbaru na levi
.toolbox{
.toolbox_item.user_access_locked{
background-color: #FFF0C5 !important;
2022-06-08 12:16:17 +02:00
&:hover{
background-color: $yellow !important;
2022-06-08 12:16:17 +02:00
}
}
.toolbox_border.user_access_locked{
border-color: $yellow !important;
}
2022-06-08 12:16:17 +02:00
}
// 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{
2022-06-08 12:37:21 +02:00
color: $yellow !important;
2022-06-08 12:16:17 +02:00
&:hover{
color: darken($yellow, 5%);
}
2022-06-08 12:37:21 +02:00
&:before,
&:after{
color: $yellow !important;
}
2022-06-08 12:16:17 +02:00
}
/* Popup z obvestilom, da je funkcionalnost onemogocena in je potrebno kupiti paket */
#popup_user_access{
2022-06-08 12:37:21 +02:00
@include popup_general();
}
2022-06-08 12:16:17 +02:00
2022-06-08 12:37:21 +02:00
.user_access_warning{
p{
margin-bottom: 16px;
}
2022-06-08 12:16:17 +02:00
}
2022-06-13 11:23:16 +02:00
// 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;
}