Remove unused CSS selectors for Cycle Analytics

This commit is contained in:
Takuya Noguchi 2018-01-07 12:28:17 +09:00
parent 54bacb1860
commit eaab545903
2 changed files with 5 additions and 41 deletions

View File

@ -117,47 +117,6 @@
top: $gl-padding-top;
}
.content-list {
li {
padding: 18px $gl-padding $gl-padding;
.container-fluid {
padding: 0;
}
}
.title-col {
p {
margin: 0;
&.title {
line-height: 19px;
font-size: 14px;
font-weight: $gl-font-weight-bold;
color: $gl-text-color;
}
&.text {
color: $layout-link-gray;
&.value-col {
color: $gl-text-color;
}
}
}
}
.value-col {
text-align: right;
span {
position: relative;
vertical-align: middle;
top: 3px;
}
}
}
.fa-spinner {
font-size: 28px;
position: relative;

View File

@ -0,0 +1,5 @@
---
title: Remove unused CSS selectors for Cycle Analytics
merge_request: 16270
author: Takuya Noguchi
type: other