2022-03-15 09:38:53 +01:00

142 lines
2.4 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 21-Sep-2018
Author : Peter Hrvatin
*/
/* NAPREDNI MODULI */
.navigation_modules{
a{
text-decoration: none !important;
}
}
span.module_icon{
display: flex;
align-items: center;
height: 24px;
padding: 0 8px;
color: $white;
font-weight: 700;
font-size: 16px;
background-color: $dark-blue;
border-radius: 2px;
transition: 0.2s;
&::before{
line-height: 20px;
}
&.maza::before{
content: "MAZA";
}
&.wpn::before{
content: "WPN";
}
&.panel::before{
content: "Panel";
}
&.telephone::before{
content: "TEL";
}
&.slideshow::before{
content: "SS";
}
&.evalvation::before{
content: "EVAL";
}
&.vnos::before{
content: "V";
}
&.social::before{
content: "SN";
}
&.quiz::before{
content: "Q";
}
&.voting::before{
content: "VOTE";
}
&.advanced_paradata::before{
content: "AP";
}
&.chat::before{
content: "C";
}
&.degrees_1ka::before{
content: "360";
}
&.mju::before{
content: "H";
}
&.sa-hierarhija::before{
content: "SA";
}
&.degrees::before{
content: "360";
}
&.borza::before{
content: "Borza";
}
&.evoli::before{
content: "Evoli";
}
&.evoli_teammeter::before{
content: "Evoli TM";
}
&.evoli_quality_climate::before{
content: "Evoli QC";
}
&.evoli_teamship_meter::before{
content: "Evoli TSM";
}
&.evoli_organizational_employeeship_meter::before{
content: "Evoli OEM";
}
&.evoli_employmeter::before{
content: "Evoli EM";
}
&.excell_matrix::before{
content: "EM";
}
&.mfdps::before{
content: "MFDPS";
}
&.mju::before{
content: "MJU";
}
&.gdpr{
color: $blue;
&:hover{
color: $white;
}
&.active{
color: $white;
&:hover{
color: white;
}
}
&::before{
content: "GDPR";
}
}
}