2020-05-01 08:50:13 +00:00
|
|
|
%empty-state {
|
|
|
|
color: $gray-500;
|
2020-05-27 10:23:21 +00:00
|
|
|
background-color: $gray-010;
|
2020-05-01 08:50:13 +00:00
|
|
|
}
|
2020-04-08 17:03:18 +00:00
|
|
|
%empty-state-header {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2021-01-26 17:53:45 +00:00
|
|
|
%empty-state-header {
|
|
|
|
@extend %h200;
|
|
|
|
}
|
2020-05-01 08:50:13 +00:00
|
|
|
/* Icons */
|
2020-04-08 17:03:18 +00:00
|
|
|
%empty-state header::before {
|
|
|
|
font-size: 2.6em;
|
|
|
|
position: relative;
|
|
|
|
top: -3px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
%empty-state-anchor::before {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2020-05-01 08:50:13 +00:00
|
|
|
%empty-state[class*='status-'] header::before {
|
|
|
|
@extend %as-pseudo;
|
|
|
|
}
|
2020-07-09 09:08:47 +00:00
|
|
|
%empty-state header::before {
|
2020-05-01 08:50:13 +00:00
|
|
|
@extend %with-alert-circle-outline-mask;
|
|
|
|
}
|
|
|
|
%empty-state.status-404 header::before {
|
|
|
|
@extend %with-help-circle-outline-mask;
|
|
|
|
}
|
|
|
|
%empty-state.status-403 header::before {
|
|
|
|
@extend %with-disabled-mask;
|
2020-04-08 17:03:18 +00:00
|
|
|
}
|
2020-05-27 10:23:21 +00:00
|
|
|
%empty-state li[class*='-link'] > *::after {
|
|
|
|
@extend %as-pseudo;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
%empty-state .docs-link > *::after {
|
|
|
|
@extend %with-docs-mask;
|
2020-04-08 17:03:18 +00:00
|
|
|
}
|
2020-05-27 10:23:21 +00:00
|
|
|
%empty-state .back-link > *::after {
|
|
|
|
@extend %with-chevron-left-mask;
|
2020-05-01 08:50:13 +00:00
|
|
|
}
|
2020-05-27 10:23:21 +00:00
|
|
|
%empty-state .learn-link > *::after {
|
|
|
|
@extend %with-learn-mask;
|
2020-04-08 17:03:18 +00:00
|
|
|
}
|