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

View File

@ -115,7 +115,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package {
// Vklop map v mojih anketah // Vklop map v mojih anketah
#folderSwitch.user_access_locked{ #folderSwitch.user_access_locked{
/* justify-content: center !important; */ /* od kod? */ /* justify-content: center !important; */ /* od kod? */
position: relative;
background-color: #FFF8E4 !important; background-color: #FFF8E4 !important;
border: 1px $dark-gray solid !important; border: 1px $dark-gray solid !important;
color: $dark-gray; color: $dark-gray;
@ -126,6 +126,7 @@ header #top_line #enka_nav .anketa_header_upgrade_package {
.switch_folders { .switch_folders {
&.on{ &.on{
position: absolute;
fill: #808080; fill: #808080;
left: 2px; left: 2px;
top: 1px top: 1px
@ -134,19 +135,14 @@ header #top_line #enka_nav .anketa_header_upgrade_package {
} }
&:after{ &:after{
/* content: '\f023'; position: absolute;
content: '\f023';
font-family: $fontawesome; font-family: $fontawesome;
position: absolute; position: absolute;
color: $yellow; color: $yellow;
font-weight: 900; font-weight: 900;
left: 87px; right: 4px;
top: 4px; */
position: absolute;
content: url("../../public/img/icons/lock_yellow.svg");
top: 4px; top: 4px;
right: 4.4px;
height: 12px;
} }
} }