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

51 lines
804 B
SCSS
Raw Normal View History

2017-09-10 17:25:29 +05:30
.blank-state-parent-container {
.section-container {
padding: 10px;
}
2016-08-24 12:49:21 +05:30
2017-09-10 17:25:29 +05:30
.section-body {
width: 100%;
height: 100%;
padding-bottom: 25px;
border: 1px solid $border-color;
border-radius: $border-radius-default;
2016-08-24 12:49:21 +05:30
}
}
2016-06-22 15:30:34 +05:30
.blank-state {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
2017-09-10 17:25:29 +05:30
&.blank-state-welcome {
.blank-state-welcome-title {
font-size: 24px;
}
2016-08-24 12:49:21 +05:30
2017-09-10 17:25:29 +05:30
.blank-state-text {
margin-bottom: 0;
}
2016-08-24 12:49:21 +05:30
}
2016-06-22 15:30:34 +05:30
2017-09-10 17:25:29 +05:30
.blank-state-icon {
padding-bottom: 20px;
2016-06-22 15:30:34 +05:30
2017-09-10 17:25:29 +05:30
svg {
display: block;
margin: auto;
}
}
2016-08-24 12:49:21 +05:30
2017-09-10 17:25:29 +05:30
.blank-state-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 18px;
2016-08-24 12:49:21 +05:30
}
2017-09-10 17:25:29 +05:30
.blank-state-text {
max-width: $container-text-max-width;
margin: 0 auto $gl-padding;
font-size: 14px;
}
2016-06-22 15:30:34 +05:30
}