mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-29 20:39:56 +00:00
23 lines
533 B
SCSS
23 lines
533 B
SCSS
.empty-state {
|
|
@include flex-column-center;
|
|
margin: 0 auto item-spacing(4);
|
|
padding-top: 230px;
|
|
max-width: 360px;
|
|
text-align: center;
|
|
color: set-color(black, dune);
|
|
background: url('https://static.licdn-ei.com/sc/h/a9jcbnnyn1jjtd2a1vnxd92m2') no-repeat top center;
|
|
|
|
&__header {
|
|
line-height: item-spacing(6);
|
|
font-weight: fw(normal, 2);
|
|
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);
|
|
}
|
|
}
|