123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- .header {
- padding : 20px 0px;
- position : fixed;
- top : 0;
- left : $sidebar-width;
- right : 0;
- z-index : 02;
- // transition: all 0.3s ease-in;
- background : $body-bg;
-
- &.bg-primary {
- border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
- }
-
- @include respond("tab-port") {
- // left : 100px;
- // margin: 0px;
- }
-
- @include respond("phone-land") {
- left : 0;
- padding : 10px 0px;
- background: $white;
- }
-
- .brand-logo {
- display: none;
-
- @include respond("tab-port") {
- display: none;
- margin : 0px 20px 0px 0px;
- }
-
- @include respond("phone-land") {
- display: block;
-
- img {
- // max-width: 35px;
- filter: none;
- }
-
- span {
- display: none;
- }
- }
- }
-
- &.landing {
- padding : 20px 0px;
- left : 0px;
- // border-bottom: 1px solid $border-color;
- // position: relative;
-
- a {
- display : flex;
- align-items : center;
- justify-content: center;
- }
-
- .brand-logo {
- display : block;
- margin-top : 0px;
- margin-left: 0px;
-
- img {
- filter : none;
- margin-right: 10px;
- }
-
- span {
- display: block;
- top : 0;
- }
- }
- }
- }
-
- .header-content,
- .header-left,
- .header-right {
- display : flex;
- justify-content: space-between;
- align-items : center;
- }
-
- .notification {
- cursor: pointer;
-
- .notify-bell {
- margin-right: 15px;
-
- @include respond("phone-land") {
- margin-right : 15px;
- // margin-left : 15px;
- }
-
- }
-
-
- .dropdown-menu {
- border : 0px;
- padding : 15px 20px 10px;
- margin : 0px;
- top : 25px !important;
- width : 330px;
- box-shadow : 0 36px 48px rgba($color: #1b1994, $alpha: 0.08);
- border-radius : 5px;
- // background-color: #423A6F;
-
- h4 {
- border-bottom : 1px solid $border-color;
- padding-bottom: 15px;
- font-size : 16px;
- }
-
- a {
- display : block;
- border-bottom: 1px solid $border-color;
- padding : 10px 0px;
-
- &:last-child {
- border : 0px;
- display : flex;
- justify-content: flex-end;
- align-items : center;
- color : $dark;
-
- i {
- margin-left: 5px;
- font-size : 18px;
- }
- }
-
- p {
- margin-bottom: 0px;
- color : $headings-color;
- font-weight : $headings-font-weight;
- font-size : 14px;
- }
-
- span {
- font-size: 13px;
- color : $body-color;
- }
-
- span {
- &.icon {
- height : 40px;
- width : 40px;
- color : $white;
- display : flex;
- align-items : center;
- justify-content: center;
- border-radius : 50px;
-
- i {
- font-size: 20px;
- }
- }
-
- &.success {
- background: $success;
- }
-
- &.fail {
- background: $danger;
- }
-
- &.pending {
- background: $warning;
- }
- }
- }
-
- }
- }
-
- .dropdown-toggle::after {
- border-top : 0px;
- margin-left : 10.2px;
- display : inline-block;
- font-style : normal;
- font-variant : normal;
- text-rendering : auto;
- -webkit-font-smoothing: antialiased;
- font-family : "Font Awesome 5 Pro", "Font Awesome 5 Free";
- font-weight : 700;
- content : "\f107";
- }
-
- .profile_log {
- cursor: pointer;
-
- .user {
- display : flex;
- align-items: center;
-
- .thumb {
- height : 35px;
- width : 35px;
- border-radius: 50px;
- color : #fff;
- text-align : center;
-
- img {
- max-width: 35px;
- }
- }
-
- // .arrow {
-
- // // color: $white;
- // i {
- // font-weight: bold;
- // font-size : 14px;
- // line-height: 16px;
- // margin-top : 6px;
- // display : inline-block;
- // }
-
- // @include respond("tab-land") {
- // display: none;
- // }
- // }
-
- }
-
-
- .dropdown-menu {
- border : 0px;
- padding : 0px;
- margin : 0px;
- top : 25px !important;
- box-shadow : 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
- border-radius : 5px;
- background-color: $white;
- min-width : 240px;
-
- .user-email {
- padding: 10px 20px 10px;
-
- .thumb {
- margin-right: 10px;
- }
-
- .user-info {
- margin: 0px;
- }
-
- h5 {
- margin-bottom: 0px;
- }
-
- span {
- font-size: 14px;
-
- i {
- font-size: 22px;
- color : $dark;
- }
- }
- }
-
- .user-balance {
- display : flex;
- justify-content: space-around;
- margin-bottom : 15px;
-
- p {
- margin-bottom: 0px;
- font-weight : 500;
- color : $headings-color;
- }
- }
-
- .dropdown-item {
- padding : 10px 20px;
- border-top : 1px solid $border-color;
- // font-size : 14px;
- // color : $body-color;
- font-weight : 400;
- display : flex;
- align-items : center;
-
- &:first-child {
- border: 0px;
- }
-
- &.logout {
- color: $danger;
-
- i {
- color: $danger;
- }
- }
-
- i {
- margin-right: 10px;
- font-size : 18px;
- color : $primary;
- font-weight : bold;
- }
-
- &:hover,
- &:focus,
- &.active {
- background-color: $primary;
- color : $white;
-
- i {
- color: $white;
- }
- }
- }
-
- }
- }
-
- .dark-light-toggle {
- margin-right: 20px;
- cursor : pointer;
- display : none;
-
- @include respond("phone-land") {
- margin-right: 0px;
- margin-left : 15px;
- }
-
- i {
- font-size: 20px;
- }
-
- .light {
- display: none;
- }
- }
-
- .dark-theme {
- .dark {
- display: none;
- }
-
- .light {
- display: block;
- color : $warning;
- }
- }
-
- // Landing page
-
- .navigation {
- .navbar {
- background-color: transparent !important;
- padding : 0px;
-
- ul {
- align-items: center;
- margin-left: auto;
-
- @include respond("tab-port") {
- margin-top: 15px;
- }
-
- &>li {
- display : inline-block;
- padding : 0px 7px;
- // margin-left: 15px;
- width : 100%;
-
- @include respond("tab-port") {
- border-bottom: 1px solid $border-color;
- margin : 0 15px;
- padding : 7px 15px;
- // background: $primary;
- }
-
- &>a {
- font-size : 16px;
- font-weight: $headings-font-weight;
- color : $dark;
-
- @include respond("tab-port") {
- &::after {
- position: absolute;
- right : 15px;
- top : 25px;
- }
- }
- }
- }
-
- @media only screen and (min-width: 991px) {
- .dropdown {
- &>a {
- position : relative;
- transition: all 0.2s ease-in-out;
- }
- }
-
- .dropdown-menu {
- background: $white;
- padding : 15px 0;
- display : block;
- opacity : 0;
- visibility: hidden;
- z-index : 1030;
- transition: all 0.2s ease-in-out;
- box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
- border : 0px;
- margin-top: 10px;
- z-index : 998;
- min-width : 10rem;
-
- a {
- display: inline-block;
- color : $body-color;
-
- &:hover,
- &:focus,
- &:active,
- &.active {
- color : $primary;
- background: transparent;
- }
- }
- }
-
- li.dropdown {
- &:hover {
- a {
- &::before {
- opacity: 1;
- bottom : -9px;
- }
- }
-
- .dropdown-menu {
- // display: block;
- opacity : 1;
- visibility : visible;
- // transform: translate3d(-50%,0,0);
- margin-top : 0px;
- }
- }
- }
- }
-
- @include respond("tab-port") {
- .dropdown-menu {
- border : 0px;
- padding: 0px;
-
- a {
- border-bottom: 1px solid $border-color;
- padding : 15px;
- color : $body-color;
-
- // background: #323232;
- &:last-child {
- border: 0px;
- }
-
- i,
- h6 {
- color: $primary;
- }
-
- p {
- color : $body-color;
- margin-bottom: 0;
- }
- }
- }
- }
- }
- }
- }
-
- .signin-btn {
- min-width: 100px;
-
- // .btn-primary {
- // border-radius: 100px;
- // }
- }
-
- .logo-white {
- display: none;
- }
-
- .light {
- .logo-primary {
- display: none;
- }
-
- .logo-white {
- display: block;
- }
-
- .navigation {
- .navbar {
- ul {
- &>li {
- &>a {
- color: rgba(255, 255, 255, 0.85);
-
- &:hover,
- &:focus,
- &.active,
- &:active {
- color: rgba(255, 255, 255, 1);
- }
- }
- }
- }
- }
- }
-
- .signin-btn {
- .btn-primary {
- background: $white;
- color : $dark;
- }
- }
- }
-
- .search {
- min-width: 450px;
-
-
- @include respond("phone-land") {
- min-width : auto;
- margin-right: 15px;
- }
-
- .form-control {
- border-bottom-left-radius: $radius;
- border-top-left-radius : $radius;
- }
-
- .input-group-text {
- border-top-right-radius : $radius;
- border-bottom-right-radius: $radius;
- background : $primary;
-
- i {
- color: $white;
- }
- }
- }
-
- .icon-menu {
- height : 40px;
- width : 40px;
- display : flex;
- justify-content: center;
- align-items : center;
- border-radius : 50%;
- background : #fff;
-
- &:hover,
- &:focus,
- &:active,
- &.active {
- background: $primary;
- box-shadow: $shadow;
-
- i {
- color: $white;
- }
-
- }
-
- span {
- i {
- font-size: 20px;
- color : $body-color;
- }
- }
- }
|