2021-12-08 10:26:08 +01:00
|
|
|
/*
|
|
|
|
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
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2022-11-05 10:48:48 +01:00
|
|
|
.custom_radio {
|
|
|
|
|
|
|
|
>input[type="radio"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
>label {
|
|
|
|
&:before{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.spr_tip_1 .spremenljivka_content[spr_orientation="9"] #variable_holder,
|
|
|
|
.spr_tip_1 .spremenljivka_content[spr_orientation="11"] #variable_holder{
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2021-12-08 10:26:08 +01:00
|
|
|
.enka-custom-radio{
|
2022-11-05 10:48:48 +01:00
|
|
|
|
|
|
|
font-family: $fontawesome;
|
|
|
|
font-size: 20px;
|
|
|
|
|
2021-12-08 10:26:08 +01:00
|
|
|
&::before {
|
|
|
|
letter-spacing: 10px;
|
|
|
|
color: $gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.star::before {
|
|
|
|
content: fa-content($fa-var-star);
|
|
|
|
}
|
|
|
|
&.thumb::before {
|
|
|
|
content: fa-content($fa-var-thumbs-up);
|
|
|
|
}
|
|
|
|
&.smiley::before {
|
|
|
|
content: fa-content($fa-var-smile);
|
|
|
|
}
|
|
|
|
&.heart::before {
|
|
|
|
content: fa-content($fa-var-heart);
|
|
|
|
}
|
|
|
|
&.flag::before {
|
|
|
|
content: fa-content($fa-var-flag);
|
|
|
|
}
|
|
|
|
&.user::before {
|
|
|
|
content: fa-content($fa-var-user);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* visual analog scale - radio buttons */
|
|
|
|
.enka-vizualna-skala {
|
|
|
|
&::before {
|
|
|
|
font-family: $fontawesome;
|
|
|
|
font-size: 20px;
|
|
|
|
letter-spacing: 10px;
|
|
|
|
color: $gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
// D;
|
|
|
|
&.siv-61::before,
|
|
|
|
&.siv-71::before{
|
|
|
|
content: fa-content($fa-var-sad-tear);
|
|
|
|
}
|
|
|
|
|
|
|
|
// D:
|
|
|
|
&.siv-41::before,
|
|
|
|
&.siv-51::before,
|
|
|
|
&.siv-62::before,
|
|
|
|
&.siv-72::before {
|
|
|
|
content: fa-content($fa-var-frown-open);
|
|
|
|
}
|
|
|
|
|
|
|
|
// :(
|
|
|
|
&.siv-21::before,
|
|
|
|
&.siv-31::before,
|
|
|
|
&.siv-42::before,
|
|
|
|
&.siv-52::before,
|
|
|
|
&.siv-63::before,
|
|
|
|
&.siv-73::before {
|
|
|
|
content: fa-content($fa-var-frown);
|
|
|
|
}
|
|
|
|
|
|
|
|
// :|
|
|
|
|
&.siv-32::before,
|
|
|
|
&.siv-53::before,
|
|
|
|
&.siv-74::before{
|
|
|
|
content: fa-content($fa-var-meh);
|
|
|
|
}
|
|
|
|
|
|
|
|
// :)
|
|
|
|
&.siv-22::before,
|
|
|
|
&.siv-33::before,
|
|
|
|
&.siv-43::before,
|
|
|
|
&.siv-54::before,
|
|
|
|
&.siv-64::before,
|
|
|
|
&.siv-75::before {
|
|
|
|
content: fa-content($fa-var-smile);
|
|
|
|
}
|
|
|
|
|
|
|
|
// :D
|
|
|
|
&.siv-44::before,
|
|
|
|
&.siv-55::before,
|
|
|
|
&.siv-65::before,
|
|
|
|
&.siv-76::before {
|
|
|
|
content: fa-content($fa-var-grin);
|
|
|
|
}
|
|
|
|
|
|
|
|
// ;D
|
|
|
|
&.siv-66::before,
|
|
|
|
&.siv-77::before{
|
|
|
|
content: fa-content($fa-var-laugh-wink);
|
|
|
|
}
|
|
|
|
}
|