added styling to fontawesome icons so they have same size as the other icons

This commit is contained in:
Patrick O'Carroll 2018-04-12 10:44:00 +02:00
parent 041067f5f0
commit 229486015d

View File

@ -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 {