mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -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%;
|
||||
display: flex;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user