320 lines
6.3 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: 36px;
width: 171px;
top: 15px;
left: 1544px;
2022-06-08 12:16:17 +02:00
}
}
// Zaklenjene vsebine v toolbaru na levi
.toolbox{
.toolbox_item.user_access_locked{
background-color: #FFF8E4 !important;
2022-06-08 12:16:17 +02:00
&:hover{
background-color: $yellow !important;
}
}
.toolbox_item.user_access_locked.new_if{
position: relative;
background-color: #FFF8E4 !important;
&:after{
position: absolute;
content: '\f023';
font-family: $fontawesome;
position: absolute;
color: $yellow;
font-weight: 600;
font-size: 12px;
right: 14.68px;
top: 12px;
2022-06-08 12:16:17 +02:00
}
}
.toolbox_item.user_access_locked.new_block{
position: relative;
background-color: #FFF8E4 !important;
&:after{
position: absolute;
content: '\f023';
font-family: $fontawesome;
position: absolute;
color: $yellow;
font-weight: 600;
font-size: 12px;
right: 14.68px;
top: 12px;
}
}
.toolbox_border.user_access_locked{
border-color: #FFEAAE !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;
}
}
.faicon.import.user_access_locked{
&:before{
color: $dark-gray !important;
background-color: #FFF8E4 !important;
border-radius: 2px;
2022-06-08 12:37:21 +02:00
}
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; */ /* od kod? */
position: relative;
background-color: #FFF8E4 !important;
border: 1px $dark-gray solid !important;
color: $dark-gray;
&:hover{
background-color: $yellow !important;
}
.switch_folders {
&.off{
position: absolute;
left: 1px;
top: 1px;
padding-left: 4px;
}
}
&:after{
position: absolute;
content: '\f023';
font-family: $fontawesome;
position: absolute;
color: $yellow;
font-weight: 900;
font-size: 12px;
right: 4px;
top: 4px;
}
}
// Hover izvozi
#hover_export{
padding: 8px;
#hover_export_rectangle{
position: relative;
width: 100%;
padding: 8px;
background-color: rgba(255, 248, 228, 0.4);
border: 1px solid #FFC700;
border-radius: 2px;
box-sizing: border-box;
&:after{
position: absolute;
content: '\f023';
font-family: $fontawesome;
font-weight: 900;
font-size: 12px;
color: $yellow;
top: 8px;
right: 8px;
}
.user_access_locked{
color: $dark-gray !important;
width: 100%;
.faicon{
padding-right: 4px;
}
.faicon:before{
color: $dark-gray!important;
}
.hover_export_icon{
width: 19px;
left: 16px;
}
}
}
#hover_export_rectangle_no_lock{
padding: 8px;
}
}
.menu_left-title.user_access_locked{
position: relative;
display: block;
width: 100%;
/* padding: 8px !important; */
padding: 8px 8px 0px 8px;
color: $dark-gray !important;
background-color: rgba(255, 248, 228, 0.4);
border-top: 1px solid #FFC700;
border-left: 1px solid #FFC700;
border-right: 1px solid #FFC700;
border-radius: 2px;
box-sizing: border-box;
/* &.dostop_1ka {
color: $dark-gray !important;
}
*/
&:after{
position: absolute;
content: '\f023';
font-family: $fontawesome;
font-weight: 900;
font-size: 12px;
color: $yellow;
top: 8px;
right: 8px;
}
}
.dostop_1ka{
color: $dark-gray !important;
}
.menu_left-list.user_access_locked{
position: relative;
display: block;
width: 100%;
padding: 8px !important;
}
.user_access_locked #jezik{
a{
position: relative;
/* left: 8px; */
width: 100%;
left: -8px;
height: 22px;
/* margin-left: -8px; */
padding-left: 8px;
display: block;
color: $dark-gray;
background-color: rgba(255, 248, 228, 0.4);
border: 1px solid #FFC700;
border-radius: 2px;
box-sizing: border-box;
&:after{
position: absolute;
content: '\f023';
font-family: $fontawesome;
font-weight: 600;
font-size: 12px;
color: $yellow;
right: 8px;
}
}
}
.menu_left-list.user_access_locked.locked{
background-color: rgba(255, 248, 228, 0.4);
border-bottom: 1px solid #FFC700;
border-left: 1px solid #FFC700;
border-right: 1px solid #FFC700;
border-radius: 2px;
box-sizing: border-box;
color: $dark-gray !important;
li {
&.active{
color: $dark-gray;
font-weight: 600;
}
}
}
.layout_left_item.user_access_locked{
padding: 16px;
}
// Filtri
#analiza_right_options.user_access_locked #div_analiza_filtri_right span{
color: $yellow !important;
}