Simplify borders in dashboard resource cards

In both cases we were using a 2px solid border with the color of the
current text, so we can write the rule once and without defining the
colors.
This commit is contained in:
Javi Martín
2021-05-20 00:04:38 +02:00
parent 0c2e752932
commit 80dbdeec98

View File

@@ -182,14 +182,13 @@
background: #feeaeb;
&::before {
border: 2px solid #fb9497;
color: #fb9497;
content: "\74";
}
}
&::before {
border: 2px solid #00cb96;
border: 2px solid;
border-radius: rem-calc(40);
color: #00cb96;
content: "\6c";