aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/responsive/custom.scss
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2016-12-14 12:01:47 +0000
committerGareth Rees <gareth@garethrees.co.uk>2016-12-14 12:01:47 +0000
commitb90f36f350f59b93e5bb59aeb4868205579b0ab9 (patch)
tree0f09d721520dce059e36c77e017164af135c750e /assets/stylesheets/responsive/custom.scss
parent041b416fd4bbd7286252f24135f5a2bc19e36395 (diff)
parenta9dfb2ea21181266984d01810ac5c458c500e381 (diff)
Merge branch 'develop'
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-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);