aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/stylesheets/responsive/custom.scss26
1 files changed, 12 insertions, 14 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index e53886f..027fa5e 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -199,19 +199,6 @@ input.use-datepicker[type=text] {
}
}
-@mixin button-quarternary($args...) {
- @include button-base($args...);
- background-color: $color_orange;
- color: $color_white;
- font-weight: normal;
- &:hover,
- &:active,
- &:focus {
- background-color: darken($color_orange, 7.5%);
- }
-}
-
-
form input[type=submit], a.link_button_green, a.link_button_green_large {
@include button-primary;
text-decoration: none;
@@ -803,7 +790,7 @@ dt {
.link_button_green {
@include button-secondary();
}
-}
+}
.authority__body__sidebar form input[type=submit] {
@include button-secondary();
@@ -831,6 +818,17 @@ dt {
color: $color_white;
}
}
+
+ .new-request__make-new-requests {
+ @include button-base;
+ background-color: $color_orange;
+ color: $color_white;
+ &:hover,
+ &:active,
+ &:focus {
+ background-color: darken($color_orange, 10%);
+ }
+ }
}
.intro__title {