+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/src/Squidex/app/features/content/shared/array-item.component.scss b/src/Squidex/app/features/content/shared/array-item.component.scss
index 5fa17c0f2..959c8356a 100644
--- a/src/Squidex/app/features/content/shared/array-item.component.scss
+++ b/src/Squidex/app/features/content/shared/array-item.component.scss
@@ -1,22 +1,19 @@
@import '_vars';
@import '_mixins';
-.item {
+.card {
& {
- background: $panel-light-background;
border: 1px solid darken($color-border, 5%);
border-left-width: 4px;
- padding: 1rem;
- position: relative;
}
- &-remove {
- @include absolute(.5rem, .5rem, auto, auto);
+ &-header {
+ line-height: 2.2rem;
}
}
-.header {
- margin-bottom: .25rem;
+.remove {
+ @include absolute(.5rem, .5rem, auto, auto);
}
.invalid {