Less specific style so they can be overridden

This commit is contained in:
joshaber 2016-12-05 11:07:21 -05:00
parent b5f5ad2015
commit 773d034acd

View file

@ -1,4 +1,4 @@
button.button-component {
.button-component {
// Chrome on Windows ignores the body element
// font-family and uses Arial so we redefine
// it here
@ -25,7 +25,7 @@ button.button-component {
&:disabled { opacity: 0.3; }
}
button.button-component[type='submit'] {
.button-component[type='submit'] {
background-color: var(--button-background);
color: var(--button-text-color);
@ -34,7 +34,7 @@ button.button-component[type='submit'] {
}
}
a.link-button-component {
.link-button-component {
color: var(--link-button-color);
text-decoration: none;