mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added styling to fontawesome icons so they have same size as the other icons
This commit is contained in:
parent
041067f5f0
commit
229486015d
@ -3,6 +3,20 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
//fix for fontawesome icons
|
||||||
|
.fa-lock {
|
||||||
|
&::before {
|
||||||
|
font-size: 20px;
|
||||||
|
text-align: center;
|
||||||
|
padding-left: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.fa-history {
|
||||||
|
&::before {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-page--settings-opening {
|
.dashboard-page--settings-opening {
|
||||||
|
Loading…
Reference in New Issue
Block a user