Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pccoded-horizontal-menu.scss 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038
  1. .pcoded-logo {
  2. font-size: 13px;
  3. font-weight: 600;
  4. line-height: 35px;
  5. }
  6. .pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item.pcoded-search-item > li.pcoded-hasmenu > a:after {
  7. display: none;
  8. }
  9. a:focus {
  10. outline: none;
  11. outline: 0 auto -webkit-focus-ring-color;
  12. outline-offset: 0;
  13. }
  14. .pcoded {
  15. .pcoded-container {
  16. position: relative;
  17. background: #d5dae6;
  18. }
  19. .pcoded-header {
  20. display: block;
  21. height: 35px;
  22. width: 100%;
  23. z-index: 1024;
  24. }
  25. .pcoded-navbar {
  26. display: block;
  27. height: 50px;
  28. width: 100%;
  29. z-index: 1023;
  30. box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  31. }
  32. #styleSelector{
  33. z-index: 1024;
  34. }
  35. }
  36. .pcoded-main-container {
  37. display: block;
  38. background: #f3f3f3;
  39. }
  40. .pcoded {
  41. .pcoded-content {
  42. position: relative;
  43. display: block;
  44. }
  45. .pcoded-inner-content {
  46. padding: 10px;
  47. }
  48. .pcoded-header {
  49. .pcoded-left-header {
  50. float: left;
  51. min-width: 230px;
  52. padding: 0 10px;
  53. }
  54. .pcoded-right-header {
  55. padding: 0 10px;
  56. .pcoded-rl-header {
  57. float: left;
  58. }
  59. .pcoded-rr-header {
  60. text-align: right;
  61. }
  62. }
  63. }
  64. .pcoded-brand {
  65. float: left;
  66. a .pcoded-brand-text {}
  67. }
  68. &[pcoded-device-type="desktop"],
  69. &[pcoded-device-type="tablet"] {
  70. .navbar-logo .mobile-menu,
  71. .pcoded-brand .menu-toggle {
  72. display: none;
  73. }
  74. }
  75. &[pcoded-device-type="desktop"],
  76. &[pcoded-device-type="tablet"] {
  77. .p-chat-user,
  78. .showChat_inner {
  79. top: 107px;
  80. }
  81. }
  82. .pcoded-brand .menu-toggle a {
  83. text-decoration: none;
  84. i {
  85. font-size: 18px;
  86. }
  87. }
  88. .pcoded-navbar .pcoded-item {
  89. display: block;
  90. list-style: none;
  91. margin: 0;
  92. padding: 0;
  93. position: relative;
  94. > li {
  95. display: block;
  96. list-style: outside none none;
  97. margin: 0;
  98. padding: 0;
  99. position: relative;
  100. > a {
  101. display: block;
  102. font-size: 13px;
  103. padding: 9px 20px;
  104. text-decoration: none;
  105. position: relative;
  106. line-height: 40px;
  107. color: #000;
  108. @media only screen and(max-width: 1200px) {
  109. padding: 9px 5px;
  110. }
  111. }
  112. &.pcoded-hasmenu > a {
  113. line-height: 2.3;
  114. }
  115. &:hover > a {}
  116. }
  117. .pcoded-hasmenu .pcoded-submenu {
  118. list-style: outside none none;
  119. margin: 0;
  120. padding: 0;
  121. box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4);
  122. li {
  123. display: block;
  124. list-style: outside none none;
  125. margin: 0;
  126. padding: 0;
  127. position: relative;
  128. > a {
  129. display: block;
  130. font-size: 14px;
  131. padding: 5px 10px;
  132. text-decoration: none;
  133. position: relative;
  134. .pcoded-mtext{
  135. transition: all 0s ease-in;
  136. }
  137. &:before {
  138. font-family: 'themify';
  139. font-size: 12px;
  140. }
  141. }
  142. &:hover {
  143. a {
  144. &:before {
  145. font-family: 'themify';
  146. font-size: 12px;
  147. position: relative;
  148. border-left: none;
  149. }
  150. }
  151. }
  152. }
  153. }
  154. > li > a > .pcoded-micon {
  155. font-size: 14px;
  156. padding: 0;
  157. }
  158. &.pcoded-search-item > li > a > .pcoded-micon {
  159. padding: 0 5px 0 7px;
  160. }
  161. .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
  162. font-size: 13px;
  163. padding-right: 5px;
  164. }
  165. }
  166. &[horizontal-layout="wide"] .pcoded-container {
  167. width: 100%;
  168. display: block;
  169. }
  170. &[horizontal-layout="box"] .pcoded-container {
  171. display: block;
  172. margin: 0 auto;
  173. max-width: 1200px;
  174. width: 100%;
  175. }
  176. &[theme-layout="horizontal"][horizontal-layout="box"] {
  177. .pcoded-header[pcoded-header-position="fixed"] {
  178. max-width: 1200px;
  179. }
  180. .pcoded-navbar {
  181. &.stickybar,
  182. &[pcoded-navbar-position="fixed"] {
  183. max-width: 1200px;
  184. }
  185. }
  186. }
  187. &[horizontal-layout="widebox"] {
  188. .pcoded-container {
  189. width: 100%;
  190. }
  191. .pcoded-content .pcoded-wrapper,
  192. .pcoded-header .pcoded-wrapper,
  193. .pcoded-navbar .pcoded-wrapper {
  194. display: block;
  195. margin: 0 auto;
  196. max-width: 1200px;
  197. width: 100%;
  198. }
  199. }
  200. &[horizontal-layout="wide"][horizontal-placement="bottom"] .pcoded-navbar {
  201. width: 100%;
  202. }
  203. &[horizontal-layout="box"][horizontal-placement="bottom"] .pcoded-navbar {
  204. margin: 0 auto;
  205. max-width: 1200px;
  206. width: 100%;
  207. }
  208. &[horizontal-layout="widebox"][horizontal-placement="bottom"] .pcoded-navbar {
  209. width: 100%;
  210. }
  211. .pcoded-navbar .pcoded-item {
  212. > li {
  213. float: left;
  214. }
  215. .pcoded-hasmenu .pcoded-submenu {
  216. position: absolute;
  217. min-width: 200px;
  218. z-index: 1;
  219. border-top-style: solid;
  220. border-top-width: 1px;
  221. li > a {
  222. font-size: 14px;
  223. font-weight: 500;
  224. line-height: 34px;
  225. text-align: left;
  226. }
  227. }
  228. .pcoded-submenu .pcoded-submenu {
  229. position: absolute;
  230. min-width: 250px;
  231. z-index: 1;
  232. left: 100%;
  233. top: -1px;
  234. }
  235. .pcoded-hasmenu .pcoded-submenu {
  236. opacity: 0;
  237. visibility: hidden;
  238. -webkit-transform-origin: 50% 50%;
  239. transform-origin: 50% 50%;
  240. -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  241. transition: transform 0.3s, opacity 0.3s;
  242. transform-style: preserve-3d;
  243. -webkit-transform-style: preserve-3d;
  244. transform: rotateX(-90deg);
  245. -webkit-transform: rotateX(-90deg);
  246. }
  247. }
  248. &[theme-layout="horizontal"] {
  249. .pcoded-navbar {
  250. .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
  251. opacity: 1;
  252. visibility: visible;
  253. transform: rotateX(0deg);
  254. -webkit-transform: rotateX(0deg);
  255. }
  256. &[pcoded-navbar-position="relative"] {
  257. position: relative;
  258. }
  259. &[pcoded-navbar-position="fixed"] {
  260. position: fixed;
  261. }
  262. &[pcoded-navbar-position="absolute"] {
  263. position: absolute;
  264. }
  265. li.pcoded-hasmenu {
  266. > a:after {
  267. font-family: "themify";
  268. font-size: 12px;
  269. }
  270. &[dropdown-icon="style1"] > a:after {
  271. content: "\e649";
  272. }
  273. &.pcoded-trigger[dropdown-icon="style1"] > a:after {
  274. content: "\e64b";
  275. }
  276. &[dropdown-icon="style2"] > a:after {
  277. content: "\e661";
  278. }
  279. &.pcoded-trigger[dropdown-icon="style2"] > a:after {
  280. content: "\e663";
  281. }
  282. &[dropdown-icon="style3"] > a:after {
  283. content: '\e61a';
  284. }
  285. &.pcoded-trigger[dropdown-icon="style3"] > a:after {
  286. content: '\e622';
  287. }
  288. }
  289. }
  290. .pcoded-header {
  291. &[pcoded-header-position="relative"] {
  292. position: relative;
  293. }
  294. &[pcoded-header-position="fixed"] {
  295. position: fixed;
  296. top: 0;
  297. }
  298. &[pcoded-header-position="absolute"] {
  299. position: absolute;
  300. }
  301. }
  302. &[horizontal-placement="bottom"] .pcoded-navbar,
  303. &[horizontal-placement="top"] .pcoded-navbar {}
  304. .pcoded-navbar {
  305. .pcoded-brand.pcoded-left-align,
  306. .pcoded-left-item.pcoded-left-align,
  307. .pcoded-right-item.pcoded-left-align,
  308. .pcoded-search-item.pcoded-left-align {
  309. float: left;
  310. }
  311. .pcoded-brand.pcoded-right-align,
  312. .pcoded-left-item.pcoded-right-align,
  313. .pcoded-right-item.pcoded-right-align,
  314. .pcoded-search-item.pcoded-right-align {
  315. float: right;
  316. }
  317. .pcoded-item {
  318. &[item-border="true"] {
  319. &[item-border-style="dashed"] > li > a {
  320. border-right-style: dashed;
  321. }
  322. &[item-border-style="dotted"] > li > a {
  323. border-right-style: dotted;
  324. }
  325. &[item-border-style="solid"] > li > a {
  326. border-right-style: solid;
  327. }
  328. &[item-border-style="dashed"] .pcoded-hasmenu .pcoded-submenu li > a {
  329. border-bottom-style: dashed;
  330. }
  331. &[item-border-style="dotted"] .pcoded-hasmenu .pcoded-submenu li > a {
  332. border-bottom-style: dotted;
  333. }
  334. &[item-border-style="solid"] .pcoded-hasmenu .pcoded-submenu li > a {
  335. border-bottom-style: solid;
  336. }
  337. }
  338. &[item-border="false"] > li > a {
  339. border-right-width: 0;
  340. }
  341. &[item-border="true"] > li > a {
  342. border-right-width: 1px;
  343. }
  344. &[subitem-border="false"] .pcoded-hasmenu .pcoded-submenu li > a {
  345. border-bottom-width: 0;
  346. }
  347. &[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li > a {
  348. border-bottom-width: 1px;
  349. }
  350. }
  351. }
  352. }
  353. .pcoded-navbar .pcoded-item .pcoded-submenu li.pcoded-hasmenu > a:after {
  354. margin-left: 3px;
  355. position: relative;
  356. float: right;
  357. top: 1px;
  358. }
  359. &[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu {
  360. &.active > a:after,
  361. &.pcoded-trigger > a:after,
  362. > a:after {
  363. font-style: normal;
  364. margin-left: 3px;
  365. padding-left: 5px;
  366. position: relative;
  367. }
  368. }
  369. }
  370. li.edge > ul {
  371. left: auto !important;
  372. right: 100%;
  373. }
  374. .stickybar {
  375. height: 40px;
  376. position: fixed;
  377. top: 0;
  378. width: 100% !important;
  379. }
  380. .pcoded {
  381. &[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.edge.pcoded-trigger > .pcoded-submenu {
  382. right: 0;
  383. }
  384. &[horizontal-layout="box"][horizontal-placement="bottom"] .pcoded-navbar,
  385. &[horizontal-layout="wide"][horizontal-placement="bottom"] .pcoded-navbar,
  386. &[horizontal-layout="widebox"][horizontal-placement="bottom"] .pcoded-navbar {
  387. bottom: 0;
  388. position: fixed;
  389. }
  390. &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item {
  391. > .pcoded-hasmenu > .pcoded-submenu {
  392. bottom: 40px;
  393. }
  394. .pcoded-submenu .pcoded-submenu {
  395. bottom: 0;
  396. top: auto;
  397. }
  398. .pcoded-hasmenu .pcoded-submenu {
  399. border-bottom-style: solid;
  400. border-bottom-width: 1px;
  401. border-top-width: 0;
  402. }
  403. }
  404. &[horizontal-placement="top"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a > .pcoded-mcaret {
  405. background: transparent none repeat scroll 0 0;
  406. border-bottom-style: solid;
  407. border-bottom-width: 7px;
  408. border-left: 8px solid transparent;
  409. border-right: 8px solid transparent;
  410. bottom: 0;
  411. display: block;
  412. float: right;
  413. height: 0;
  414. margin: 0 auto;
  415. position: absolute;
  416. right: 50%;
  417. width: 0;
  418. }
  419. &[theme-layout="horizontal"][horizontal-placement="top"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active {
  420. .pcoded-submenu {
  421. border-top-style: solid;
  422. border-top-width: 1px;
  423. }
  424. > a > .pcoded-mcaret {
  425. border-bottom-width: 7px;
  426. border-bottom-style: solid;
  427. }
  428. }
  429. &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a > .pcoded-mcaret {
  430. background: transparent none repeat scroll 0 0;
  431. border-top-style: solid;
  432. border-top-width: 7px;
  433. border-left: 8px solid transparent;
  434. border-right: 8px solid transparent;
  435. top: 0;
  436. display: block;
  437. float: right;
  438. height: 0;
  439. margin: 0 auto;
  440. position: absolute;
  441. right: 50%;
  442. width: 0;
  443. }
  444. &[theme-layout="horizontal"][horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active > a > .pcoded-mcaret {
  445. border-top-width: 7px;
  446. border-top-style: solid;
  447. }
  448. .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu > li:last-child > a {
  449. border-bottom-color: transparent !important;
  450. }
  451. &[theme-layout="horizontal"] {
  452. &[pcoded-device-type="tablet"] .pcoded-navbar {
  453. .pcoded-item {
  454. > li > a {
  455. padding: 9px;
  456. > .pcoded-micon {
  457. display: none;
  458. }
  459. }
  460. &.pcoded-search-item > li > a > .pcoded-micon {
  461. display: block;
  462. }
  463. }
  464. .pcoded-brand.pcoded-left-align {
  465. /* display: none; */
  466. }
  467. }
  468. &[pcoded-device-type="desktop"] .pcoded-navbar.isCentered,
  469. &[pcoded-device-type="tablet"] .pcoded-navbar.isCentered {
  470. text-align: center;
  471. }
  472. }
  473. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu,
  474. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu {
  475. text-align: left;
  476. }
  477. &[theme-layout="horizontal"] .pcoded-navbar.isCentered {
  478. .pcoded-brand {
  479. display: inline-block;
  480. float: none;
  481. float: unset;
  482. margin-top: 0;
  483. position: relative;
  484. top: -13px;
  485. }
  486. .pcoded-left-item,
  487. .pcoded-right-item,
  488. .pcoded-search-item {
  489. display: inline-block;
  490. }
  491. }
  492. .pcoded-navbar.isCentered .pcoded-item > li {
  493. display: inline-block;
  494. }
  495. &[theme-layout="horizontal"] {
  496. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-inner-navbar,
  497. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-inner-navbar {
  498. position: relative;
  499. }
  500. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item,
  501. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop,
  502. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item,
  503. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop {
  504. position: static;
  505. position: static;
  506. }
  507. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu,
  508. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu {
  509. min-width: 200px;
  510. width: 100%;
  511. left: 0;
  512. right: 0;
  513. top: auto;
  514. }
  515. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li,
  516. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li {
  517. display: inline-block;
  518. }
  519. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li,
  520. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li {
  521. position: static;
  522. position: static;
  523. }
  524. &[pcoded-device-type="desktop"].pcoded-navbar .pcoded-item > li.fullwidth-drop .pcoded-submenu .pcoded-submenu,
  525. &[pcoded-device-type="tablet"].pcoded-navbar .pcoded-item > li.fullwidth-drop .pcoded-submenu .pcoded-submenu {
  526. top: 100%;
  527. left: 0;
  528. }
  529. }
  530. .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
  531. border-bottom-width: 0;
  532. }
  533. &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.fullwidth-drop > .pcoded-submenu {
  534. bottom: 100%;
  535. > .pcoded-hasmenu > .pcoded-submenu {
  536. bottom: 100%;
  537. }
  538. }
  539. .pcoded-navbar .pcoded-item .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
  540. display: inline-block;
  541. }
  542. }
  543. .pcoded-inner-navbar {
  544. position: relative;
  545. }
  546. .pcoded {
  547. .pcoded-navbar .pcoded-item {
  548. position: static;
  549. > li.megamenu-half {
  550. position: static;
  551. &.pcoded-hasmenu .pcoded-submenu {
  552. left: auto;
  553. min-width: 200px;
  554. right: auto;
  555. width: 50%;
  556. }
  557. }
  558. }
  559. .megamenu-half .pcoded-submenu {
  560. padding: 10px !important;
  561. color: #b4bcc8;
  562. }
  563. &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.megamenu-half > .pcoded-submenu {
  564. bottom: 100%;
  565. }
  566. }
  567. .pcoded-inner-navbar {
  568. position: relative;
  569. }
  570. .pcoded {
  571. .pcoded-navbar .pcoded-item {
  572. position: static;
  573. > li.megamenu-full {
  574. position: static;
  575. &.pcoded-hasmenu .pcoded-submenu {
  576. left: 0;
  577. min-width: 200px;
  578. right: 0;
  579. width: 100%;
  580. }
  581. }
  582. }
  583. .megamenu-full .pcoded-submenu {
  584. padding: 10px !important;
  585. color: #b4bcc8;
  586. }
  587. &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.megamenu-full > .pcoded-submenu {
  588. bottom: 100%;
  589. }
  590. .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu.pcoded-megamenu {
  591. ul {
  592. margin: 0;
  593. padding: 0;
  594. li {
  595. display: block;
  596. list-style: outside none none;
  597. a {
  598. border-bottom-width: 0 !important;
  599. font-size: 13px;
  600. font-weight: 500;
  601. line-height: 23px;
  602. padding: 0;
  603. text-decoration: none;
  604. &:hover {
  605. text-decoration: none;
  606. background: transparent !important;
  607. color: #FFF;
  608. }
  609. }
  610. &.title {
  611. display: block;
  612. font-size: 13px;
  613. font-weight: 600;
  614. padding: 10px 0;
  615. margin-bottom: 10px;
  616. border-bottom-width: 1px;
  617. border-bottom-style: solid;
  618. }
  619. }
  620. }
  621. .pcoded-gridbox {
  622. border-radius: 2px;
  623. font-size: 10px;
  624. margin-bottom: 11px;
  625. min-height: 23px;
  626. padding-top: 5px;
  627. text-align: center;
  628. }
  629. }
  630. &[theme-layout="horizontal"] {
  631. &[pcoded-device-type="phone"] .pcoded-header {
  632. .pcoded-rl-header {
  633. display: none;
  634. }
  635. .pcoded-right-header .pcoded-rr-header {
  636. text-align: center;
  637. }
  638. }
  639. &[pcoded-device-type="desktop"] .pcodedbrand-xs,
  640. &[pcoded-device-type="tablet"] .pcodedbrand-xs {
  641. height: 40px;
  642. width: 100%;
  643. padding: 0;
  644. margin: 0;
  645. position: relative;
  646. display: none;
  647. }
  648. &[pcoded-device-type="phone"] {
  649. .pcodedbrand-xs {
  650. height: 40px;
  651. width: 100%;
  652. padding: 0;
  653. margin: 0;
  654. position: relative;
  655. .pcoded-brand a {
  656. font-family: lato;
  657. font-size: 20px !important;
  658. font-weight: 700;
  659. line-height: 40px;
  660. padding: 0 10px;
  661. text-decoration: none;
  662. }
  663. .menu-toggle {
  664. float: right;
  665. }
  666. }
  667. .pcoded-navbar {
  668. height: auto;
  669. padding: 10px 10px 0;
  670. position: absolute;
  671. .pcoded-inner-navbar {
  672. height: auto;
  673. position: relative;
  674. }
  675. .pcoded-brand a {
  676. display: none;
  677. }
  678. opacity: 0;
  679. visibility: hidden;
  680. transform-origin: 50% 50%;
  681. transition: transform 0.3s, opacity 0.3s;
  682. transform-style: preserve-3d;
  683. transform: rotateX(-90deg);
  684. &.show-menu {
  685. opacity: 1;
  686. visibility: visible;
  687. transform: rotateX(0deg);
  688. }
  689. }
  690. }
  691. .pcoded-navbar .pcoded-brand a {
  692. font-family: lato;
  693. font-size: 20px !important;
  694. font-weight: 700;
  695. line-height: 40px;
  696. padding: 0 10px;
  697. text-decoration: none;
  698. }
  699. }
  700. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-brand .menu-toggle,
  701. &[pcoded-device-type="phone"] .pcoded-navbar .pcoded-brand .menu-toggle,
  702. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-brand .menu-toggle {
  703. display: none;
  704. }
  705. &[theme-layout="horizontal"][pcoded-device-type="phone"] {
  706. .pcoded-brand {
  707. .menu-toggle {
  708. float: right;
  709. }
  710. float: unset !important;
  711. float: none !important;
  712. }
  713. .pcoded-navbar .pcoded-item {
  714. display: block;
  715. float: none !important;
  716. position: relative;
  717. width: 100%;
  718. z-index: 1;
  719. > li {
  720. float: none;
  721. display: block;
  722. position: relative;
  723. }
  724. &[item-border="true"] > li {
  725. > a {
  726. border-right-width: 0;
  727. border-bottom-width: 1px;
  728. border-bottom-style: solid;
  729. }
  730. &.pcoded-trigger > a {
  731. border-bottom-width: 0;
  732. }
  733. }
  734. > .pcoded-hasmenu {
  735. > .pcoded-submenu {
  736. min-width: 100%;
  737. z-index: 2;
  738. }
  739. &.pcoded-trigger > .pcoded-submenu {
  740. position: relative;
  741. }
  742. > .pcoded-submenu > .pcoded-hasmenu {
  743. > .pcoded-submenu {
  744. left: 0;
  745. min-width: 100%;
  746. right: 0;
  747. top: 0;
  748. z-index: 1;
  749. }
  750. &.pcoded-trigger {
  751. > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu,
  752. > .pcoded-submenu {
  753. position: relative;
  754. }
  755. }
  756. > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu {
  757. left: 0;
  758. min-width: 100%;
  759. right: 0;
  760. top: 0;
  761. z-index: 1;
  762. }
  763. }
  764. }
  765. }
  766. &[horizontal-placement="bottom"] .pcoded-navbar {
  767. bottom: auto;
  768. }
  769. .pcoded-navbar .pcoded-item > li.pcoded-hasmenu {
  770. &.active > a:after,
  771. &.pcoded-trigger > a:after,
  772. > a:after {
  773. position: absolute;
  774. right: 13px;
  775. }
  776. }
  777. }
  778. &[theme-layout="horizontal"]{
  779. &[pcoded-device-type="phone"],
  780. &[pcoded-device-type="tablet"] {
  781. .pcoded-header {
  782. height: auto;
  783. }
  784. }
  785. }
  786. }
  787. .pcoded .pcoded-navbar .pcoded-item .pcoded-submenu > li a .pcoded-badge {
  788. top: 13px;
  789. right: 20px;
  790. }
  791. .pcoded-rr-header .btn {
  792. font-size: 12px;
  793. font-weight: 600;
  794. margin-left: 5px;
  795. }
  796. .pcoded-main-container {
  797. clear: both;
  798. }
  799. .pcoded-address span {
  800. float: left;
  801. }
  802. .pcoded .pcoded-navbar .pcoded-item:after{
  803. display: none;
  804. }
  805. $header-theme: #448aff,#5D4037,#4CAF50,#d84315,#4527a0,#37474f;
  806. .pcoded {
  807. .pcoded-navbar .pcoded-item .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
  808. display: list-item;
  809. }
  810. &[theme-layout="horizontal"] {
  811. .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
  812. border-bottom-width: 0;
  813. }
  814. &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li,
  815. &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li {
  816. display: block;
  817. float: left;
  818. }
  819. .pcoded-header[pcoded-header-position="relative"] ~ .pcoded-main-container{
  820. top: -1px;
  821. }
  822. }
  823. .pcoded-navbar .pcoded-item li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after {
  824. float: none;
  825. }
  826. .pcoded-navbar{
  827. &[navbar-theme="themelight1"]{
  828. background-color: #fff;
  829. }
  830. &[navbar-theme="theme1"]{
  831. background-color: #37474f;
  832. }
  833. }
  834. .pcoded-header {
  835. @each $value in $header-theme {
  836. $i: index($header-theme, $value);
  837. &[header-theme="theme#{$i}"] {
  838. background: $value;
  839. }
  840. }
  841. }
  842. }
  843. body {
  844. &.horizontal-icon,
  845. &.horizontal-icon-fixed {
  846. .pcoded {
  847. .main-body {
  848. margin-top: 60px;
  849. }
  850. .pcoded-navbar {
  851. height: 70px;
  852. .pcoded-item > li {
  853. > a > {
  854. .pcoded-micon {
  855. display: block;
  856. text-align: center;
  857. margin: 0 auto;
  858. }
  859. }
  860. &.pcoded-hasmenu > a {
  861. line-height: 30px;
  862. }
  863. }
  864. }
  865. &[pcoded-device-type="desktop"] {
  866. .pcoded-navbar {
  867. .pcoded-item > li {
  868. &.pcoded-hasmenu > a {
  869. height: 70px;
  870. }
  871. }
  872. }
  873. }
  874. }
  875. }
  876. }
  877. .pcoded[sidebar-img="true"] .pcoded-navbar{
  878. background-size: cover;
  879. }