[1KA Redesign] Placljive funkcionalnosti - gumb Mape z modrim toggle active in kljucavnico

This commit is contained in:
patrik2020 2022-10-18 22:39:18 +02:00
parent 4b61615ac6
commit 6ce2e94fd5
2 changed files with 12 additions and 18 deletions

View File

@ -10427,6 +10427,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package button {
#folderSwitch.user_access_locked {
/* justify-content: center !important; */ /* od kod? */
position: relative;
background-color: #FFF8E4 !important;
border: 1px #C4C4C4 solid !important;
color: #C4C4C4;
@ -10435,23 +10436,20 @@ header #top_line #enka_nav .anketa_header_upgrade_package button {
background-color: #FFC700 !important;
}
#folderSwitch.user_access_locked .switch_folders.on {
position: absolute;
fill: #808080;
left: 2px;
top: 1px;
}
#folderSwitch.user_access_locked:after {
/* content: '\f023';
font-family: $fontawesome;
position: absolute;
color: $yellow;
content: "\f023";
font-family: "Font Awesome 5 Free";
position: absolute;
color: #FFC700;
font-weight: 900;
left: 87px;
top: 4px; */
position: absolute;
content: url("../../public/img/icons/lock_yellow.svg");
right: 4px;
top: 4px;
right: 4.4px;
height: 12px;
}
#hover_export {

View File

@ -115,7 +115,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package {
// 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;
@ -126,6 +126,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package {
.switch_folders {
&.on{
position: absolute;
fill: #808080;
left: 2px;
top: 1px
@ -134,19 +135,14 @@ header #top_line #enka_nav .anketa_header_upgrade_package {
}
&:after{
/* content: '\f023';
position: absolute;
content: '\f023';
font-family: $fontawesome;
position: absolute;
color: $yellow;
font-weight: 900;
left: 87px;
top: 4px; */
position: absolute;
content: url("../../public/img/icons/lock_yellow.svg");
right: 4px;
top: 4px;
right: 4.4px;
height: 12px;
}
}