assets/css/appscms-theme.css in appscms-tools-theme-4.6.5 vs assets/css/appscms-theme.css in appscms-tools-theme-4.6.6
- old
+ new
@@ -2004,5 +2004,80 @@
border-color: #1d16e884 !important;
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;
+}
+
+.expand_menu-name-categiry {
+ 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;
+ -ms-flex-align: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin-top: 3px;
+ flex-shrink: 0;
+}
+.category-tools__content {
+ margin-left: 10px;
+}
+.category-tools__item {
+ display: flex;
+}
+.category-tools__item h4 {
+ margin: 0;
+ font-weight: 600;
+ font-size: 17px;
+ line-height: 1.5;
+ color: #181d20;
+ white-space: nowrap;
+}
+.category-tools__descr {
+ font-weight: 400;
+ font-size: 13px;
+
+ color: #000;
+}
+.mega_menu {
+ padding: 0;
+}
+.expand_menu .mega_menu li a {
+ font-weight: 500;
+ line-height: 1.5;
+ color: #181d20;
+ padding-top: 8px;
+ padding-bottom: 8px;
+ align-items: center;
+}
+
+.mega_menu li a {
+ font-weight: 500;
+ line-height: 2;
+ color: #181d20;
+ padding-top: 8px;
+ padding-bottom: 8px;
+ font-size: 17px;
+}