From a9dfb2ea21181266984d01810ac5c458c500e381 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 14 Dec 2016 11:57:33 +0000 Subject: Style request page action bar --- assets/stylesheets/responsive/custom.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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); -- cgit v1.2.3