summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/markdown_area.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-03 15:14:04 +0100
committerPhil Hughes <me@iamphill.com>2016-06-17 11:52:22 +0100
commit14d08d1400376a0bbae18890a54ff2b961062a32 (patch)
treefb3dd0ede7b928ca357cd67a4c2aef9332547883 /app/assets/stylesheets/framework/markdown_area.scss
parent05dcec95aa246640e69d0f484f94289c3e8a6160 (diff)
downloadgitlab-ce-14d08d1400376a0bbae18890a54ff2b961062a32.tar.gz
Updated design of markdown buttons
Diffstat (limited to 'app/assets/stylesheets/framework/markdown_area.scss')
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 0b45691aae9..25f9c50258e 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -104,3 +104,26 @@
}
}
}
+
+.toolbar-group {
+ float: left;
+ margin-right: -5px;
+ margin-left: $gl-padding;
+
+ &:first-child {
+ margin-left: 0;
+ }
+}
+
+.toolbar-btn {
+ float: left;
+ padding: 0 5px;
+ color: #959494;
+ background: transparent;
+ border: 0;
+ outline: 0;
+
+ &:hover {
+ color: $gl-link-color;
+ }
+}