diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 46 | ||||
-rw-r--r-- | assets/stylesheets/widget.scss | 9 |
2 files changed, 3 insertions, 52 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; - } - -} diff --git a/assets/stylesheets/widget.scss b/assets/stylesheets/widget.scss index 80a08b6..7e0e7cc 100644 --- a/assets/stylesheets/widget.scss +++ b/assets/stylesheets/widget.scss @@ -45,7 +45,7 @@ body { font-size: 1em; } -a{ +a{ color: #336c86; text-decoration: none; } @@ -174,12 +174,7 @@ a:active { text-decoration: none; } -.alaveteli-widget__button--down, .alaveteli-widget__button { - position: absolute; - left: 16px; - text-align: center; - top: 167px; @extend .button-base; color: #fff; background-color: $button-bg; @@ -194,3 +189,5 @@ a:active { color: #fff; } } + + |