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:
authorPhil Hughes <me@iamphill.com>2016-05-26 20:54:07 +0300
committerPhil Hughes <me@iamphill.com>2016-06-08 13:45:17 +0300
commitcba0321f9640f3dd8ff0e2e1d8a3f489a4daf0ca (patch)
tree284e151fb0cab71b5da3c0c27ee141bccc27e5de /app/assets/stylesheets/pages/labels.scss
parent519c758fa9fabe9b73f784a9f5b80579b2d84325 (diff)
Updated design
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 2cd9d74b2de..d010b752dda 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -169,3 +169,20 @@
}
}
}
+
+.filtered-labels {
+ .label-row {
+ &:not(:last-child) {
+ margin-right: 5px;
+ }
+ }
+
+ .label-remove {
+ border-left: 1px solid;
+ z-index: 3;
+ }
+
+ .btn {
+ color: inherit;
+ }
+}