mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashboard: better size and alignment of settings icons
This commit is contained in:
parent
060cd6ebef
commit
9573bc43ce
@ -3,20 +3,6 @@
|
||||
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 {
|
||||
@ -78,8 +64,13 @@
|
||||
background: $page-bg;
|
||||
}
|
||||
|
||||
i {
|
||||
padding-right: 5px;
|
||||
.gicon {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.fa {
|
||||
font-size: 17px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user