#13059 switchs style like mockup
This commit is contained in:
parent
1fed8ffb09
commit
5374ca97e4
|
@ -27,6 +27,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#select_multiple_modules_filtered_formated .recursive-modules > div {
|
#select_multiple_modules_filtered_formated .recursive-modules > div {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
@ -40,6 +42,14 @@
|
||||||
min-width: 250px !important;
|
min-width: 250px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#select_multiple_modules_filtered_formated > div > div > label.p-switch {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#select_multiple_modules_filtered_formated > div > div > label.font-title-font {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#select_multiple_modules_filtered_formated > div > div > .select2 {
|
#select_multiple_modules_filtered_formated > div > div > .select2 {
|
||||||
min-width: 250px !important;
|
min-width: 250px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue