dashboard: better size and alignment of settings icons

This commit is contained in:
Marcus Efraimsson 2018-04-16 17:16:35 +02:00
parent 060cd6ebef
commit 9573bc43ce
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -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;
}
}