/* 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: #FFF8E4 !important; /* &:hover{ background-color: $yellow !important; } */ } .toolbox_item.user_access_locked.new_if{ background-color: #FFF8E4 !important; &:after{ position: absolute; content: url("../../public/img/icons/lock_yellow.svg"); top: 340px; right: 14.68px; height: 14px; } } .toolbox_item.user_access_locked.new_block{ background-color: #FFF8E4 !important; &:after{ position: absolute; content: url("../../public/img/icons/lock_yellow.svg"); top: 379px; right: 14.68px; height: 14px; } } .toolbox_border.user_access_locked{ border-color: #FFEAAE !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; */ /* od kod? */ position: relative; background-color: #FFF8E4 !important; border: 1px $dark-gray solid !important; color: $dark-gray; &:hover{ background-color: $yellow !important; } .switch_folders { &.on{ position: absolute; fill: #808080; left: 2px; top: 1px } } &:after{ position: absolute; content: '\f023'; font-family: $fontawesome; position: absolute; color: $yellow; font-weight: 900; 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; color: $yellow; top: 8px; right: 8px; } .user_access_locked{ color: $dark-gray !important; width: 100%; .faicon:before{ color: $dark-gray!important; } .hover_export_icon{ width: 19px; left: 16px; } } } } // Filtri #analiza_right_options.user_access_locked #div_analiza_filtri_right span{ color: $yellow !important; }