debian-mirror-gitlab/app/assets/stylesheets/framework/blank.scss

52 lines
718 B
SCSS
Raw Normal View History

2016-08-24 12:49:21 +05:30
.blank-state-welcome {
text-align: center;
border-bottom: 1px solid $border-color;
.blank-state-text {
margin-bottom: 0;
}
}
2016-06-22 15:30:34 +05:30
.blank-state {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.blank-state-no-icon {
padding-top: 40px;
2016-08-24 12:49:21 +05:30
padding-bottom: 40px;
}
.blank-state-icon {
padding-bottom: 20px;
color: $gray-darkest;
font-size: 56px;
path,
polygon {
fill: currentColor;
}
2016-06-22 15:30:34 +05:30
}
.blank-state-title {
margin-top: 0;
margin-bottom: 5px;
font-size: 19px;
font-weight: normal;
}
.blank-state-text {
margin-top: 0;
margin-bottom: $gl-padding;
font-size: 15px;
2016-08-24 12:49:21 +05:30
> strong {
font-weight: 600;
}
}
.blank-state-welcome-title {
font-size: 24px;
2016-06-22 15:30:34 +05:30
}