actions-plugin.scss
2 years ago
buttons.scss
2 years ago
controls.scss
2 years ago
inspector-controls.scss
2 years ago
modal.scss
2 years ago
repeater.scss
2 years ago
toggle-group-control.scss
2 years ago
toolbar.scss
2 years ago
validation.scss
2 years ago
validation.scss
29 lines
| 1 | |
| 2 | .jet-fb-validation-messages { |
| 3 | &-item { |
| 4 | &:not(:first-child) { |
| 5 | margin-top: 1.7em; |
| 6 | } |
| 7 | |
| 8 | &-heading { |
| 9 | display: flex; |
| 10 | justify-content: space-between; |
| 11 | column-gap: 0.7em; |
| 12 | flex-wrap: wrap; |
| 13 | |
| 14 | &-pair { |
| 15 | flex: 1; |
| 16 | display: flex; |
| 17 | align-items: center; |
| 18 | justify-content: flex-start; |
| 19 | column-gap: 1em; |
| 20 | min-width: 20%; |
| 21 | |
| 22 | &__icon svg { |
| 23 | width: 24px; |
| 24 | height: 24px; |
| 25 | } |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 | } |