assets/css/appscms-theme.css in appscms-tools-theme-4.6.6 vs assets/css/appscms-theme.css in appscms-tools-theme-4.6.7
- old
+ new
@@ -198,12 +198,27 @@
.appscms-faq-section {
max-width: 1140px;
}
@media (max-width: 768px) {
+ .category-tools__item {
+ padding: 0 !important;
+ }
+ .category-tools__item h4 {
+ color: #fff !important ;
+ }
+ .category-tools__descr {
+ color: #fff !important;
+ }
+ .expand_menu .mega_menu li a {
+ color: #fff !important;
+ }
+ .mega_menu li a {
+ color: #fff !important;
+ }
.list-item-dropdown .toolbar-link {
- color: #fff;
+ color: #fff !important;
}
.close-nav-ham {
display: flex !important;
justify-content: end;
}
@@ -2005,32 +2020,28 @@
outline: 0 !important;
box-shadow: 0 0 0 0.2rem #1d16e840 !important;
outline: none !important;
}
-.icon_box svg {
- background-color: #1b2fe7c0;
- padding: 4px;
- border-radius: 3px;
- fill: #1b2fe7;
+.icon_box img {
+ height: 45px;
+ width: 45px;
}
.expand_menu-name-categiry {
+ overflow: hidden;
font-weight: 600;
font-size: 12px;
color: #828586;
- padding-left: 8px;
margin-bottom: 8px;
}
.category-tools__item {
padding: 8px;
border-radius: 8px;
margin-top: 8px;
}
.icon_box {
- width: 56px;
- height: 56px;
border-radius: 8px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
@@ -2044,10 +2055,11 @@
.category-tools__content {
margin-left: 10px;
}
.category-tools__item {
display: flex;
+ padding-left: 0px;
}
.category-tools__item h4 {
margin: 0;
font-weight: 600;
font-size: 17px;
@@ -2069,15 +2081,17 @@
line-height: 1.5;
color: #181d20;
padding-top: 8px;
padding-bottom: 8px;
align-items: center;
+ overflow: hidden;
}
.mega_menu li a {
font-weight: 500;
line-height: 2;
color: #181d20;
padding-top: 8px;
padding-bottom: 8px;
font-size: 17px;
+ overflow: hidden;
}