diff --git a/app/assets/stylesheets/responsive/custom.scss b/app/assets/stylesheets/responsive/custom.scss index 8759ae152..3f43775b0 100644 --- a/app/assets/stylesheets/responsive/custom.scss +++ b/app/assets/stylesheets/responsive/custom.scss @@ -1,4 +1,3 @@ - /* Mixin styles */ /* Hide text when it's replaced by an image */ @@ -602,27 +601,37 @@ p.locale-list-trigger { } /* Request page */ -.request-header__action-bar__actions { +.after-actions { .action-menu__button { @include button-secondary(); + padding-right: 1.5em; &:after { border-color: #a5a5a5 transparent transparent transparent; right: 7%; } } +} - .action-bar__follow-button { - .track__action { - @include button-primary(); - @include follow-button(); - } + +.action-bar__follow-button { + .track__action { + @include button-primary(); + @include follow-button(); } +} - .action-bar__follower-count { - @include follower-count(); +.action-bar__follower-count { + @include follower-count(); +} + +.action-bar__reply { + .action-bar__reply-button { + @include button-primary(); + color: #fff; } } + div.correspondence { background-color: $color_white; box-shadow: 0 2px 2px transparentize($color_black, 0.8); @@ -715,6 +724,7 @@ a.link_to_this { */ } + /* Status lines and icons */ .icon_waiting_classification, .icon_waiting_response,