added styling classnames

This commit is contained in:
Burak Civan
2022-09-15 12:24:41 +03:00
parent 8ef6f743bd
commit 86b6dc51ac
4 changed files with 693 additions and 2 deletions

View File

@@ -521,6 +521,18 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
right: 16.5rem;
}
/* plans page accordion */
.active-accordion .js-accordions-text {
opacity: 1 !important;
visibility: visible !important;
height: auto !important;
}
.active-accordion i {
transform: rotate(180deg);
}
/* plans page accordion */
@media only screen and (max-width: 480px) {
.small-table-width {
width: 450px;