123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239 |
- /*---Header---*/
- .page-header{
- margin: 10px 0 20px;
- padding-bottom: 9px;
- border-bottom: 1px solid lighten($black, 90%);
- >small{
- color: lighten($black, 45%);
- display: block;
- margin-top: 5px;
- }
- }
- .main-header{
- max-height: $hed-max;
- z-index: 999;
- position: relative;
- margin-right: $r-sid-bar-w + 21;
- @include transition(margin-left .3s ease-in-out);
- div.logo-box{
- width: $sid-bar-w;
- float: left;
- -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
- -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
- -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
- transition: transform .3s ease-in-out, width .3s ease-in-out;
- border-top-right-radius: 0px;
- background-color: $white;
- }
- .push-btn, .full-screen, .svg-bt-icon{
- height: 45px;
- width: 45px;
- padding: 10px !important;
- text-align: center;
- line-height: 20px;
- font-size: $fs-24;
- margin: 0 5px;
- border-radius: $default-border-radius;
- -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.0);
- box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.0);
- @include hover-state{
- background-color: rgba($black, 0.03);
- color: $primary;
- }
- }
- .push-btn img, .full-screen img, .svg-bt-icon img{
- height: 20px;
- width: 20px;
- margin-top: 2.5px;
- }
- .logo-box{
- border-right: 1px solid rgba($dx-blue,0);
- }
- .app-menu{
- .search-bx {
- max-width: 100%;
- -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
- box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
- border-radius: $fct-border-radius;
- overflow: hidden;
- background-color: $white;
- input[type="search"] {
- background-color: $white;
- color: $dark;
- font-size: 16px;
- padding-left: 20px;
- border: none;
- border-radius: 5px 0px 0px 5px;
- height: 45px;
- }
- ::placeholder {
- color: #717C99;
- }
- .input-group{
- margin-top: 0px;
- }
- .input-group-append {
- margin-left: 0px;
- }
- .btn {
- background-color: $white;
- color: $icon-lite-color;
- font-weight: 700;
- font-size: 18px;
- border-radius: 0 5px 5px 0;
- box-shadow: none;
- img {
- width: 20px;
- margin-top: -3px;
- filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
- }
- }
- }
- }
- .r-side {
- .app-menu, .btn-group a{
- margin: 17px 5px;
- }
- }
- .navbar{
- @include transition(margin-left .3s ease-in-out);
- margin-bottom: 0;
- margin-left: $sid-bar-w;
- min-height: $main-hed-nav;
- border-radius: 0;
- border-bottom: 0px solid rgba($dx-blue,0.16);
- padding: 0 0 0 $default-gutter-width;
- box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0);
- .nav{
- >li{
- &.user{
- >a{
- >i{
- margin-right: 5px;
- }
- }
- }
- }
- }
- }
- .logo{
- @include transition(width .3s ease-in-out);
- display: block;
- height: $main-hed-nav;
- font-size: 1.2rem;
- line-height: $main-hed-nav;
- text-align: left;
- padding: 0 15px;
- position: relative;
- z-index: 999;
- .logo-lg{
- line-height: $main-hed-nav;
- display: inline-block;
- padding-left: 5px;
- .dark-logo{
- display: none;
- }
- .light-logo{
- display: block;
- }
- }
- .logo-mini{
- display: inline-block;
- .dark-logo{
- display: none;
- }
- .light-logo{
- display: block;
- }
- }
- }
- #navbar-search-input{
- &.form-control {
- background-color: rgba($white, 0.2);
- border-color: transparent;
- @include active-focus-state{
- border-color: rgba($black, 0.1);
- background: rgba($white, 0.9);
- }
- @include placeholder{
- color: lighten($black, 80%);
- opacity: 1;
- }
- }
- }
- .navbar-custom-menu{
- float: right;
- &.r-side{
- li.dropdown{
- .dropdown-toggle{
- i{
- &::after{
- content: '';
- position: absolute;
- top: 23px;
- right: 16px;
- display: none;
- width: 4px;
- height: 4px;
- border-radius: 100%;
- background-color: $danger;
- animation: beat .25s infinite alternate;
- transform-origin: center;
- }
- &.animated{
- &::after{
- top: 17px;
- right: -5px;
- }
- }
- &.fa{
- &.animated{
- &::after{
- top: 17px;
- right: -5px;
- }
- }
- }
- }
- }
- }
- }
- }
- .navbar-right{
- float: right;
- padding-right: 15px;
- }
- .navbar-brand{
- color: $white;
- }
- .sidebar-toggle{
- @include hover-focus-state{
- color: $white;
- }
- float: left;
- padding: 0 10px;
- font-size: 1.2rem;
- line-height: normal;
- .icon-bar {
- display: none;
- }
- }
- }
- @media (min-width: 1600px){
- .main-header .app-menu .search-bx input[type="search"]{
- width: 450px;
- }
- }
- @media (max-width: 1599px){
- .main-header .app-menu .search-bx input[type="search"]{
- width: 290px;
- }
- }
- @media screen and (max-width: 1399px) and (min-width: 600px){
- .main-header .app-menu .search-bx input[type="search"]{
- width: auto;
- }
- }
- .dark-skin{
- .main-header{
- .logo{
- .logo-lg{
- .dark-logo{
- display: block;
- }
- .light-logo{
- display: none;
- }
- }
- }
- }
- }
- @keyframes beat{
- to { transform: scale(2); }
- }
- .layout-top-nav {
- .main-header{
- .navbar{
- margin-left: 0;
- }
- }
- }
- @include screen-sm-max {
- .main-header{
- margin-left: 0;
- position: relative;
- z-index: 999;
- .navbar-right {
- padding-right: 0px;
- float: none;
- >li{
- color: inherit;
- border: 0;
- }
- }
- .logo{
- width: $p100;
- float: none;
- text-align: center;
- }
- .navbar{
- width: $p100;
- float: none;
- margin: 0;
- z-index: 999;
- padding: 15px 5px;
- min-height: auto;
- }
- .navbar-custom-menu{
- float: right;
- padding-right: 0px;
- }
- }
- .navbar-collapse{
- .main-header{
- .navbar-right{
- margin: 7.5px -15px;
- }
- }
- }
- .navbar-custom-menu{
- .navbar-nav{
- li{
- >a{
- &.dropdown-toggle{
- padding: 0px 14px;
- }
- }
- }
- >li{
- &:last-child{
- >a{
- padding: 0px 14px;
- }
- }
- }
- }
- }
- }
- @include screen-md-max {
- .navbar-collapse{
- .pull-left {
- float: none!important;
- +.navbar-custom-menu{
- display: block;
- position: absolute;
- top: 0;
- right: 40px;
- }
- }
- }
- }
- @include screen-md {
- .main-header {
- .logo {
- display: flex;
- }
- }
- .sidebar-mini{
- &.sidebar-collapse{
- .main-header{
- @include transition(margin-left .3s ease-in-out);
- .logo-box{
- width: $mini-sid-bar-w;
- -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
- -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
- -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
- transition: transform .3s ease-in-out, width .3s ease-in-out;
- }
- .logo{
- text-align: center;
- padding: 0;
- margin: 0 auto;
- >.logo-mini{
- display: inline-block;
- }
- >.logo-lg {
- display: none;
- }
- }
- .navbar{
- margin-left: 0;
- }
- }
- }
- }
- }
- @include screen-sm-max {
- .main-header{
- > div{
- width: 100% !important;
- float: none;
- margin-left: 0 !important;
- .logo{
- line-height: normal;
- height: auto;
- .logo-lg{
- line-height: 50px;
- padding-left: 0;
- }
- }
- }
- .navbar-custom-menu {
- .navbar-nav{
- .search-bar > div{
- padding: 7px 0 8px;
- }
- > li{
- height: 50px;
- > a.dropdown-toggle, .right-bar-btn{
- margin: 3px 5px;
- }
- &:last-child > a{
- margin: 2px 5px;
- }
- &.user {
- a{
-
- }
- }
- }
- }
- .full-screen{
- margin: 3px 5px !important;
- }
- }
- }
- }
- @include screen-small {
- .main-header{
- .navbar-custom-menu {
- .navbar-nav{
- .search-bar > div{
- padding: 10px 0 10px;
- }
- > li{
- height: 50px;
- > a.dropdown-toggle, > a.full-screen{
- margin: 8px 5px !important;
- }
- &:last-child > a{
- margin: 8px 5px;
- }
- &.user {
- a{
-
- }
- }
- }
- }
- }
- }
- }
- .navbar-custom-menu{
- .navbar-nav {
- -ms-flex-direction: row;
- flex-direction: row;
- >li{
- height: $main-hed-nav;
- >.label {
- position: absolute;
- top: 8px;
- margin-left: 30px;
- text-align: center;
- font-size: 8px;
- padding: 2px 3px;
- line-height: 10px;
- width: 20px;
- height: 20px;
- border-radius: 100%;
- font-weight: 400;
- display: grid;
- z-index: 9;
- border: 3px solid $wrapper;
- }
- > a{
- &.dropdown-toggle{
- padding: 10px;
- vertical-align: middle;
- display: block;
- font-size: $fs-24;
- height: 45px;
- text-align: center;
- width: 45px;
- line-height: 20px;
- margin: 17px 5px;
- border-radius: $default-border-radius;
- -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.0);
- box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.0);
- }
- }
- }
- >li{
- &:last-child{
- >a{
- padding: 10px;
- vertical-align: middle;
- display: block;
- font-size: $fs-24;
- height: 45px;
- text-align: center;
- width: 45px;
- line-height: 28px;
- margin: 17px 5px;
-
- -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
- box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
- border-radius: $default-border-radius;
- }
- }
- }
- >.search-box{
- >a{
- padding: 10px;
- vertical-align: middle;
- display: block;
- font-size: 1.5rem;
- border-radius: 100%;
- height: 45px;
- text-align: center;
- width: 45px;
- line-height: 25px;
- margin: 10px 5px;
- }
- > div{
- padding: 15px 0 15px;
- }
- }
- .full-screen-btn{
- >a{
- padding: 10px;
- vertical-align: middle;
- display: block;
- font-size: 1.5rem;
- border-radius: 100%;
- height: 45px;
- text-align: center;
- width: 45px;
- line-height: 25px;
- margin: 10px 5px;
- }
- }
- .search-bar{
- > div{
- padding: 12px 0 25px;
- }
- .lookup::before{
- color: rgba($dark, 1);
- top: 42%;
- }
- .lookup-circle{
- input{
- background-color: rgba($dark, 0.1);
- height: 35px;
- border-radius: $default-border-radius;
- }
- }
- }
- }
- >.navbar-nav{
- >li{
- position: relative;
- >.dropdown-menu{
- position: absolute;
- right: 0;
- left: auto;
- }
- }
- }
- &.l-side{
- >.navbar-nav{
- >li{
- >.dropdown-menu{
- right: auto;
- left: 0;
- }
- }
- }
- }
- .dropdown-toggle::after {
- display: none;
- }
- }
- @include screen-sm-max {
- .navbar-custom-menu{
- .navbar-nav{
- >.search-bar{
- .lookup input{
- max-width: 110px;
- padding-left: 10px !important;
- }
- }
- }
- }
- }
- @include screen-small {
- .navbar-custom-menu{
- .navbar-nav{
- >.search-bar{
- .lookup input{
- max-width: 50px;
- padding-left: 10px !important;
- padding: 0;
- height: 30px;
- }
- }
- }
- }
- }
- .search-box{
- .app-search{
- position: relative;
- margin: 0px;
- display: block;
- z-index: 110;
- width: 100%;
- top: -50px;
- left: 0px;
- input {
- width: 100.5%;
- padding: 0px 40px 0px 15px;
- border-radius: 50px;
- font-size: 14px;
- -webkit-transition: 0.5s ease-in;
- -o-transition: 0.5s ease-in;
- transition: 0.5s ease-in;
- border: none;
- }
- .srh-btn{
- position: absolute;
- top: 9px;
- cursor: pointer;
- background: #ffffff;
- width: 15px;
- height: 15px;
- right: 15px;
- font-size: 14px;
- }
- }
- }
- body{
- .main-header{
- .navbar{
- .nav{
- >li{
- &.search-box {
- >a{
- @include hover-focus-state{
- background: none;
- }
- }
- }
- }
- }
- }
- }
- }
- @include screen-tl{
- .main-header {
- .navbar-custom-menu{
- &.r-side{
- li.dropdown{
- .dropdown-toggle{
- i{
- &::after{
- right: auto;
- top: 20px;
- }
- }
- }
- }
- }
- }
- }
- .navbar-custom-menu{
- .navbar-nav {
- li{
- >a{
- &.dropdown-toggle, &.full-screen{
- line-height: 25px;
- }
- }
- }
- >li{
- &:last-child{
- >a{
- line-height: 25px;
- }
- }
- }
- .search-box{
- >a{
- line-height: 25px;
- }
- }
- }
- }
- }
- .dropdown-menu{
- box-shadow: none;
- border-color: lighten($black, 80%);
- &.scale-up{
- box-shadow: 0 3px 12px rgba($black, .05);
- -webkit-box-shadow: 0 3px 12px rgba($black, .05);
- -moz-box-shadow: 0 3px 12px rgba($black, .05);
- border-color: rgba($black, .13);
- display: inline-block;
- -webkit-transition: all .3s ease;
- transition: all .3s ease;
- -webkit-transform: scale(0);
- transform: scale(0);
- transform-origin: right 0;
- }
- >li{
- >a{
- color: lighten($black, 50%);
- >i{
- margin-right: 10px;
- }
- }
- }
- >.divider{
- background-color: lighten($black, 80%);
- }
- }
- .show{
- &>.dropdown-menu{
- &.scale-up{
- transform: scale(1);
- -webkit-transform: scale(1);
- transform-origin: left 0;
- -webkit-transform-origin: left 0;
- }
- }
- }
- .main-header{
- .navbar-nav{
- >li{
- &.dropdown {
- >.dropdown-menu{
- width: auto;
- max-width: 250px;
- padding: 0;
- margin: 0;
- top: 100%;
- border: none;
- >li{
- position: relative;
- &.header{
- background-color: $white;
- border-bottom: 1px solid $light;
- color: $dark;
- font-size: 14px;
- border-radius: 4px 4px 0 0;
- padding: 0;
- >div{
- box-shadow: none;
- }
- }
- &.footer{
- >a{
- font-size: 14px;
- padding: 15px 10px;
- text-align: center;
- border-radius: 0 0 4px 4px;
- line-height: 20px;
- display: block;
- width: auto;
- margin: 0;
- &:hover{
- text-decoration: none;
- font-weight: 300;
- }
- }
- }
- .menu{
- margin: 0;
- padding: 0;
- list-style: none;
- overflow-x: hidden;
- >li{
- >a{
- display: block;
- white-space: nowrap;
- border-bottom: 1px solid $light;
- &:hover{
- background: $light;
- text-decoration: none;
- }
- >i{
- width: 20px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- .navbar-nav{
- >.notifications-menu{
- >.dropdown-menu{
- >li{
- .menu{
- >li{
- >a{
- color: $dark;
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 10px;
- }
- }
- }
- }
- }
- }
- }
- .mail-contnet{
- display: inline-block;
- width: 75%;
- vertical-align: middle;
- overflow: hidden;
- }
- .navbar-nav{
- >.messages-menu{
- >.dropdown-menu{
- >li{
- .menu{
- >li{
- >a{
- margin: 0;
- padding: 15px;
- >div{
- >img{
- margin: auto 10px auto auto;
- width: 40px;
- height: 40px;
- }
- >h4{
- padding: 0;
- margin: 0;
- color: $dark;
- font-size: 15px;
- position: relative;
- font-weight: 300;
- >small {
- color: lighten($black, 50%);
- font-size: 10px;
- position: absolute;
- top: 0;
- right: 0;
- }
- }
- >span {
- margin: 5px 0 0;
- font-size: 10px;
- color: lighten($black, 40%);
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: list-item;
- }
- }
- >h4{
- padding: 0;
- margin: 0 0 0 45px;
- color: $dark;
- font-size: 15px;
- position: relative;
- >small {
- color: lighten($black, 50%);
- font-size: 10px;
- position: absolute;
- top: 0;
- right: 0;
- }
- }
- >p {
- margin: 0 0 0 45px;
- font-size: 12px;
- color: lighten($black, 40%);
- }
- @include before-after-state{
- content: " ";
- display: table;
- }
- }
- }
- }
- }
- }
- }
- >.tasks-menu{
- >.dropdown-menu{
- >li{
- .menu{
- >li{
- >a{
- padding: 10px;
- >h3{
- font-size: 14px;
- padding: 0;
- margin: 0 0 10px;
- color: lighten($black, 50%);
- }
- >.progress {
- padding: 0;
- margin: 0;
- }
- }
- }
- }
- }
- }
- }
- >.user-menu{
- >a{
- width: auto !important;
- font-size: $fs-14 !important;
- border-radius: 0 !important;
- background-color: transparent !important;
- box-shadow: none !important;
- border-left: 1px solid lighten($black, 80%);
- }
- >.dropdown-menu{
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 4px;
- border-top-width: 0;
- width: auto;
- width: 250px;
- border: none;
- margin-top: 0;
- >.user-body{
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- >li{
- &.user-header{
- height: auto;
- padding: 10px;
- text-align: center;
- img{
- z-index: 5;
- height: 70px;
- width: 70px;
- border: 3px solid transparent;
- border-color: rgba($white, .2);
- }
- .user-name{
- z-index: 5;
- color: $white;
- margin-top: 0px;
- margin-bottom: 0;
- text-align: right;
- }
- >p{
- >small{
- display: block;
- font-size: 12px;
- }
- }
- }
- }
- >.user-body{
- @include before-after-state{
- content: " ";
- display: table;
- }
- a{
- padding: 10px 15px;
- display: block;
- font-size: 1.1rem;
- i {
- margin-right: 10px;
- }
- }
- .divider{
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: rgba($dark, 0.13);
- }
- }
- .user-footer{
- padding: 10px 10px 0;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- @include before-after-state{
- content: " ";
- display: table;
- }
- .btn-default{
- color: lighten($black, 50%);
- }
- }
- }
- .user-image{
- width: 45px;
- height: 45px;
- margin-top: 0px;
- border: 2px solid $white;
- }
- }
- }
- @include screen-sm-max {
- .navbar-nav{
- >.user-menu{
- .user-image{
- float: none;
- margin-right: 0;
- margin-top: 0px;
- line-height: 10px;
- }
- }
- }
- .navbar-custom-menu{
- .navbar-nav{
- li{
- >a{
- &.dropdown-toggle{
- padding: 10px;
- }
- }
- &:last-child{
- >a{
- padding: 10px;
- }
- }
- }
- >.search-box{
- >a{
- padding: 10px;
- }
- }
- }
- }
- }
- @include screen-small {
- .navbar-custom-menu{
- .navbar-nav{
- li{
- >a{
- &.dropdown-toggle, &.full-screen{
- font-size: 1rem;
- height: 35px;
- width: 35px;
- line-height: normal;
- }
- }
- }
- >li{
- &:last-child{
- >a{
- font-size: 1rem;
- height: 35px;
- width: 35px;
- line-height: normal;
- }
- }
- }
- >.search-box{
- >a{
- font-size: 1rem;
- height: 35px;
- width: 35px;
- line-height: normal;
- }
- }
- }
- }
- .navbar-nav{
- >.user-menu{
- .user-image{
- width: 35px;
- height: 35px;
- }
- }
- }
- }
- .show:not(.dropup)>.animated-dropdown-menu{
- backface-visibility: visible!important;
- -webkit-animation: flipInX .7s both;
- -o-animation: flipInX .7s both;
- animation: flipInX .7s both;
- }
- @keyframes flipInX {
- 0% {
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transition-timing-function: ease-in;
- opacity: 0;
- }
- 40% {
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transition-timing-function: ease-in;
- }
- 60% {
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- opacity: 1;
- }
- 80% {
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- }
- 100% {
- transform: perspective(400px);
- }
- }@-webkit-keyframes flipInX {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- -webkit-transition-timing-function: ease-in;
- opacity: 0;
- }
- 40% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- -webkit-transition-timing-function: ease-in;
- }
- 60% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- opacity: 1;
- }
- 80% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- }
- 100% {
- -webkit-transform: perspective(400px);
- }
- }
- @include screen-md-max{
- .navbar-nav{
- >.user-menu{
- >.dropdown-menu{
- >.user-footer{
- .btn-default{
- &:hover{
- background-color: $light;
- }
- }
- }
- }
- }
- }
- .navbar-custom-menu{
- >.navbar-nav{
- float: right;
- >li{
- position: static;
- >.dropdown-menu{
- position: absolute;
- right: 5%;
- left: auto;
- }
- }
- }
- &.l-side{
- >.navbar-nav{
- >li{
- >.dropdown-menu{
- left: 5%;
- }
- }
- }
- }
- }
- }
- .app-menu{
- .dropdown-mega-menu {
- width: 53rem;
- padding: 0.5rem 1rem;
- .nav-item{
- &.nav-item-header {
- text-transform: none;
- font-size: $fs-20;
- padding-top: 0;
- font-weight: normal;
- padding: .715rem 1.072rem;
- }
- }
- .nav-link {
- display: flex;
- align-items: center;
- transition: background-color 0.3s ease, color 0.3s ease;
- cursor: pointer;
- color: $dark;
- border: none;
- font-weight: $fw-400;
- @include hover-focus-state{
- opacity: .8;
- background-color: transparent !important;
- }
- }
- }
- .nav-link {
- .nav-link-icon {
- font-size: $fs-18;
- text-align: center;
- opacity: 1;
- }
- @include hover-focus-state{
- .nav-link-icon{
- opacity: .9;
- }
- }
- }
- }
- @include screen-tl{
- .app-menu{
- .dropdown-mega-menu {
- width: 40rem;
- }
- }
- }
- /*-----Preloader---*/
- #loader {
- position: fixed;
- width: 100%;
- height: 100vh;
- z-index: 999999;
- overflow: visible;
- background: #fff url('../../images/preloaders/1.gif') no-repeat center center;
- }
|