summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-08-29 16:14:59 -0500
committerGitHub <noreply@github.com>2017-08-29 16:14:59 -0500
commit213a072b38d29d3c3ec8e150584685b1144a7d6a (patch)
tree1da10a494e49914b0f6641db79e7dcf8ad3886f6 /webapp/sass
parent59798c137584a0b7e008ec713b489929dd83a690 (diff)
downloadchat-213a072b38d29d3c3ec8e150584685b1144a7d6a.tar.gz
chat-213a072b38d29d3c3ec8e150584685b1144a7d6a.tar.bz2
chat-213a072b38d29d3c3ec8e150584685b1144a7d6a.zip
PLT-6403: Interactive messages (#7274)
* wip * finish first pass * requested changes * add DoPostAction to Client4
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_webhooks.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index 15572ce85..ed3e2555a 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -284,5 +284,20 @@
}
}
}
+
+ .attachment-actions {
+ margin-top: 9px;
+
+ button {
+ @include border-radius(3px);
+ outline: 0;
+ margin: 8px 8px 0 0;
+ border-width: 1px;
+ border-style: solid;
+ height: 30px;
+ font-size: 13px;
+ font-weight: 700;
+ }
+ }
}
}