fix: Small style fixes (#1063)
This commit is contained in:
parent
99e6a3c56a
commit
d6214b5789
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
&:not(.CMS_Hint_inline) {
|
&:not(.CMS_Hint_inline) {
|
||||||
@apply px-3
|
@apply px-3
|
||||||
pt-1;
|
py-1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.CMS_WidgetObject_open {
|
&.CMS_WidgetObject_open {
|
||||||
& .CMS_WidgetObject_expand-icon {
|
& > .CMS_WidgetObject_expand .CMS_WidgetObject_expand-icon {
|
||||||
@apply rotate-90
|
@apply rotate-90
|
||||||
transform;
|
transform;
|
||||||
}
|
}
|
||||||
@ -65,6 +65,7 @@
|
|||||||
@apply flex
|
@apply flex
|
||||||
w-full
|
w-full
|
||||||
justify-between
|
justify-between
|
||||||
|
items-center
|
||||||
pl-2
|
pl-2
|
||||||
pr-3
|
pr-3
|
||||||
py-2
|
py-2
|
||||||
|
@ -3,11 +3,14 @@
|
|||||||
|
|
||||||
.CMS_WidgetRelation_values {
|
.CMS_WidgetRelation_values {
|
||||||
@apply flex
|
@apply flex
|
||||||
flex-wrap
|
|
||||||
gap-2
|
gap-2
|
||||||
p-2
|
|
||||||
pr-0
|
pr-0
|
||||||
min-w-0;
|
min-w-0;
|
||||||
|
|
||||||
|
.CMS_Field_wrapper & {
|
||||||
|
@apply flex-wrap
|
||||||
|
p-2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.CMS_WidgetRelation_loading {
|
.CMS_WidgetRelation_loading {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user