From 4803f50dfccd6eb409c670b19c539f46f5bf2d6c Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 10 Apr 2015 17:18:41 +0100 Subject: 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. --- assets/stylesheets/responsive/custom.scss | 46 ------------------------------- 1 file changed, 46 deletions(-) (limited to 'assets/stylesheets/responsive') 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; - } - -} -- cgit v1.2.3