gitlab-org--gitlab-foss/app/assets/stylesheets/pages/cycle_analytics.scss

131 lines
2 KiB
SCSS
Raw Normal View History

2016-09-14 17:03:42 -04:00
#cycle-analytics {
2016-09-19 16:41:36 -04:00
margin: 24px auto 0;
2016-09-22 07:56:38 -04:00
max-width: 800px;
2016-09-19 16:41:36 -04:00
position: relative;
2016-09-14 17:03:42 -04:00
.panel {
.content-block {
padding: 24px 0;
border-bottom: none;
position: relative;
}
.column {
text-align: center;
.header {
font-size: 30px;
line-height: 38px;
font-weight: normal;
margin: 0;
}
.text {
color: $layout-link-gray;
margin: 0;
2016-09-14 17:03:42 -04:00
}
2016-09-19 16:41:36 -04:00
&:last-child {
text-align: right;
}
2016-09-14 17:03:42 -04:00
}
.dropdown {
2016-09-16 13:22:48 -04:00
top: 13px;
2016-09-22 07:56:38 -04:00
@media (max-width: $screen-sm-min) {
right: 15px;
top: 30px;
}
2016-09-14 17:03:42 -04:00
}
}
.bordered-box {
border: 1px solid $border-color;
@include border-radius($border-radius-default);
2016-09-22 07:56:38 -04:00
2016-09-14 17:03:42 -04:00
}
.content-list {
li {
padding: 18px $gl-padding $gl-padding;
2016-09-19 16:41:36 -04:00
.container-fluid {
padding: 0;
}
2016-09-14 17:03:42 -04:00
}
2016-09-19 16:41:36 -04:00
.title-col {
p {
margin: 0;
&.title {
2016-09-14 17:03:42 -04:00
line-height: 19px;
font-size: 15px;
font-weight: 600;
}
&:text {
2016-09-22 07:56:38 -04:00
color: $cycle-analytics-box-text-color;
2016-09-14 17:03:42 -04:00
}
}
}
2016-09-19 16:41:36 -04:00
.value-col {
text-align: right;
2016-09-14 17:03:42 -04:00
2016-09-19 16:41:36 -04:00
span {
line-height: 42px;
}
2016-09-14 17:03:42 -04:00
}
2016-09-19 16:41:36 -04:00
}
2016-09-14 17:03:42 -04:00
2016-09-19 16:41:36 -04:00
.landing {
2016-09-22 14:48:23 -04:00
margin-bottom: $gl-padding;
2016-09-19 16:41:36 -04:00
overflow: hidden;
2016-09-14 17:03:42 -04:00
2016-09-19 16:41:36 -04:00
.dismiss-icon {
position: absolute;
2016-09-22 07:56:38 -04:00
right: $cycle-analytics-box-padding;
2016-09-19 16:41:36 -04:00
cursor: pointer;
color: #b2b2b2;
2016-09-14 17:03:42 -04:00
}
2016-09-22 07:56:38 -04:00
.svg-container {
text-align: center;
svg {
width: 136px;
height: 136px;
}
2016-09-14 17:03:42 -04:00
}
2016-09-22 07:56:38 -04:00
2016-09-19 16:41:36 -04:00
.inner-content {
2016-09-22 07:56:38 -04:00
text-align: center;
@media (max-width: $screen-sm-min) {
padding: 0 28px;
}
2016-09-14 17:03:42 -04:00
2016-09-19 16:41:36 -04:00
h4 {
color: $gl-text-color;
font-size: 17px;
}
2016-09-14 17:03:42 -04:00
2016-09-19 16:41:36 -04:00
p {
2016-09-22 07:56:38 -04:00
color: $cycle-analytics-box-text-color;
2016-09-22 14:48:23 -04:00
margin-bottom: $gl-padding;
2016-09-19 16:41:36 -04:00
}
2016-09-14 17:03:42 -04:00
}
2016-09-19 16:41:36 -04:00
}
2016-09-14 17:03:42 -04:00
2016-09-19 16:41:36 -04:00
.fa-spinner {
font-size: 28px;
position: relative;
margin-left: -20px;
left: 50%;
margin-top: 36px;
2016-09-14 17:03:42 -04:00
}
2016-09-19 16:41:36 -04:00
2016-09-14 17:03:42 -04:00
}