style.less 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. .owl-carousel .owl-stage {
  2. min-width: 100%;
  3. }
  4. li.divider {
  5. display: none;
  6. }
  7. .mega-dropdown-menu {
  8. background-color: @light-color !important;
  9. &.dropdown-menu {
  10. padding: 15px;
  11. }
  12. .letter-spacing {
  13. letter-spacing: -0.31em
  14. }
  15. .inline-block {
  16. float: none;
  17. display: inline-block;
  18. vertical-align: top;
  19. letter-spacing: normal;
  20. }
  21. .footer {
  22. padding: 0 15px;
  23. border-top: 1px solid darken(@light-color, 10%);
  24. }
  25. }
  26. header {
  27. .container {
  28. position: relative;
  29. }
  30. }
  31. .dropdown-menu {
  32. .divider {
  33. height: 0;
  34. margin: 20px 0px;
  35. }
  36. }
  37. .navbar {
  38. > .mm_icon {
  39. > a {
  40. position: relative;
  41. padding-left: 40px;
  42. }
  43. .icon {
  44. display: inline-block;
  45. left: 0;
  46. position: absolute;
  47. bottom: 0;
  48. top: 0;
  49. margin: auto;
  50. height: 30px
  51. }
  52. }
  53. }
  54. .nav {
  55. .li-mega-menu {
  56. position: static;
  57. img {
  58. display: inline-block;
  59. }
  60. }
  61. }
  62. .mega-dropdown-menu {
  63. width: 100%;
  64. ul {
  65. margin: 0 0 20px 0;
  66. padding: 0;
  67. .categories {
  68. display: inline-block;
  69. vertical-align: top;
  70. width: 100%;
  71. a {
  72. left: 0;
  73. position: relative;
  74. display: block;
  75. transition: all 0.5s ease;
  76. }
  77. &:hover {
  78. a {
  79. left: 10px;
  80. }
  81. }
  82. ;
  83. }
  84. .dropdown-header {
  85. margin: 0 0 15px 0;
  86. padding: 0 0 8px;
  87. font-size: 16px;
  88. text-transform: uppercase;
  89. border-bottom: 1px solid #eee;
  90. @media (max-width:767px) {
  91. padding: 5px 0 !important;
  92. }
  93. a {
  94. padding-left: 0;
  95. }
  96. }
  97. li a:hover {
  98. text-decoration: none;
  99. }
  100. .slider_header {
  101. width: 80%;
  102. white-space: normal;
  103. display: inline-block;
  104. }
  105. }
  106. .carousel-control {
  107. background: none;
  108. height: 30px;
  109. width: 30px;
  110. top: 0;
  111. bottom: auto;
  112. margin: auto;
  113. cursor: pointer;
  114. bottom: auto;
  115. color: rgb(255, 255, 255);
  116. font-size: 20px;
  117. left: auto;
  118. opacity: 0.5;
  119. position: absolute;
  120. right: 52px;
  121. text-align: center;
  122. text-shadow: none;
  123. .fa {
  124. color: #000;
  125. }
  126. &:hover {
  127. opacity: 1;
  128. }
  129. &.right {
  130. left: auto;
  131. right: 27px;
  132. }
  133. }
  134. .message {
  135. text-align: center;
  136. font-size: 20px;
  137. text-transform: capitalize;
  138. }
  139. }
  140. .carousel-inner {
  141. text-align: center;
  142. img {
  143. margin: 0 auto;
  144. }
  145. }
  146. /*responsive */
  147. @media (min-width:320px) and (max-width:767px) {
  148. .mega-dropdown-menu .inline-block {
  149. width: 100%;
  150. }
  151. .mega-dropdown-menu .carousel .slide {
  152. text-align: center
  153. }
  154. }
  155. .cke_editable {
  156. .li-mega-menu {
  157. div, ul {
  158. display: none !important;
  159. }
  160. }
  161. }
  162. /*theme_customize_modal*/
  163. body #theme_customize_modal {
  164. .modal-dialog {
  165. width: 300px;
  166. box-shadow: 0px 0px 0px 1px rgba(144, 141, 141, 0.38);
  167. .modal-content {
  168. /*box-shadow: none;*/
  169. border-radius: 0;
  170. background: #212d41;
  171. border: 1px solid @dark-color;
  172. .modal-header {
  173. width: 100%;
  174. display: inline-block;
  175. vertical-align: top;
  176. background: #566887;
  177. border: none;
  178. padding: 10px;
  179. .close {
  180. color: #fff;
  181. text-shadow: none;
  182. }
  183. .modal-title {
  184. color: #fff;
  185. font-family: @font-family;
  186. padding: 0;
  187. font-size: 14px;
  188. text-transform: uppercase;
  189. font-weight: 600;
  190. }
  191. }
  192. .modal-h5 {
  193. width: 100%;
  194. display: inline-block;
  195. vertical-align: top;
  196. text-align: center;
  197. background: none;
  198. color: #fff;
  199. font-family: @font-family;
  200. position: relative;
  201. padding: 0 0px 10px;
  202. margin: 20px 0;
  203. &:after {
  204. width: 50px;
  205. content: "";
  206. margin: auto;
  207. left: 0;
  208. right: 0;
  209. position: absolute;
  210. bottom: 0;
  211. height: 1px;
  212. background: rgba(255, 255, 255, 0.51);
  213. }
  214. }
  215. label {
  216. font-family: @font-family;
  217. }
  218. table[name="layout"] {
  219. .center-block {
  220. .text-center {
  221. background: none !important;
  222. border: 1px solid #fff;
  223. color: #fff;
  224. cursor: pointer;
  225. }
  226. &.checked {
  227. .text-center {
  228. box-shadow: none;
  229. background: #fff !important;
  230. color: #212d41;
  231. }
  232. }
  233. }
  234. }
  235. table[name="color"] {
  236. .chd-color-combi {
  237. padding: 3px;
  238. width: 100%;
  239. img {
  240. border: 2px solid #fff;
  241. box-shadow: none;
  242. margin: 0;
  243. cursor: pointer;
  244. width: 100%;
  245. height: 50px;
  246. }
  247. &.checked {
  248. box-shadow: none;
  249. position: relative;
  250. &:after {
  251. position: absolute;
  252. content: "ME";
  253. float: left;
  254. color: #fff;
  255. z-index: 3;
  256. top: 10px;
  257. left: 10px;
  258. }
  259. }
  260. }
  261. }
  262. table[name="font"] {
  263. label {
  264. span {
  265. color: @light-color;
  266. display: block;
  267. cursor: pointer;
  268. padding: 5px;
  269. &:hover {
  270. text-decoration: underline;
  271. }
  272. }
  273. div {
  274. border: none;
  275. cursor: pointer;
  276. }
  277. &.checked {
  278. span {
  279. box-shadow: none;
  280. background: #fff;
  281. color: #212d41;
  282. }
  283. }
  284. }
  285. }
  286. table[name="bg_patterns"]{
  287. td{
  288. padding: 5px;
  289. }
  290. label{
  291. width: 100%;
  292. height: 50px;
  293. float: left;
  294. border: 2px solid #fff;
  295. margin: 0;
  296. &.checked {
  297. box-shadow: none;
  298. position: relative;
  299. &:after {
  300. position: absolute;
  301. content: "ME";
  302. float: left;
  303. color: #000;
  304. z-index: 3;
  305. top: 10px;
  306. left: 10px;
  307. }
  308. }
  309. span{
  310. width: 100%;
  311. display: inline-block;
  312. height: 47px;
  313. vertical-align: top;
  314. }
  315. .pf-color1{
  316. background: @box-body-bg1;
  317. }
  318. .pf-color2{
  319. background: @box-body-bg2;
  320. }
  321. .pf-color3{
  322. background: @box-body-bg3;
  323. }
  324. .pf-color4{
  325. background: @box-body-bg4;
  326. }
  327. .pf-color5{
  328. background: @box-body-bg5;
  329. }
  330. .pf-color6{
  331. background: @box-body-bg6;
  332. }
  333. }
  334. }
  335. }
  336. }
  337. }
  338. /**/