assets/css/appscms-theme.css in appscms-tools-theme-4.4.6 vs assets/css/appscms-theme.css in appscms-tools-theme-4.4.7
- old
+ new
@@ -99,11 +99,10 @@
visibility: visible;
height: inherit;
height: 500px;
white-space: nowrap;
opacity: 1;
- max-height: fit-content !important;
}
.appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item:hover {
border-bottom: 2px solid white;
padding-bottom: 8px;
@@ -141,13 +140,11 @@
box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
z-index: 200;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 25px 50px 50px 50px;
- transition: all 0.4s linear;
- visibility: hidden;
- height: 0px;
+ display: none;
background-color: var(--white-color);
}
.list-item-dropdown-heading {
@@ -200,10 +197,13 @@
.appscms-faq-section {
max-width: 1140px;
}
@media (max-width: 768px) {
+ .list-item-dropdown .toolbar-link{
+ color: #fff;
+ }
.close-nav-ham {
display: flex !important;
justify-content: end;
}
.hamburger {
@@ -286,9 +286,10 @@
> .list-item-dropdown {
opacity: 1;
height: auto;
max-height: 200px;
}
+
.arrow-svg {
display: block;
}
}
\ No newline at end of file