2017-09-28 18:37:38 -07:00
|
|
|
.empty-state {
|
|
|
|
@include flex-column-center;
|
|
|
|
margin: 0 auto item-spacing(4);
|
|
|
|
padding-top: 230px;
|
|
|
|
max-width: 360px;
|
|
|
|
text-align: center;
|
2020-08-26 15:44:50 -07:00
|
|
|
color: get-color(gray10);
|
|
|
|
background: url(image-resource(empty-state)) no-repeat top center;
|
|
|
|
|
|
|
|
&--success {
|
|
|
|
background: url(image-resource(empty-state-success)) no-repeat top center;
|
|
|
|
}
|
2017-09-28 18:37:38 -07:00
|
|
|
|
|
|
|
&__header {
|
|
|
|
line-height: item-spacing(6);
|
2020-09-29 16:04:25 -07:00
|
|
|
font-weight: fw(normal, 3);
|
2017-09-28 18:37:38 -07:00
|
|
|
font-size: 26px;
|
|
|
|
margin: item-spacing(0 0 2 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__sub-head {
|
|
|
|
line-height: item-spacing(5);
|
|
|
|
font-size: 16px;
|
|
|
|
margin: item-spacing(0 0 0 2);
|
|
|
|
}
|
2020-08-26 15:44:50 -07:00
|
|
|
|
|
|
|
&__container {
|
|
|
|
padding: item-spacing(4);
|
|
|
|
}
|
2017-09-28 18:37:38 -07:00
|
|
|
}
|