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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-22 21:38:53 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-22 21:38:53 +0300
commit6f11ffe8657dfbc0d48f936534436360d23cec9a (patch)
tree983c61ff6a75d61fdbd9d6a69b2c2390b2fc657f /app/assets/stylesheets/pages/status.scss
parentb8980e89aa87901ef17f4fed58802d07ddbb1b6a (diff)
Fix spacing between icon and word in status badge
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 1de4674f3e7..4c258bae1f4 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -11,6 +11,15 @@
text-decoration: none;
}
+ svg {
+ height: 13px;
+ width: 13px;
+ position: relative;
+ top: 1px;
+ margin-right: 3px;
+ overflow: visible;
+ }
+
&.ci-failed {
color: $gl-danger;
border-color: $gl-danger;
@@ -104,15 +113,6 @@
fill: $table-text-gray;
}
}
-
- svg {
- height: 13px;
- width: 13px;
- position: relative;
- top: 1px;
- margin: 0 3px;
- overflow: visible;
- }
}
}