[Redizajn 1KA] - Urejanje --> Nastavitve --> Osnovne nastavitve - v9

Popravek stack ikone
This commit is contained in:
tejagerjovic 2021-12-16 13:44:50 +01:00
parent fc4527243a
commit c856ccab39
3 changed files with 5 additions and 1 deletions

View File

@ -5159,6 +5159,7 @@ a.faicon.fa-stack {
height: 1em; height: 1em;
line-height: 1em; line-height: 1em;
width: 1em; width: 1em;
vertical-align: baseline;
} }
div.icon_holder { div.icon_holder {
@ -5857,6 +5858,7 @@ span.faicon.copy::before {
span.faicon.circle::before { span.faicon.circle::before {
content: "\f111"; content: "\f111";
vertical-align: middle;
} }
span.faicon.plus::before { span.faicon.plus::before {

View File

@ -47,6 +47,7 @@ a.faicon{
height: 1em; height: 1em;
line-height: 1em; line-height: 1em;
width: 1em; width: 1em;
vertical-align: baseline;
} }
} }

View File

@ -552,7 +552,7 @@ span.faicon.lock_close::before{
content: "\f023"; content: "\f023";
} }
// Zvone (notification) // Zvonec (notification)
span.faicon.bell::before{ span.faicon.bell::before{
content: "\f0f3"; content: "\f0f3";
} }
@ -574,6 +574,7 @@ span.faicon.copy::before{
// Plus, minus, krogi // Plus, minus, krogi
span.faicon.circle::before{ span.faicon.circle::before{
content: "\f111"; content: "\f111";
vertical-align: middle;
} }
span.faicon.plus::before{ span.faicon.plus::before{