kopia lustrzana https://github.com/wagtail/wagtail
Stop using box mixin for a11y result row
rodzic
e8a3d753e3
commit
2d2953a28a
|
@ -1,15 +1,13 @@
|
|||
@use '../tools' as *;
|
||||
@use '../../src/components/CommentApp/main.scss' as *;
|
||||
|
||||
.w-a11y-result__row {
|
||||
@include box;
|
||||
|
||||
// stylelint-disable-next-line no-duplicate-selectors, scss/selector-no-redundant-nesting-selector
|
||||
& {
|
||||
padding: theme('spacing.4');
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: theme('colors.surface-page');
|
||||
padding: theme('spacing.4');
|
||||
border-radius: theme('borderRadius.DEFAULT');
|
||||
color: theme('colors.text-context');
|
||||
border: 1px solid theme('colors.border-furniture');
|
||||
|
||||
// Shows additional details within the CMS only.
|
||||
.form-side--checks & {
|
||||
|
|
Ładowanie…
Reference in New Issue