Modifies button style, per Creative

This commit is contained in:
Jennifer Siegfried 2016-08-04 07:50:48 -06:00
parent 0562c1ffa2
commit 7f72e6eabd

View File

@ -35,11 +35,15 @@
opacity: 0.3;
}
}
.secondary-btn {
.secondary-btn,
input[type="submit"].secondary-btn,
button.secondary-btn {
background-color: $secondary-color;
}
.tertiary-btn {
.tertiary-btn,
input[type="submit"].tertiary-btn,
button.tertiary-btn {
background-color: transparent;
color: $primary-color;
border: 1px solid $primary-color;