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-12-06 22:27:56 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-12-15 04:01:01 +0300
commitfd3be70dcd1bd625a69701a7be17ae4e733d1512 (patch)
tree7788567a314ac84e293163206b0386810ee434f9 /app/assets/stylesheets/pages/icons.scss
parent4e68b88193b561faa9ab6b54573970d994e7de60 (diff)
Shift emojis and icons styles into framework
Diffstat (limited to 'app/assets/stylesheets/pages/icons.scss')
-rw-r--r--app/assets/stylesheets/pages/icons.scss51
1 files changed, 0 insertions, 51 deletions
diff --git a/app/assets/stylesheets/pages/icons.scss b/app/assets/stylesheets/pages/icons.scss
deleted file mode 100644
index 226bd2ead31..00000000000
--- a/app/assets/stylesheets/pages/icons.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-.ci-status-icon-success {
- color: $gl-success;
-
- svg {
- fill: $gl-success;
- }
-}
-
-.ci-status-icon-failed {
- color: $gl-danger;
-
- svg {
- fill: $gl-danger;
- }
-}
-
-.ci-status-icon-pending,
-.ci-status-icon-success_with_warnings {
- color: $gl-warning;
-
- svg {
- fill: $gl-warning;
- }
-}
-
-.ci-status-icon-running {
- color: $blue-normal;
-
- svg {
- fill: $blue-normal;
- }
-}
-
-.ci-status-icon-canceled,
-.ci-status-icon-disabled,
-.ci-status-icon-not-found {
- color: $gl-gray;
-
- svg {
- fill: $gl-gray;
- }
-}
-
-.ci-status-icon-created,
-.ci-status-icon-skipped {
- color: $gray-darkest;
-
- svg {
- fill: $gray-darkest;
- }
-}