commit
a2a334bdac
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-right: 1px solid rgba(114, 118, 126, 0.3);
|
||||
// border-right: 1px solid rgba(114, 118, 126, 0.3);
|
||||
}
|
||||
|
||||
&:not(:first-of-type) {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
$colbdblue: #3e82e5;
|
||||
$colbdgreen: #3ecc9c;
|
||||
// $colbdblue: #3e82e5;
|
||||
$colbdblue: $colbdgreen;
|
||||
$colerr: #d84040;
|
||||
$colwarn: #faa61a;
|
||||
$colok: #43b581;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue