summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_reply.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_reply.scss')
-rw-r--r--web-ui/app/scss/_reply.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/web-ui/app/scss/_reply.scss b/web-ui/app/scss/_reply.scss
new file mode 100644
index 00000000..5a044b0b
--- /dev/null
+++ b/web-ui/app/scss/_reply.scss
@@ -0,0 +1,36 @@
+
+#reply-section {
+ .reply-container {
+ margin: 10px 0;
+ padding: 10px;
+ border: 1px dashed darken($contrast, 10%);
+ @include btn-transition;
+ }
+
+ button {
+ margin: 0;
+ }
+
+ #all-recipients {
+ color: #000;
+ }
+
+ #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: #FFF;
+ color: #999;
+ padding: 25px;
+ margin: 0;
+ @include border-radius(0);
+ &:hover {
+ background: darken($contrast, 5%);
+ cursor: pointer;
+ }
+ }
+}