2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error {
|
2019-11-15 14:15:55 +00:00
|
|
|
display: flex;
|
2021-01-27 13:10:58 +00:00
|
|
|
background-color: $gray-100;
|
|
|
|
border-left: 4px solid $gray-300;
|
2019-11-15 14:15:55 +00:00
|
|
|
padding: $gap-larger $gap;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
2021-01-27 13:10:58 +00:00
|
|
|
color: $gray-700;
|
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
|
|
|
font-weight: bold;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__image {
|
2020-01-31 13:01:34 +00:00
|
|
|
max-width: 25%;
|
|
|
|
}
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__text {
|
2019-11-15 14:15:55 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__message {
|
2020-03-06 11:43:40 +00:00
|
|
|
margin: 1em 0 0 0;
|
2020-01-31 13:01:34 +00:00
|
|
|
font-style: italic;
|
|
|
|
}
|
2019-11-15 14:15:55 +00:00
|
|
|
|
2021-01-27 13:10:58 +00:00
|
|
|
@include breakpoint(">480px") {
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error {
|
2019-11-15 14:15:55 +00:00
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-error__image + .wc-block-components-error__content {
|
2020-01-31 13:01:34 +00:00
|
|
|
margin-left: $gap-large;
|
2019-11-15 14:15:55 +00:00
|
|
|
}
|
|
|
|
}
|