Created
November 13, 2021 11:09
-
-
Save imranhoshain/f2f76957f6b4db0f81bacf8fabebbd55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .btn{ | |
| border: none !important; | |
| border-radius: 2px; | |
| box-shadow: none !important; | |
| background-color: #d89928; | |
| color: #fff; | |
| } | |
| .btn:hover{ | |
| background-color: #221F1F; | |
| color:#fff; | |
| } | |
| .text-primary{ | |
| color: #221f1f!important; | |
| } | |
| header.header_area{ | |
| min-height: 75px; | |
| } | |
| header.header_area .header_navbar{ | |
| } | |
| header.header_area .container { | |
| width: 100%; | |
| max-width: 100%; | |
| padding: 0 30px; | |
| } | |
| header.header_area .navbar_btn li:first-child{ | |
| display: none; | |
| } | |
| header.header_area .navbar_btn li .sign-up{ | |
| font-family: "Poppins", Sans-serif; | |
| font-size: 16px; | |
| font-weight: 500; | |
| line-height: 16px; | |
| letter-spacing: 0.5px; | |
| color: #fff; | |
| background-color: #d89928; | |
| border-radius: 2px; | |
| padding: 17px 30px; | |
| height: auto; | |
| } | |
| header.header_area .navbar_btn li .sign-up:hover{ | |
| background-color: #221F1F; | |
| } | |
| .navbar-brand img{ | |
| max-width: 100% !important; | |
| } | |
| #menu-big-main-menu.navbar-nav.m-auto{ | |
| margin: 0!important; | |
| margin-left: auto !important; | |
| } | |
| #menu-big-main-menu .nav-item{ | |
| margin-left:30px !important; | |
| padding: 28px 0; | |
| line-height: 16px; | |
| cursor: default; | |
| } | |
| #menu-big-main-menu .nav-item:first-child{ | |
| margin-left: 0 !important; | |
| } | |
| .navbar-expand-lg .navbar-nav .nav-link{ | |
| padding: 0 !important; | |
| font-family: 'Poppins'; | |
| } | |
| .navbar-expand-lg .navbar-nav .nav-link:hover{ | |
| border-color: transparent !important; | |
| } | |
| #footer{ | |
| margin-top: 0; | |
| padding-top: 80px; | |
| padding-bottom: 50px; | |
| } | |
| #footer .sidebar-ul li{ | |
| padding: 0; | |
| margin: 0; | |
| margin-top: 0 !important; | |
| } | |
| #footer .sidebar-ul li .textwidget ul li{ | |
| padding: 3px 0; | |
| list-style-type: none; | |
| } | |
| #footer .sidebar-ul li .textwidget ul li a{ | |
| font-family: var( --e-global-typography-text-font-family ), Sans-serif; | |
| font-size: 16px; | |
| line-height: 22px; | |
| text-decoration: none; | |
| color: #98999c; | |
| } | |
| .footer_copyright{ | |
| background-color: #32353B !important; | |
| } | |
| #footer .sidebar-ul li .textwidget ul li a:hover{ | |
| color: var( --e-global-color-secondary ); | |
| } | |
| .footer_copyright_wrapper.justify-content-between{ | |
| display: block !important; | |
| } | |
| .footer_copyright_wrapper .payment.mt-15{ | |
| display: none; | |
| } | |
| .copyright p{ | |
| color: #98999c !important; | |
| font-size: 16px; | |
| line-height: 16px; | |
| } | |
| .navbar_btn .dropdown .dropdown-menu{ | |
| border-top: none !important; | |
| } | |
| .navbar_btn .dropdown .dropdown-menu ul li:hover > a{ | |
| background-color: #fafafa !important; | |
| color: var( --e-global-color-primary ) !important; | |
| } | |
| .navbar_btn .dropdown a{ | |
| font-family: 'Poppins'; | |
| line-height: 16px; | |
| } | |
| .back-to-top{ | |
| background-color: var( --e-global-color-secondary ) !important; | |
| border-radius: 50% !important; | |
| } | |
| .back-to-top:hover{ | |
| background-color: var( --e-global-color-primary ) !important; | |
| } | |
| .sidebar-nav #sidebarnav .sidebar-item.selected>.sidebar-link{ | |
| background: #d89928; | |
| } | |
| .membership-box-btn a{ | |
| font-family: "Poppins", Sans-serif; | |
| font-size: 16px; | |
| font-weight: 500; | |
| line-height: 16px; | |
| letter-spacing: 0.5px; | |
| color: #fff; | |
| background-color: #d89928; | |
| border-radius: 2px; | |
| padding: 17px 30px; | |
| height: auto; | |
| border: none; | |
| } | |
| .membership-box-btn a:hover{ | |
| background-color: #221F1F; | |
| } | |
| .membership-box-btn a:focus{ | |
| box-shadow: none; | |
| background-color: #221F1F; | |
| } | |
| /* Dashboard css start */ | |
| .page-template-project-account-page-template{ | |
| background-color: #F1F2F4; | |
| max-width: 1140px; | |
| padding: 0; | |
| margin: auto; | |
| } | |
| .page-template-project-account-page-template header.topbar{ | |
| max-width: 1140px; | |
| } | |
| .dropdown-menu.dropdown-menu-right.user-dd .btn{ | |
| font-family: "Poppins", Sans-serif; | |
| font-size: 16px; | |
| font-weight: 400; | |
| line-height: 16px; | |
| letter-spacing: 0.5px; | |
| color: #fff; | |
| background-color: #d89928; | |
| border-radius: 2px; | |
| padding: 17px; | |
| height: auto; | |
| width: 100%; | |
| border: none; | |
| } | |
| .dropdown-menu.dropdown-menu-right.user-dd .btn:hover{ | |
| background-color: #221F1F; | |
| } | |
| .dropdown-menu.dropdown-menu-right.user-dd .button-sw-lw{ | |
| margin-top: 0 !important; | |
| padding: 0 1rem; | |
| padding-bottom: 0.5rem; | |
| } | |
| .dropdown-menu.dropdown-menu-right.user-dd .pl-4.p-3{ | |
| padding-left: 1rem !important; | |
| } | |
| .membership-box-inner.card { | |
| border: none; | |
| padding: 40px 20px; | |
| border-radius: 2px; | |
| box-shadow: 0 0 5px #00000008; | |
| display: flex; | |
| } | |
| .membership-box-inner.card .membership-box-price{ | |
| display: block; | |
| font-size: 40px; | |
| font-weight: 700; | |
| color: #323232; | |
| line-height: 40px; | |
| order:-1; | |
| } | |
| .membership-box-inner.card .membership-box-bids, .membership-box-inner.card .membership-box-duration{ | |
| display: none; | |
| } | |
| /* Dashboard css end */ | |
| .avatar{ | |
| background: unset; | |
| width: 120px; | |
| } | |
| .avatar a{ | |
| border-radius: 40px; | |
| height: 40px; | |
| width: 40px; | |
| position: relative; | |
| top: -10px; | |
| } | |
| .avatar a img{ | |
| width: 100%; | |
| background-color: #0008; | |
| } | |
| .avatar a .avatar-img{ | |
| position: absolute; | |
| width: 40px; | |
| height: 40px; | |
| top: 50%; | |
| left: 50%; | |
| transform: translate(-50%,-50%); | |
| overflow: hidden; | |
| border-radius: 20px; | |
| } | |
| .avatar .avatar-name{ | |
| position: relative; | |
| top: 4px; | |
| left: 50px; | |
| font-size: 14px; | |
| text-align: left; | |
| } | |
| .avatar .avatar-name strong{ | |
| text-transform: capitalize; | |
| font-weight: 600; | |
| } | |
| .my_category_image_holder .my_image_div{ | |
| padding: 0; | |
| } | |
| .my_category_image_holder .my_image_div .p-1{ | |
| position: relative; | |
| padding: 0 !important; | |
| border-radius: 15px; | |
| overflow: hidden; | |
| } | |
| .my_category_image_holder .my_image_div .p-1 a:before{ | |
| content: ""; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); | |
| z-index: 1; | |
| border-radius: 15px; | |
| } | |
| .my_category_image_holder .my_image_div .p-1 .my_image_div_cat_name a:before{ | |
| content: none; | |
| } | |
| .my_category_image_holder .my_image_div .p-1 .my_image_div_cat_name{ | |
| position: absolute; | |
| z-index: 1; | |
| bottom: 0; | |
| right: 0; | |
| left: 0; | |
| } | |
| .my_category_image_holder .my_image_div .p-1 .my_image_div_cat_name a{ | |
| font-family: "Poppins", Sans-serif; | |
| font-size: 22px; | |
| font-weight: 600; | |
| line-height: 28px; | |
| color: #fff; | |
| padding: 15px; | |
| transition: linear .2s; | |
| } | |
| .my_category_image_holder .my_image_div .p-1:hover a{ | |
| color: #d89928 !important; | |
| } | |
| div.my_category_image_holder{ | |
| min-height: auto !important; | |
| margin-bottom: 15px; | |
| } | |
| .l2i_dropdown .dropdown-menu.sub-menu{ | |
| right: 0; | |
| left: auto; | |
| margin: 0; | |
| padding: 0; | |
| border: none; | |
| top: 100%; | |
| width: 210px; | |
| } | |
| #menu-big-main-menu .l2i_dropdown .dropdown-menu.sub-menu li.nav-item{ | |
| padding: 0px !important; | |
| margin-left: 0!important; | |
| } | |
| #menu-big-main-menu .l2i_dropdown .dropdown-menu.sub-menu li.nav-item a{ | |
| border-bottom: none; | |
| padding: 12px 15px; | |
| } | |
| #menu-big-main-menu .l2i_dropdown .dropdown-menu.sub-menu li.nav-item a:hover{ | |
| background-color: #FAFBFD; | |
| } | |
| .bs-wizard > .bs-wizard-step > .bs-wizard-dot{ | |
| background: #d8992850; | |
| } | |
| .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after{ | |
| background: #d89928; | |
| } | |
| #frame .content .messages{ | |
| width: 100%; | |
| } | |
| #frame .content .messages #messages-box{ | |
| padding-left: 0; | |
| overflow: hidden; | |
| } | |
| #frame .content .messages ul li.sent p{ | |
| color: #101010; | |
| background-color: #fff3e1; | |
| } | |
| @media (max-width: 991.98px) { | |
| .navbar-toggler{ | |
| padding: 10px 15px !important; | |
| background: #d89928 !important; | |
| color: #fff !important; | |
| transition: linear .2s; | |
| } | |
| .navbar-toggler .toggler-icon{ | |
| background-color: #fff !important; | |
| } | |
| .navbar-toggler:hover{ | |
| background: #221f1f !important; | |
| } | |
| #menu-big-main-menu li.nav-item{ | |
| margin: 0 !important; | |
| padding: 15px 10px; | |
| } | |
| .avatar{ | |
| height: 60px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment