Simplify colors in dashboard icons

We can just inherit the colors; no need to define them explicitly.
This commit is contained in:
Javi Martín
2021-05-28 23:35:48 +02:00
parent 6b7792937f
commit ae66211c34

View File

@@ -237,7 +237,6 @@
background: #fff;
border: 1px solid $border;
border-radius: rem-calc(36);
color: #000;
content: "\77";
font-family: "icons";
font-size: rem-calc(24);
@@ -264,7 +263,6 @@
position: relative;
&::before {
color: #000;
font-family: "icons";
font-size: rem-calc(24);
left: 6px;