| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038 |
- .pcoded-logo {
- font-size: 13px;
- font-weight: 600;
- line-height: 35px;
- }
-
- .pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item.pcoded-search-item > li.pcoded-hasmenu > a:after {
- display: none;
- }
-
- a:focus {
- outline: none;
- outline: 0 auto -webkit-focus-ring-color;
- outline-offset: 0;
- }
-
- .pcoded {
- .pcoded-container {
- position: relative;
- background: #d5dae6;
- }
-
- .pcoded-header {
- display: block;
- height: 35px;
- width: 100%;
- z-index: 1024;
- }
-
- .pcoded-navbar {
- display: block;
- height: 50px;
- width: 100%;
- z-index: 1023;
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
- }
- #styleSelector{
- z-index: 1024;
- }
- }
-
- .pcoded-main-container {
- display: block;
- background: #f3f3f3;
- }
-
- .pcoded {
- .pcoded-content {
- position: relative;
- display: block;
- }
-
- .pcoded-inner-content {
- padding: 10px;
- }
-
- .pcoded-header {
- .pcoded-left-header {
- float: left;
- min-width: 230px;
- padding: 0 10px;
- }
-
- .pcoded-right-header {
- padding: 0 10px;
-
- .pcoded-rl-header {
- float: left;
- }
-
- .pcoded-rr-header {
- text-align: right;
- }
- }
- }
-
- .pcoded-brand {
- float: left;
-
- a .pcoded-brand-text {}
- }
-
- &[pcoded-device-type="desktop"],
- &[pcoded-device-type="tablet"] {
- .navbar-logo .mobile-menu,
- .pcoded-brand .menu-toggle {
- display: none;
- }
- }
-
- &[pcoded-device-type="desktop"],
- &[pcoded-device-type="tablet"] {
- .p-chat-user,
- .showChat_inner {
- top: 107px;
- }
- }
-
- .pcoded-brand .menu-toggle a {
- text-decoration: none;
-
- i {
- font-size: 18px;
- }
- }
-
- .pcoded-navbar .pcoded-item {
- display: block;
- list-style: none;
- margin: 0;
- padding: 0;
- position: relative;
-
- > li {
- display: block;
- list-style: outside none none;
- margin: 0;
- padding: 0;
- position: relative;
-
- > a {
- display: block;
- font-size: 13px;
- padding: 9px 20px;
- text-decoration: none;
- position: relative;
- line-height: 40px;
- color: #000;
- @media only screen and(max-width: 1200px) {
- padding: 9px 5px;
- }
- }
-
- &.pcoded-hasmenu > a {
- line-height: 2.3;
- }
-
- &:hover > a {}
- }
-
- .pcoded-hasmenu .pcoded-submenu {
- list-style: outside none none;
- margin: 0;
- padding: 0;
- box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4);
-
- li {
- display: block;
- list-style: outside none none;
- margin: 0;
- padding: 0;
- position: relative;
-
- > a {
- display: block;
- font-size: 14px;
- padding: 5px 10px;
- text-decoration: none;
- position: relative;
- .pcoded-mtext{
- transition: all 0s ease-in;
- }
- &:before {
- font-family: 'themify';
- font-size: 12px;
-
- }
- }
-
- &:hover {
- a {
- &:before {
- font-family: 'themify';
- font-size: 12px;
- position: relative;
- border-left: none;
- }
- }
- }
- }
- }
-
- > li > a > .pcoded-micon {
- font-size: 14px;
- padding: 0;
- }
-
- &.pcoded-search-item > li > a > .pcoded-micon {
- padding: 0 5px 0 7px;
- }
-
- .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
- font-size: 13px;
- padding-right: 5px;
- }
- }
-
- &[horizontal-layout="wide"] .pcoded-container {
- width: 100%;
- display: block;
- }
-
- &[horizontal-layout="box"] .pcoded-container {
- display: block;
- margin: 0 auto;
- max-width: 1200px;
- width: 100%;
- }
-
- &[theme-layout="horizontal"][horizontal-layout="box"] {
- .pcoded-header[pcoded-header-position="fixed"] {
- max-width: 1200px;
- }
-
- .pcoded-navbar {
- &.stickybar,
- &[pcoded-navbar-position="fixed"] {
- max-width: 1200px;
- }
- }
- }
-
- &[horizontal-layout="widebox"] {
- .pcoded-container {
- width: 100%;
- }
-
- .pcoded-content .pcoded-wrapper,
- .pcoded-header .pcoded-wrapper,
- .pcoded-navbar .pcoded-wrapper {
- display: block;
- margin: 0 auto;
- max-width: 1200px;
- width: 100%;
- }
- }
-
- &[horizontal-layout="wide"][horizontal-placement="bottom"] .pcoded-navbar {
- width: 100%;
- }
-
- &[horizontal-layout="box"][horizontal-placement="bottom"] .pcoded-navbar {
- margin: 0 auto;
- max-width: 1200px;
- width: 100%;
- }
-
- &[horizontal-layout="widebox"][horizontal-placement="bottom"] .pcoded-navbar {
- width: 100%;
- }
-
- .pcoded-navbar .pcoded-item {
- > li {
- float: left;
- }
-
- .pcoded-hasmenu .pcoded-submenu {
- position: absolute;
- min-width: 200px;
- z-index: 1;
- border-top-style: solid;
- border-top-width: 1px;
-
- li > a {
- font-size: 14px;
- font-weight: 500;
- line-height: 34px;
- text-align: left;
- }
- }
-
- .pcoded-submenu .pcoded-submenu {
- position: absolute;
- min-width: 250px;
- z-index: 1;
- left: 100%;
- top: -1px;
- }
-
- .pcoded-hasmenu .pcoded-submenu {
- opacity: 0;
- visibility: hidden;
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
- transition: transform 0.3s, opacity 0.3s;
- transform-style: preserve-3d;
- -webkit-transform-style: preserve-3d;
- transform: rotateX(-90deg);
- -webkit-transform: rotateX(-90deg);
- }
- }
- &[theme-layout="horizontal"] {
-
- .pcoded-navbar {
- .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
- opacity: 1;
- visibility: visible;
- transform: rotateX(0deg);
- -webkit-transform: rotateX(0deg);
- }
-
- &[pcoded-navbar-position="relative"] {
- position: relative;
- }
-
- &[pcoded-navbar-position="fixed"] {
- position: fixed;
- }
-
- &[pcoded-navbar-position="absolute"] {
- position: absolute;
- }
-
- li.pcoded-hasmenu {
- > a:after {
- font-family: "themify";
- font-size: 12px;
- }
- &[dropdown-icon="style1"] > a:after {
- content: "\e649";
- }
-
- &.pcoded-trigger[dropdown-icon="style1"] > a:after {
- content: "\e64b";
- }
-
- &[dropdown-icon="style2"] > a:after {
- content: "\e661";
- }
-
- &.pcoded-trigger[dropdown-icon="style2"] > a:after {
- content: "\e663";
- }
-
- &[dropdown-icon="style3"] > a:after {
- content: '\e61a';
- }
-
- &.pcoded-trigger[dropdown-icon="style3"] > a:after {
- content: '\e622';
- }
- }
- }
-
- .pcoded-header {
- &[pcoded-header-position="relative"] {
- position: relative;
- }
-
- &[pcoded-header-position="fixed"] {
- position: fixed;
- top: 0;
- }
-
- &[pcoded-header-position="absolute"] {
- position: absolute;
- }
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar,
- &[horizontal-placement="top"] .pcoded-navbar {}
-
- .pcoded-navbar {
- .pcoded-brand.pcoded-left-align,
- .pcoded-left-item.pcoded-left-align,
- .pcoded-right-item.pcoded-left-align,
- .pcoded-search-item.pcoded-left-align {
- float: left;
- }
-
- .pcoded-brand.pcoded-right-align,
- .pcoded-left-item.pcoded-right-align,
- .pcoded-right-item.pcoded-right-align,
- .pcoded-search-item.pcoded-right-align {
- float: right;
- }
-
- .pcoded-item {
- &[item-border="true"] {
- &[item-border-style="dashed"] > li > a {
- border-right-style: dashed;
- }
-
- &[item-border-style="dotted"] > li > a {
- border-right-style: dotted;
- }
-
- &[item-border-style="solid"] > li > a {
- border-right-style: solid;
- }
-
- &[item-border-style="dashed"] .pcoded-hasmenu .pcoded-submenu li > a {
- border-bottom-style: dashed;
- }
-
- &[item-border-style="dotted"] .pcoded-hasmenu .pcoded-submenu li > a {
- border-bottom-style: dotted;
- }
-
- &[item-border-style="solid"] .pcoded-hasmenu .pcoded-submenu li > a {
- border-bottom-style: solid;
- }
- }
-
- &[item-border="false"] > li > a {
- border-right-width: 0;
- }
-
- &[item-border="true"] > li > a {
- border-right-width: 1px;
- }
-
- &[subitem-border="false"] .pcoded-hasmenu .pcoded-submenu li > a {
- border-bottom-width: 0;
- }
-
- &[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li > a {
- border-bottom-width: 1px;
- }
- }
- }
- }
-
- .pcoded-navbar .pcoded-item .pcoded-submenu li.pcoded-hasmenu > a:after {
- margin-left: 3px;
- position: relative;
- float: right;
- top: 1px;
- }
-
- &[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu {
- &.active > a:after,
- &.pcoded-trigger > a:after,
- > a:after {
- font-style: normal;
- margin-left: 3px;
- padding-left: 5px;
- position: relative;
- }
- }
- }
- li.edge > ul {
- left: auto !important;
- right: 100%;
- }
-
- .stickybar {
- height: 40px;
- position: fixed;
- top: 0;
- width: 100% !important;
- }
-
- .pcoded {
- &[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.edge.pcoded-trigger > .pcoded-submenu {
- right: 0;
- }
-
- &[horizontal-layout="box"][horizontal-placement="bottom"] .pcoded-navbar,
- &[horizontal-layout="wide"][horizontal-placement="bottom"] .pcoded-navbar,
- &[horizontal-layout="widebox"][horizontal-placement="bottom"] .pcoded-navbar {
- bottom: 0;
- position: fixed;
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item {
- > .pcoded-hasmenu > .pcoded-submenu {
- bottom: 40px;
- }
-
- .pcoded-submenu .pcoded-submenu {
- bottom: 0;
- top: auto;
- }
-
- .pcoded-hasmenu .pcoded-submenu {
- border-bottom-style: solid;
- border-bottom-width: 1px;
- border-top-width: 0;
- }
- }
-
- &[horizontal-placement="top"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a > .pcoded-mcaret {
- background: transparent none repeat scroll 0 0;
- border-bottom-style: solid;
- border-bottom-width: 7px;
- border-left: 8px solid transparent;
- border-right: 8px solid transparent;
- bottom: 0;
- display: block;
- float: right;
- height: 0;
- margin: 0 auto;
- position: absolute;
- right: 50%;
- width: 0;
- }
-
- &[theme-layout="horizontal"][horizontal-placement="top"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active {
- .pcoded-submenu {
- border-top-style: solid;
- border-top-width: 1px;
- }
-
- > a > .pcoded-mcaret {
- border-bottom-width: 7px;
- border-bottom-style: solid;
- }
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a > .pcoded-mcaret {
- background: transparent none repeat scroll 0 0;
- border-top-style: solid;
- border-top-width: 7px;
- border-left: 8px solid transparent;
- border-right: 8px solid transparent;
- top: 0;
- display: block;
- float: right;
- height: 0;
- margin: 0 auto;
- position: absolute;
- right: 50%;
- width: 0;
- }
-
- &[theme-layout="horizontal"][horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active > a > .pcoded-mcaret {
- border-top-width: 7px;
- border-top-style: solid;
- }
-
- .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu > li:last-child > a {
- border-bottom-color: transparent !important;
- }
-
- &[theme-layout="horizontal"] {
- &[pcoded-device-type="tablet"] .pcoded-navbar {
- .pcoded-item {
- > li > a {
- padding: 9px;
-
- > .pcoded-micon {
- display: none;
- }
- }
-
- &.pcoded-search-item > li > a > .pcoded-micon {
- display: block;
- }
- }
-
- .pcoded-brand.pcoded-left-align {
- /* display: none; */
- }
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar.isCentered,
- &[pcoded-device-type="tablet"] .pcoded-navbar.isCentered {
- text-align: center;
- }
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu {
- text-align: left;
- }
-
- &[theme-layout="horizontal"] .pcoded-navbar.isCentered {
- .pcoded-brand {
- display: inline-block;
- float: none;
- float: unset;
- margin-top: 0;
- position: relative;
- top: -13px;
- }
-
- .pcoded-left-item,
- .pcoded-right-item,
- .pcoded-search-item {
- display: inline-block;
- }
- }
-
- .pcoded-navbar.isCentered .pcoded-item > li {
- display: inline-block;
- }
-
- &[theme-layout="horizontal"] {
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-inner-navbar,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-inner-navbar {
- position: relative;
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item,
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop {
- position: static;
- position: static;
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu {
- min-width: 200px;
- width: 100%;
- left: 0;
- right: 0;
- top: auto;
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li {
- display: inline-block;
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li {
- position: static;
- position: static;
- }
-
- &[pcoded-device-type="desktop"].pcoded-navbar .pcoded-item > li.fullwidth-drop .pcoded-submenu .pcoded-submenu,
- &[pcoded-device-type="tablet"].pcoded-navbar .pcoded-item > li.fullwidth-drop .pcoded-submenu .pcoded-submenu {
- top: 100%;
- left: 0;
- }
- }
-
- .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
- border-bottom-width: 0;
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.fullwidth-drop > .pcoded-submenu {
- bottom: 100%;
-
- > .pcoded-hasmenu > .pcoded-submenu {
- bottom: 100%;
- }
- }
-
- .pcoded-navbar .pcoded-item .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
- display: inline-block;
- }
- }
-
- .pcoded-inner-navbar {
- position: relative;
- }
-
- .pcoded {
- .pcoded-navbar .pcoded-item {
- position: static;
-
- > li.megamenu-half {
- position: static;
-
- &.pcoded-hasmenu .pcoded-submenu {
- left: auto;
- min-width: 200px;
- right: auto;
- width: 50%;
- }
- }
- }
-
- .megamenu-half .pcoded-submenu {
- padding: 10px !important;
- color: #b4bcc8;
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.megamenu-half > .pcoded-submenu {
- bottom: 100%;
- }
- }
-
- .pcoded-inner-navbar {
- position: relative;
- }
-
- .pcoded {
- .pcoded-navbar .pcoded-item {
- position: static;
-
- > li.megamenu-full {
- position: static;
-
- &.pcoded-hasmenu .pcoded-submenu {
- left: 0;
- min-width: 200px;
- right: 0;
- width: 100%;
- }
- }
- }
-
- .megamenu-full .pcoded-submenu {
- padding: 10px !important;
- color: #b4bcc8;
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.megamenu-full > .pcoded-submenu {
- bottom: 100%;
- }
-
- .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu.pcoded-megamenu {
- ul {
- margin: 0;
- padding: 0;
-
- li {
- display: block;
- list-style: outside none none;
-
- a {
- border-bottom-width: 0 !important;
- font-size: 13px;
- font-weight: 500;
- line-height: 23px;
- padding: 0;
- text-decoration: none;
-
- &:hover {
- text-decoration: none;
- background: transparent !important;
- color: #FFF;
- }
- }
-
- &.title {
- display: block;
- font-size: 13px;
- font-weight: 600;
- padding: 10px 0;
- margin-bottom: 10px;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- }
- }
- }
-
- .pcoded-gridbox {
- border-radius: 2px;
- font-size: 10px;
- margin-bottom: 11px;
- min-height: 23px;
- padding-top: 5px;
- text-align: center;
- }
- }
-
- &[theme-layout="horizontal"] {
- &[pcoded-device-type="phone"] .pcoded-header {
- .pcoded-rl-header {
- display: none;
- }
-
- .pcoded-right-header .pcoded-rr-header {
- text-align: center;
- }
- }
-
- &[pcoded-device-type="desktop"] .pcodedbrand-xs,
- &[pcoded-device-type="tablet"] .pcodedbrand-xs {
- height: 40px;
- width: 100%;
- padding: 0;
- margin: 0;
- position: relative;
- display: none;
- }
-
- &[pcoded-device-type="phone"] {
- .pcodedbrand-xs {
- height: 40px;
- width: 100%;
- padding: 0;
- margin: 0;
- position: relative;
-
- .pcoded-brand a {
- font-family: lato;
- font-size: 20px !important;
- font-weight: 700;
- line-height: 40px;
- padding: 0 10px;
- text-decoration: none;
- }
-
- .menu-toggle {
- float: right;
- }
- }
-
- .pcoded-navbar {
- height: auto;
- padding: 10px 10px 0;
- position: absolute;
-
- .pcoded-inner-navbar {
- height: auto;
- position: relative;
- }
-
- .pcoded-brand a {
- display: none;
- }
- opacity: 0;
- visibility: hidden;
- transform-origin: 50% 50%;
- transition: transform 0.3s, opacity 0.3s;
- transform-style: preserve-3d;
- transform: rotateX(-90deg);
-
- &.show-menu {
- opacity: 1;
- visibility: visible;
- transform: rotateX(0deg);
- }
- }
- }
-
- .pcoded-navbar .pcoded-brand a {
- font-family: lato;
- font-size: 20px !important;
- font-weight: 700;
- line-height: 40px;
- padding: 0 10px;
- text-decoration: none;
- }
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-brand .menu-toggle,
- &[pcoded-device-type="phone"] .pcoded-navbar .pcoded-brand .menu-toggle,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-brand .menu-toggle {
- display: none;
- }
-
- &[theme-layout="horizontal"][pcoded-device-type="phone"] {
- .pcoded-brand {
- .menu-toggle {
- float: right;
- }
- float: unset !important;
- float: none !important;
- }
-
- .pcoded-navbar .pcoded-item {
- display: block;
- float: none !important;
- position: relative;
- width: 100%;
- z-index: 1;
-
- > li {
- float: none;
- display: block;
- position: relative;
- }
-
- &[item-border="true"] > li {
- > a {
- border-right-width: 0;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- }
-
- &.pcoded-trigger > a {
- border-bottom-width: 0;
- }
- }
-
- > .pcoded-hasmenu {
- > .pcoded-submenu {
- min-width: 100%;
- z-index: 2;
- }
-
- &.pcoded-trigger > .pcoded-submenu {
- position: relative;
- }
-
- > .pcoded-submenu > .pcoded-hasmenu {
- > .pcoded-submenu {
- left: 0;
- min-width: 100%;
- right: 0;
- top: 0;
- z-index: 1;
- }
-
- &.pcoded-trigger {
- > .pcoded-submenu > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu,
- > .pcoded-submenu {
- position: relative;
- }
- }
-
- > .pcoded-submenu > .pcoded-hasmenu > .pcoded-submenu {
- left: 0;
- min-width: 100%;
- right: 0;
- top: 0;
- z-index: 1;
- }
- }
- }
- }
-
- &[horizontal-placement="bottom"] .pcoded-navbar {
- bottom: auto;
- }
-
- .pcoded-navbar .pcoded-item > li.pcoded-hasmenu {
- &.active > a:after,
- &.pcoded-trigger > a:after,
- > a:after {
- position: absolute;
- right: 13px;
- }
- }
- }
- &[theme-layout="horizontal"]{
- &[pcoded-device-type="phone"],
- &[pcoded-device-type="tablet"] {
- .pcoded-header {
- height: auto;
- }
- }
- }
- }
-
- .pcoded .pcoded-navbar .pcoded-item .pcoded-submenu > li a .pcoded-badge {
- top: 13px;
- right: 20px;
- }
-
- .pcoded-rr-header .btn {
- font-size: 12px;
- font-weight: 600;
- margin-left: 5px;
- }
-
- .pcoded-main-container {
- clear: both;
- }
-
- .pcoded-address span {
- float: left;
- }
- .pcoded .pcoded-navbar .pcoded-item:after{
- display: none;
- }
- $header-theme: #448aff,#5D4037,#4CAF50,#d84315,#4527a0,#37474f;
-
- .pcoded {
- .pcoded-navbar .pcoded-item .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
- display: list-item;
- }
-
- &[theme-layout="horizontal"] {
- .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu.fullwidth-drop .pcoded-submenu li > a {
- border-bottom-width: 0;
- }
-
- &[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li,
- &[pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li {
- display: block;
- float: left;
- }
- .pcoded-header[pcoded-header-position="relative"] ~ .pcoded-main-container{
- top: -1px;
- }
- }
-
- .pcoded-navbar .pcoded-item li.fullwidth-drop.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after {
- float: none;
- }
- .pcoded-navbar{
- &[navbar-theme="themelight1"]{
- background-color: #fff;
- }
- &[navbar-theme="theme1"]{
- background-color: #37474f;
- }
- }
- .pcoded-header {
- @each $value in $header-theme {
- $i: index($header-theme, $value);
-
- &[header-theme="theme#{$i}"] {
- background: $value;
- }
- }
- }
- }
-
- body {
- &.horizontal-icon,
- &.horizontal-icon-fixed {
- .pcoded {
- .main-body {
- margin-top: 60px;
- }
- .pcoded-navbar {
- height: 70px;
-
- .pcoded-item > li {
- > a > {
- .pcoded-micon {
- display: block;
- text-align: center;
- margin: 0 auto;
- }
- }
-
- &.pcoded-hasmenu > a {
- line-height: 30px;
- }
- }
- }
-
- &[pcoded-device-type="desktop"] {
- .pcoded-navbar {
- .pcoded-item > li {
- &.pcoded-hasmenu > a {
- height: 70px;
- }
- }
- }
- }
- }
- }
- }
- .pcoded[sidebar-img="true"] .pcoded-navbar{
- background-size: cover;
- }
|