43 lines
689 B
SCSS
43 lines
689 B
SCSS
%empty-state,
|
|
%empty-state > div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
%empty-state-header {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
%empty-state {
|
|
margin-top: 0 !important;
|
|
padding-bottom: 2.8em;
|
|
}
|
|
%empty-state > * {
|
|
width: 370px;
|
|
margin: 0 auto;
|
|
}
|
|
%empty-state label {
|
|
margin: 0 auto !important;
|
|
}
|
|
%empty-state-header {
|
|
margin-bottom: -3px;
|
|
}
|
|
%empty-state header {
|
|
margin-top: 1.8em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
%empty-state > ul {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
margin-top: 1.5em;
|
|
padding-top: 0.6em;
|
|
border-top: 1px solid;
|
|
}
|
|
%empty-state-anchor {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
%empty-state-anchor::before {
|
|
margin-top: -1px;
|
|
}
|