Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-10 18:44:49 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-10 20:20:42 +0300
commit75d3ed9a43eceda6a375e1538945a20c97925841 (patch)
tree908a5690a3fed9aa13532624ed5ebae31d9c0d9b /app/assets/stylesheets/framework/files.scss
parent80745bc81da089af088d99574088dc6bf8959e4d (diff)
Added Spinner class
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index a5a8522739e..b8dab538fee 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -168,6 +168,17 @@
&.code {
padding: 0;
}
+
+ .list-inline.previews {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ padding: $gl-padding;
+
+ .preview {
+ flex-shrink: 0;
+ }
+ }
}
}