- changed form builder > icon field to new dropdown type;

This commit is contained in:
Mykyta Synelnikov
2024-04-17 17:55:21 +03:00
parent 9a4bf10df5
commit 595945c96e
21 changed files with 382 additions and 80 deletions
+7
View File
@@ -140,6 +140,13 @@
width: 33%;
position: relative;
}
.um-admin-tri[data-select2-id] {
position: relative;
}
._heading_text[data-select2-id] {
position: relative;
}
.um-admin-error-block,
.um-admin-success-block {
+1 -1
View File
File diff suppressed because one or more lines are too long
+5
View File
@@ -98,7 +98,12 @@
float: left
width: 33%
position: relative
&[data-select2-id]
position: relative
._heading_text
&[data-select2-id]
position: relative
.#{$prefix}admin-error-block,
.#{$prefix}admin-success-block