Use new application icons

This commit is contained in:
yflory
2018-11-05 12:02:27 +01:00
parent 4edb1c2e0d
commit 7509ce1cc7
15 changed files with 140 additions and 74 deletions

View File

@@ -64,7 +64,7 @@
&:not(.fa) {
font: @dropdown_font;
}
&.fa {
&.fa, &.cptools {
font-size: 18px;
&::before {
width: 40px;
@@ -76,7 +76,7 @@
}
}
.fa {
.fa, .cptools {
width: 20px;
text-align: center;
margin-right: 5px !important;

View File

@@ -28,7 +28,7 @@
background-color: rgba(0,0,0,0.2);
color: #666;
}
.fa {
.fa, .cptools {
display: block;
font-size: 64px;
margin: 18px 0;

View File

@@ -11,7 +11,7 @@
cursor: pointer;
height: @variables_bar-height;
line-height: @variables_bar-height - 10px;
.fa {
.fa, .cptools {
width: 25px;
}
&:hover {