assets/css/tools.css in appscms-tools-theme-0.4.6 vs assets/css/tools.css in appscms-tools-theme-0.4.7

- old
+ new

@@ -47,11 +47,11 @@ text-decoration: none !important; } .dropdown-menu { position: fixed; left: 0; - top: 72px; + top: 71px; width: 100%; } .inner-dropdown { display: flex; justify-content: left; @@ -1225,15 +1225,23 @@ font-size: 20px; color: rgba(33, 33, 33, 1); text-align: center; margin: 0; } +.common-h2 { + font-stretch: 400; + font-size: 20px; + color: rgba(33, 33, 33, 1); +} @media (min-width: 768px) { .about-h2 { line-height: 30px; font-size: 22px; } + .common-h2 { + font-size: 22px; + } } /*closed*/ .feature-img { width: 36px; height: 36px; @@ -1271,11 +1279,11 @@ left: 0; bottom: 0 !important; top: auto; font-size: 25px; width: 100%; - height: 80px; + height: 60px; display: flex; margin: 0 !important; flex-direction: row; justify-content: space-evenly; line-height: 100px; @@ -1383,6 +1391,36 @@ fill: currentColor; } .mega-menu::first-line { color: gray !important; font-weight: 600; +} +.lang-dropdown { + position: fixed; + right: 30px; + top: 20px; + z-index: 999; +} +@media (max-width: 994px) { + .lang-dropdown { + top: 75px; + z-index: 5; + right: 4px; + position: absolute; + } + .lang-dropdown .lang-dropdown-btn { + position: absolute; + right: 0; + } + .drop-down-wrapper { + overflow-y: unset !important; + } +} +.drop-down-wrapper { + height: fit-content !important; +} +.lang-dropdown-item { + width: 100%; + display: block; + text-align: center; + text-decoration: none !important; }