assets/css/tools.css in appscms-tools-theme-0.4.2 vs assets/css/tools.css in appscms-tools-theme-0.4.3
- old
+ new
@@ -25,9 +25,42 @@
.nav__item a:hover {
color: #000;
text-decoration: none !important;
}
+.navCatContainer {
+ position: absolute;
+ z-index: 9;
+ padding: 25px;
+ height: 300px;
+ background: white;
+ width: 100%;
+}
+.navCat {
+ display: flex;
+ width: 100%;
+ justify-content: space-between;
+}
+.anchor_color {
+ color: rgb(117, 117, 117);
+}
+.nav__item_Cat {
+ margin: 0 !important;
+ padding: 0 15px;
+ font-size: 15px;
+ font-weight: 400;
+ line-height: 38px;
+ text-align: left;
+ /* color: #11304e; */
+ list-style: none;
+ position: relative;
+}
+.navItemlist {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ padding: 20px 0;
+}
@media (max-width: 992px) {
.navbar-nav {
margin: 0 !important;
}