holygrail2 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -108,6 +108,13 @@
|
|
|
108
108
|
|
|
109
109
|
.is-rtl{
|
|
110
110
|
.mn-mainmenu .list-check li.is-active a::before {
|
|
111
|
-
margin-right: -
|
|
111
|
+
margin-right: -8px;
|
|
112
112
|
}
|
|
113
|
+
@media (min-width: 768px){
|
|
114
|
+
.mn-mainmenu .mn-mainbar .tabs ul.mn-list-item li:first-child a,
|
|
115
|
+
.mn-mainmenu .mn-mainbar .tabs ul.mn-list-item li:first-child span {
|
|
116
|
+
padding: 8px 0px 8px 20px;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
113
120
|
}
|