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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user