2021-11-09 14:26:47 +01:00
|
|
|
span.faicon,
|
|
|
|
a.faicon{
|
|
|
|
font-family: $fontawesome;
|
|
|
|
color: inherit;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: 900;
|
|
|
|
|
2021-11-10 13:21:41 +01:00
|
|
|
&.link-right {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
//VELIKOSTI
|
|
|
|
|
2021-11-09 14:26:47 +01:00
|
|
|
&.large {
|
|
|
|
font-size: 32px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.medium {
|
|
|
|
font-size: 24px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.normal {
|
|
|
|
font-size: 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.small {
|
|
|
|
font-size: 10px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
span.faicon.lock_open::before{
|
|
|
|
content: "\f3c1";
|
|
|
|
}
|
|
|
|
span.faicon.lock_close::before{
|
|
|
|
content: "\f023";
|
|
|
|
}
|