2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error {
|
2019-11-15 14:15:55 +00:00
|
|
|
display: flex;
|
2021-06-29 14:04:24 +00:00
|
|
|
padding: $gap-largest 0;
|
|
|
|
margin: $gap-largest 0;
|
2019-11-15 14:15:55 +00:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
2021-01-27 13:10:58 +00:00
|
|
|
color: $gray-700;
|
2021-06-29 14:04:24 +00:00
|
|
|
text-align: center;
|
2019-11-15 14:15:55 +00:00
|
|
|
}
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__header {
|
2020-05-29 10:16:33 +00:00
|
|
|
@include font-size(larger);
|
2019-11-15 14:15:55 +00:00
|
|
|
margin: 0;
|
2021-06-29 14:04:24 +00:00
|
|
|
color: $studio-gray-50;
|
2019-11-15 14:15:55 +00:00
|
|
|
}
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__image {
|
2021-06-29 14:04:24 +00:00
|
|
|
width: 25%;
|
|
|
|
margin: 0 0 $gap-large 0;
|
2020-01-31 13:01:34 +00:00
|
|
|
}
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__text {
|
2021-06-29 14:04:24 +00:00
|
|
|
margin: 1em 0 0;
|
|
|
|
color: $studio-gray-30;
|
|
|
|
@include font-size(large);
|
|
|
|
max-width: 60ch;
|
2019-11-15 14:15:55 +00:00
|
|
|
}
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__message {
|
2021-07-22 11:03:00 +00:00
|
|
|
margin: 1em auto 0;
|
2020-01-31 13:01:34 +00:00
|
|
|
font-style: italic;
|
2021-06-29 14:04:24 +00:00
|
|
|
color: $studio-gray-30;
|
|
|
|
max-width: 60ch;
|
2020-01-31 13:01:34 +00:00
|
|
|
}
|
2021-06-29 14:04:24 +00:00
|
|
|
.wc-block-error__button {
|
|
|
|
margin: $gap-largest 0 0 0;
|
2019-11-15 14:15:55 +00:00
|
|
|
}
|