summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/snippets.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/snippets.scss')
-rw-r--r--app/assets/stylesheets/framework/snippets.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/snippets.scss b/app/assets/stylesheets/framework/snippets.scss
index c2d06b59b7f..69828532bef 100644
--- a/app/assets/stylesheets/framework/snippets.scss
+++ b/app/assets/stylesheets/framework/snippets.scss
@@ -50,3 +50,21 @@
.snippet-embed-input {
height: 35px;
}
+
+.embed-snippet {
+ padding-right: 0;
+
+ a.btn {
+ width: 100%;
+ }
+
+ .form-control {
+ cursor: auto;
+ width: 101%;
+ border-left: 0;
+ }
+
+ .embed-toggle {
+ height: 35px;
+ }
+}