Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions app/assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* Mixin styles */

/* Hide text when it's replaced by an image */
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -715,6 +724,7 @@ a.link_to_this {
*/
}


/* Status lines and icons */
.icon_waiting_classification,
.icon_waiting_response,
Expand Down