refactor(country orders): use primary color on buttons

This commit is contained in:
Sergey Andrievskiy 2019-06-19 10:28:57 +03:00
parent bfe473e968
commit b67e6f0ca6

View file

@ -25,7 +25,7 @@
border: none; border: none;
a { a {
background-color: nb-theme(color-success-default); background-color: nb-theme(color-primary-default);
color: nb-theme(text-alternate-color); color: nb-theme(text-alternate-color);
border-bottom: none; border-bottom: none;
} }