summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/environments.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-08 16:22:01 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-04-08 16:22:01 +0100
commit7f467c0e5c97591495e0fee3cb628731e7196ca2 (patch)
tree4282e37d04294dfab2948e3d4c2ec8d65b5386bb /app/assets/stylesheets/pages/environments.scss
parent425377f35747131bed6550170af576d3028b28f9 (diff)
downloadgitlab-ce-7f467c0e5c97591495e0fee3cb628731e7196ca2.tar.gz
Fixes stylelint warnings in environments
Deletes unused CSS
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss36
1 files changed, 0 insertions, 36 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 8e1ee51628d..4e84e0f25e3 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -12,16 +12,6 @@
.environments-container {
.ci-table {
- .deployment-column {
- > span {
- word-break: break-all;
- }
-
- .avatar {
- float: none;
- }
- }
-
.btn-group {
> .btn:not(.btn-danger) {
color: $gl-text-color-secondary;
@@ -36,10 +26,6 @@
}
}
- .btn .text-center {
- display: inline;
- }
-
.commit-title {
margin: 0;
}
@@ -49,13 +35,6 @@
color: $gl-text-color-secondary;
}
- .dropdown-menu {
- .fa {
- margin-right: 6px;
- color: $gl-text-color-secondary;
- }
- }
-
.build-link,
.ref-name {
color: $gl-text-color;
@@ -70,26 +49,11 @@
}
}
- .deployment .build-column {
- .build-link {
- color: $gl-text-color;
- }
-
- .avatar {
- float: none;
- margin-right: 0;
- }
- }
-
.folder-icon {
margin-right: 3px;
color: $gl-text-color-secondary;
display: inline-block;
vertical-align: text-top;
-
- .fa:nth-child(1) {
- margin-right: 3px;
- }
}
.folder-name {