2023-03-14 14:18:55 +01:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
2023-08-11 09:12:13 -04:00
|
|
|
* SPDX-License-Identifier: BUSL-1.1
|
2023-03-14 14:18:55 +01:00
|
|
|
*/
|
|
|
|
|
2020-05-27 11:23:21 +01:00
|
|
|
%empty-state,
|
|
|
|
%empty-state > div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2020-04-08 18:03:18 +01:00
|
|
|
%empty-state-header {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
%empty-state {
|
2020-05-27 11:23:21 +01:00
|
|
|
margin-top: 0 !important;
|
|
|
|
padding-bottom: 2.8em;
|
|
|
|
}
|
|
|
|
%empty-state > * {
|
|
|
|
width: 370px;
|
2020-04-08 18:03:18 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2021-04-06 13:40:40 +01:00
|
|
|
%empty-state button {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: inline;
|
2020-05-27 11:23:21 +01:00
|
|
|
}
|
2020-04-08 18:03:18 +01:00
|
|
|
%empty-state-header {
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
|
|
|
%empty-state header {
|
2020-05-27 11:23:21 +01:00
|
|
|
margin-top: 1.8em;
|
2020-04-08 18:03:18 +01:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
%empty-state > ul {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2021-03-18 11:18:23 -04:00
|
|
|
margin-top: 1em;
|
2020-05-01 09:50:13 +01:00
|
|
|
}
|
|
|
|
%empty-state-anchor {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
%empty-state-anchor::before {
|
|
|
|
margin-top: -1px;
|
2020-04-08 18:03:18 +01:00
|
|
|
}
|
2020-07-08 14:34:57 +01:00
|
|
|
%empty-state > div:only-child {
|
|
|
|
padding: 50px 0 10px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|