minor fixes to scss to utilize get color function

This commit is contained in:
cptran777 2018-04-23 22:07:51 -07:00
parent e9ec17b323
commit b670a810fb
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
margin-right: 64px; margin-right: 64px;
&__icon { &__icon {
color: set-color(red, red5); color: get-color(red5);
margin-right: 8px; margin-right: 8px;
} }
} }

View File

@ -94,7 +94,7 @@ $user-name-width: 170px;
} }
&__trigger { &__trigger {
color: rgba(0, 132, 191, 1); color: get-color(blue6);
font-weight: 600; font-weight: 600;
cursor: pointer; cursor: pointer;
} }