2020-05-27 10:23:21 +00:00
|
|
|
%empty-state,
|
|
|
|
%empty-state > div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2020-04-08 17:03:18 +00:00
|
|
|
%empty-state-header {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
%empty-state {
|
2020-05-27 10:23:21 +00:00
|
|
|
margin-top: 0 !important;
|
|
|
|
padding-bottom: 2.8em;
|
|
|
|
}
|
|
|
|
%empty-state > * {
|
|
|
|
width: 370px;
|
2020-04-08 17:03:18 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2021-04-06 12:40:40 +00:00
|
|
|
%empty-state button {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: inline;
|
2020-05-27 10:23:21 +00:00
|
|
|
}
|
2020-04-08 17:03:18 +00:00
|
|
|
%empty-state-header {
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
|
|
|
%empty-state header {
|
2020-05-27 10:23:21 +00:00
|
|
|
margin-top: 1.8em;
|
2020-04-08 17:03:18 +00:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
%empty-state > ul {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2021-03-18 15:18:23 +00:00
|
|
|
margin-top: 1em;
|
2020-05-01 08:50:13 +00:00
|
|
|
}
|
|
|
|
%empty-state-anchor {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
%empty-state-anchor::before {
|
|
|
|
margin-top: -1px;
|
2020-04-08 17:03:18 +00:00
|
|
|
}
|
2020-07-08 13:34:57 +00:00
|
|
|
%empty-state > div:only-child {
|
|
|
|
padding: 50px 0 10px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|