aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-20 11:51:14 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-20 11:52:07 +0100
commit000797e627ebc6a501c56a976a4bb4ce456d0980 (patch)
treeee0ee232879aff8ddb0fd1822ac5015b04b1feba
parent8c05a004326876981f4b1daf70e6831176322473 (diff)
remove unused button styles from homepage
-rw-r--r--assets/stylesheets/responsive/custom.scss18
1 files changed, 1 insertions, 17 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index c27e9eb..66e83e2 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -742,27 +742,11 @@ dt {
}
a {
- color: $color_orange;
- &:hover,
- &:active,
- &:focus {
- color: $color_white;
- }
- }
-
- .button {
- color: $color_orange;
- background-color: $color_secondary;
- border-color: darken($color_secondary, 15%);
- color: $color_neutral_dark;
- transition: color 300ms ease-out;
+ color: $color_secondary;
&:hover,
&:active,
&:focus {
color: $color_white;
- background-color: $color_primary;
- border-color: darken($color_primary, 15%);
- transition: color 300ms ease-out;
}
}
}