aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/responsive/custom.scss
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-10 17:18:41 +0100
committerGareth Rees <gareth@mysociety.org>2015-07-07 15:17:04 +0100
commit4803f50dfccd6eb409c670b19c539f46f5bf2d6c (patch)
treeb76d52a7a14ce60a4ee3be15467b8ec1aa43cf2b /assets/stylesheets/responsive/custom.scss
parent6ec5f3957a8cfcc4b29aaa360b27862225fb62c2 (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.scss46
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;
- }
-
-}