DEV: Refactor blend-primary-secondary() usage in SCSS

This commit is contained in:
Penar Musaraj
2020-07-28 13:33:31 -04:00
parent cfd3dcee4a
commit 81ab62c72a
11 changed files with 19 additions and 19 deletions

View File

@@ -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%;