gitlab-org--gitlab-foss/app/assets/stylesheets/framework/blank.scss
2017-07-11 12:59:04 +00:00

50 lines
804 B
SCSS

.blank-state-parent-container {
.section-container {
padding: 10px;
}
.section-body {
width: 100%;
height: 100%;
padding-bottom: 25px;
border: 1px solid $border-color;
border-radius: $border-radius-default;
}
}
.blank-state {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
&.blank-state-welcome {
.blank-state-welcome-title {
font-size: 24px;
}
.blank-state-text {
margin-bottom: 0;
}
}
.blank-state-icon {
padding-bottom: 20px;
svg {
display: block;
margin: auto;
}
}
.blank-state-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 18px;
}
.blank-state-text {
max-width: $container-text-max-width;
margin: 0 auto $gl-padding;
font-size: 14px;
}
}