mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Refactor blend-primary-secondary() usage in SCSS
This commit is contained in:
@@ -507,7 +507,7 @@ table {
|
||||
animation: rotate-forever 1s infinite linear;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border: 4px solid blend-primary-secondary(50%);
|
||||
border: 4px solid $primary-low-mid;
|
||||
border-right-color: transparent;
|
||||
border-radius: 50%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user