aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2016-12-14 11:57:33 +0000
committerGareth Rees <gareth@garethrees.co.uk>2016-12-14 11:57:33 +0000
commita9dfb2ea21181266984d01810ac5c458c500e381 (patch)
tree0f09d721520dce059e36c77e017164af135c750e
parent8103ae191028283bed39430888775e5059957bf9 (diff)
Style request page action bar
-rw-r--r--assets/stylesheets/responsive/custom.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 9161270..aa6fd1e 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -540,6 +540,23 @@ a.link_button_green_large {
}
/* Request page */
+.request-header__action-bar__actions {
+ .action-menu__button {
+ @include button-secondary();
+ }
+
+ .action-bar__follow-button {
+ .track__action {
+ @include button-primary();
+ }
+ }
+
+ .action-bar__follower-count {
+ padding: 3px;
+ font-size: 1.1rem;
+ }
+}
+
div.correspondence {
background-color: $color_white;
box-shadow: 0 2px 2px transparentize($color_black, 0.8);