- Advanced tab finished;

- Advanced > Features section is finished;
- General > Users section is finished;
This commit is contained in:
Mykyta Synelnikov
2024-01-02 00:12:09 +02:00
parent 5f8f05e1d2
commit c6efeab4b9
9 changed files with 330 additions and 217 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.um-form-table .um-forms-line[data-conditional] {
display: none; }
.um-form-table .um-forms-line[data-field_type="checkbox"] td label {
.um-form-table .um-forms-line[data-field_type="checkbox"] td label, .um-form-table .um-forms-line[data-field_type="same_page_update"] td label {
font-style: italic; }
.um-form-table .um-forms-line label .um-req {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -7,7 +7,8 @@
.#{$prefix}forms-line
&[data-conditional]
display: none
&[data-field_type="checkbox"]
&[data-field_type="checkbox"],
&[data-field_type="same_page_update"]
td
label
font-style: italic