diff options
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 036ff30..9debf2f 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -581,50 +581,4 @@ dt { font-size: 1.1rem; } -/* Widget */ -.alaveteli-widget { - background-color: $body-bg; - color: $heading-color; -} - -.alaveteli-widget__people-count { - top: 22px; - left: 197px; -} - -.alaveteli-widget__count { - font-weight: bold; - color: $button-bg; -} - -.alaveteli-widget__button { - top: 167px; -} - -.alaveteli-widget__status { - width: 200px; - text-transform: none; - &.successful, - &.partially_successful { - color: $status-success; - } - - &.requires_admin, - &.waiting_response_very_overdue, - &.not_held, - &.rejected { - color: $status-failure; - } - - &.waiting_response, - &.waiting_response_overdue, - &.user_withdrawn, - &.waiting_clarification, - &.gone_postal, - &.internal_review, - &.attention_requested { - color: $status-pending; - } - -} |