diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-10 17:18:41 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-10 17:18:41 +0100 |
commit | 1d34b473c8f590a272c861b3e6d3b00456a277da (patch) | |
tree | 28af4d5ac0e4ed4f3e33650ca95f02ab77cbfbad /assets/stylesheets/responsive/custom.scss | |
parent | 2b00a2c812cc0b1c245f608da710c59868462e0c (diff) |
Move css for widget to widget.css.
Imports seem to be too complicated for what needs to be a simple
and small bit of css to sit on someone else's site.
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 b02138b..5b7eb58 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -556,50 +556,4 @@ dt { } -/* 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; - } - -} |