summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_reply.scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-31 11:37:53 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-04-13 17:10:58 +0200
commitf94200b27cb2234ad3aee66accecd69e4639b7ed (patch)
treeb9e4834b57b46d852cd5b60c27d075699b9af0d5 /web-ui/app/scss/_reply.scss
parent7989f4865fa2cdd53def927cbe2112b09f6f6587 (diff)
Issue #670: Move reply view to composeO
Diffstat (limited to 'web-ui/app/scss/_reply.scss')
-rw-r--r--web-ui/app/scss/_reply.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/web-ui/app/scss/_reply.scss b/web-ui/app/scss/_reply.scss
deleted file mode 100644
index 622bdd5a..00000000
--- a/web-ui/app/scss/_reply.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-
-#reply-section {
- padding-left: 30px;
- .reply-container {
- margin: 10px 0;
- padding: 10px;
- border: 1px dashed darken($contrast, 10%);
- @include btn-transition;
- }
-
- button {
- margin: 0;
- }
-
- #all-recipients {
- color: $black;
- }
-
- #all-recipients:focus {
- background-color: darken($contrast, 10%)
- }
-
- #reply-button, #reply-all-button, #forward-button {
- text-align: center;
- font-weight: 100;
- font-size: 1.1em;
- background: $white;
- color: $medium_light_grey;
- padding: 25px;
- margin: 0;
- @include border-radius(0);
- &:hover {
- background: darken($contrast, 5%);
- cursor: pointer;
- }
- }
-}