summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/snippets.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-07 17:05:42 -0600
committerJacob Schatz <jschatz1@gmail.com>2016-12-14 20:02:10 -0500
commit18489218443ea6b8c6fdfd9ab953ff7ef84f69db (patch)
tree57e29e085855e7e6ecb7e85e813705cb06f3a7ce /app/assets/stylesheets/framework/snippets.scss
parentf1d30769f3c3123b93f1e11ea9a76399719435c9 (diff)
downloadgitlab-ce-18489218443ea6b8c6fdfd9ab953ff7ef84f69db.tar.gz
Remove pages/snippets cssdelete-more-page-specific-css
Diffstat (limited to 'app/assets/stylesheets/framework/snippets.scss')
-rw-r--r--app/assets/stylesheets/framework/snippets.scss48
1 files changed, 48 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/snippets.scss b/app/assets/stylesheets/framework/snippets.scss
new file mode 100644
index 00000000000..5f7e1b17cc7
--- /dev/null
+++ b/app/assets/stylesheets/framework/snippets.scss
@@ -0,0 +1,48 @@
+.snippet-row {
+ .title {
+ margin-bottom: 2px;
+ }
+
+ .snippet-filename {
+ padding: 0 2px;
+ }
+}
+
+.snippet-form-holder .file-holder .file-title {
+ padding: 2px;
+}
+
+.markdown-snippet-copy {
+ position: fixed;
+ top: -10px;
+ left: -10px;
+ max-height: 0;
+ max-width: 0;
+}
+
+.snippet-file-content {
+ border-radius: 3px;
+}
+
+.snippet-header {
+ padding: $gl-padding 0;
+}
+
+.snippet-title {
+ font-size: 24px;
+ font-weight: 600;
+}
+
+.snippet-edited-ago {
+ color: $gray-darkest;
+}
+
+.snippet-actions {
+ @media (min-width: $screen-sm-min) {
+ float: right;
+ }
+}
+
+.snippet-scope-menu .btn-new {
+ margin-top: 15px;
+}