added !important attribute in oder to avoid css portal overriding

This commit is contained in:
Francesco Mangiacrapa 2021-03-23 12:07:03 +01:00
parent ea2adf14a2
commit a93ff14048
1 changed files with 2 additions and 0 deletions

View File

@ -54,10 +54,12 @@
.accordion-no-border-inner {
border: 1px solid #e5e5e5 !important;
border-radius: 4px !important;
padding: 6px 12px !important;
}
.accordion-no-border-inner .accordion-inner {
border-top: 0 !important;
padding: 4px 4px !important;
}
/* WIZARD-CREATOR CLASSES */