gitlab-org--gitlab-foss/app/assets/stylesheets/framework/blank.scss

51 lines
804 B
SCSS
Raw Normal View History

2017-07-05 18:54:16 +00:00
.blank-state-parent-container {
.section-container {
padding: 10px;
}
.section-body {
width: 100%;
height: 100%;
2017-07-07 08:05:50 +00:00
padding-bottom: 25px;
2017-07-05 18:54:16 +00:00
border: 1px solid $border-color;
border-radius: $border-radius-default;
2016-06-24 15:37:49 +00:00
}
}
.blank-state {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
2016-06-24 15:37:49 +00:00
&.blank-state-welcome {
.blank-state-welcome-title {
font-size: 24px;
}
2016-06-24 16:15:02 +00:00
.blank-state-text {
margin-bottom: 0;
}
2016-06-24 16:15:02 +00:00
}
.blank-state-icon {
padding-bottom: 20px;
2017-07-05 18:54:16 +00:00
svg {
2017-07-05 18:54:16 +00:00
display: block;
margin: auto;
2017-07-05 18:54:16 +00:00
}
}
.blank-state-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 18px;
2017-07-05 18:54:16 +00:00
}
.blank-state-text {
max-width: $container-text-max-width;
margin: 0 auto $gl-padding;
font-size: 14px;
2017-07-05 18:54:16 +00:00
}
}