update
This commit is contained in:
964
static/admin/assets/scss/layout/_box-layout.scss
Normal file
964
static/admin/assets/scss/layout/_box-layout.scss
Normal file
@@ -0,0 +1,964 @@
|
||||
/**=====================
|
||||
63. Box-layout CSS start
|
||||
==========================**/
|
||||
|
||||
.box-layout {
|
||||
background-image: url(../images/other-images/boxbg.jpg);
|
||||
background-blend-mode: overlay;
|
||||
background-color: rgba($white, 0.5);
|
||||
|
||||
@media only screen and (min-width: 1280px) {
|
||||
.learning-filter {
|
||||
order: -1;
|
||||
}
|
||||
.md-sidebar {
|
||||
.md-sidebar-toggle {
|
||||
display: block;
|
||||
}
|
||||
.md-sidebar-aside {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
z-index: 3;
|
||||
width: 280px;
|
||||
&.open {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
.job-sidebar {
|
||||
background-color: var(--white);
|
||||
padding: 20px;
|
||||
}
|
||||
.widget-1 {
|
||||
&.mb-xl-0 {
|
||||
margin-bottom: 25px !important;
|
||||
}
|
||||
}
|
||||
.radial-progress-card {
|
||||
.radial-chart-wrap {
|
||||
margin-right: -10px;
|
||||
}
|
||||
}
|
||||
.currency-widget {
|
||||
div[class*=bg-light-] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.box-order {
|
||||
.order-1 {
|
||||
order: 1 !important;
|
||||
}
|
||||
}
|
||||
.activity-card {
|
||||
.appointment-table {
|
||||
&.customer-table {
|
||||
height: 187px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.transaction-table {
|
||||
tr {
|
||||
td {
|
||||
&:first-child {
|
||||
min-width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.welcome-card {
|
||||
.welcome-img {
|
||||
height: 170px;
|
||||
bottom: -22px;
|
||||
}
|
||||
}
|
||||
.purchase-card {
|
||||
img {
|
||||
margin: -210px auto 0;
|
||||
width: 80%;
|
||||
}
|
||||
&.discover {
|
||||
margin-top: 90px;
|
||||
img {
|
||||
margin-top: -90px;
|
||||
width: 64%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.apache-cotainer-large,
|
||||
#line-visual,
|
||||
#line-visulH {
|
||||
|
||||
>div,
|
||||
canvas {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.page-wrapper,
|
||||
&.page-wrapper {
|
||||
&.box-layout {
|
||||
padding-top: 40px;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
&.compact-wrapper {
|
||||
margin-top: $box-layout-space;
|
||||
|
||||
.page-body-wrapper {
|
||||
.sidebar-wrapper {
|
||||
width: 230px;
|
||||
top: $box-layout-space;
|
||||
border-radius: 10px 0 0 10px;
|
||||
|
||||
&.close_icon {
|
||||
~footer {
|
||||
width: 1200px;
|
||||
left: 47%;
|
||||
}
|
||||
|
||||
~.footer-fix {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.sidebar-main {
|
||||
.sidebar-links {
|
||||
height: calc(100vh - 196px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo-wrapper {
|
||||
box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1);
|
||||
}
|
||||
|
||||
.sidebar-main {
|
||||
.sidebar-links {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
height: calc(100vh - 191px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-body {
|
||||
min-height: calc(100vh - 130px);
|
||||
margin-top: 0;
|
||||
top: 80px;
|
||||
overflow: scroll;
|
||||
max-height: calc(100vh - 220px);
|
||||
padding-bottom: 80px;
|
||||
margin-left: 230px;
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px $light-gray;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(68, 102, 242, 0.15);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.compact-sidebar {
|
||||
.page-header {
|
||||
padding-left: 148px;
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
margin-top: 40px;
|
||||
|
||||
div.sidebar-wrapper {
|
||||
top: 40px;
|
||||
|
||||
&.close_icon {
|
||||
display: none;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.sidebar-main {
|
||||
.sidebar-links {
|
||||
height: calc(100vh - 166px);
|
||||
margin: 0;
|
||||
|
||||
li {
|
||||
|
||||
.sidebar-submenu,
|
||||
.mega-menu-container {
|
||||
left: 470px;
|
||||
top: 40px;
|
||||
height: calc(100vh - 84px);
|
||||
}
|
||||
|
||||
a {
|
||||
&.active {
|
||||
|
||||
~.sidebar-submenu,
|
||||
~.mega-menu-container {
|
||||
animation: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.page-body {
|
||||
min-height: calc(100vh - 90px);
|
||||
margin-top: 0;
|
||||
top: 80px;
|
||||
overflow: scroll;
|
||||
max-height: calc(100vh - 170px);
|
||||
padding-bottom: 80px;
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px $light-gray;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(68, 102, 242, 0.15);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.compact-small {
|
||||
.page-header {
|
||||
padding-left: 90px;
|
||||
|
||||
&.close_icon {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
div.sidebar-wrapper {
|
||||
.sidebar-main {
|
||||
.sidebar-links {
|
||||
li {
|
||||
|
||||
.sidebar-submenu,
|
||||
.mega-menu-container {
|
||||
left: 410px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.horizontal-wrapper {
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
margin-top: 40px;
|
||||
|
||||
.page-body {
|
||||
margin-top: 80px;
|
||||
min-height: calc(100vh - 310px);
|
||||
max-height: calc(100vh - 230px);
|
||||
overflow: scroll;
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px $light-gray;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(68, 102, 242, 0.15);
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.sidebar-wrapper {
|
||||
width: 1280px;
|
||||
top: 80px;
|
||||
margin: 0;
|
||||
overflow-x: unset;
|
||||
position: relative;
|
||||
|
||||
.sidebar-main {
|
||||
#sidebar-menu {
|
||||
left: 0%;
|
||||
transform: translate(0, 0);
|
||||
top: 125px;
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-header {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.modern-type {
|
||||
.page-header {
|
||||
padding-left: 0px;
|
||||
|
||||
.header-wrapper {
|
||||
.left-header {
|
||||
width: 36%;
|
||||
}
|
||||
.nav-right {
|
||||
width: 46%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
.page-body {
|
||||
margin-left: 260px;
|
||||
}
|
||||
|
||||
.sidebar-wrapper {
|
||||
top: 120px;
|
||||
|
||||
.sidebar-main {
|
||||
.sidebar-links {
|
||||
height: calc(100vh - 311px);
|
||||
}
|
||||
}
|
||||
|
||||
&.close_icon {
|
||||
.sidebar-main {
|
||||
.sidebar-links {
|
||||
height: calc(100vh - 316px);
|
||||
}
|
||||
}
|
||||
|
||||
~footer {
|
||||
width: 1280px;
|
||||
left: 50%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-header {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
transition: $sidebar-transition;
|
||||
padding-left: 230px;
|
||||
margin-top: $box-layout-space;
|
||||
border-radius: 10px;
|
||||
width: unset;
|
||||
|
||||
&.close_icon {
|
||||
padding-left: 0;
|
||||
margin-left: auto;
|
||||
width: calc(100% - 0px);
|
||||
transition: $sidebar-transition;
|
||||
}
|
||||
|
||||
.header-wrapper {
|
||||
border: 1px solid #f8f8f8;
|
||||
border-radius: 10px 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.horizontal-wrapper {
|
||||
.page-header {
|
||||
.header-wrapper {
|
||||
.nav-right, .left-header {
|
||||
width: 36%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.material-type {
|
||||
.page-body-wrapper {
|
||||
margin-top: 0;
|
||||
|
||||
.page-body {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.sidebar-wrapper {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.material-icon {
|
||||
.page-header {
|
||||
&.close_icon {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
margin-top: 0;
|
||||
|
||||
.page-body {
|
||||
top: 0;
|
||||
min-height: calc(100vh - 170px);
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.advance-layout {
|
||||
.page-header {
|
||||
box-shadow: 0px 0px 10px rgba($black, 0.07);
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.page-body-wrapper {
|
||||
width: 1280px;
|
||||
box-shadow: 4px 11px 25px rgba(0, 0, 0, 0.07);
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
|
||||
.todo {
|
||||
.todo-list-wrapper {
|
||||
#todo-list {
|
||||
li {
|
||||
.task-responsive {
|
||||
min-width: 1087px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.active-order-table {
|
||||
max-width: 443px;
|
||||
overflow: auto;
|
||||
|
||||
table {
|
||||
tbody {
|
||||
tr {
|
||||
td {
|
||||
p {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.activity {
|
||||
.media {
|
||||
.gradient-round {
|
||||
&.gradient-line-1 {
|
||||
&:after {
|
||||
height: 57px;
|
||||
bottom: -64px;
|
||||
}
|
||||
}
|
||||
|
||||
&.small-line {
|
||||
&:after {
|
||||
height: 36px;
|
||||
bottom: -43px;
|
||||
}
|
||||
}
|
||||
|
||||
&.medium-line {
|
||||
&:after {
|
||||
height: 40px;
|
||||
bottom: -48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding-left: 230px;
|
||||
margin-bottom: 40px !important;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
border-radius: 0 0 10px;
|
||||
}
|
||||
|
||||
.blockquote-footer {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-fix {
|
||||
padding-left: 230px;
|
||||
}
|
||||
|
||||
.chat-box {
|
||||
.chat-history {
|
||||
.call-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 300px;
|
||||
|
||||
>div {
|
||||
z-index: 8;
|
||||
background-color: rgba(255, 255, 255, 0.75);
|
||||
background-blend-mode: overlay;
|
||||
width: 100%;
|
||||
padding: 30px;
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 40%;
|
||||
font-size: 14px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.call-icons {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
ul {
|
||||
li {
|
||||
border: 1px solid #717171;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.receiver-img {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
|
||||
img {
|
||||
width: 38%;
|
||||
}
|
||||
}
|
||||
|
||||
.total-time {
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
color: #717171;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
canvas {
|
||||
&#myLineCharts {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-right-aside {
|
||||
flex: 0 0 60%;
|
||||
max-width: 60%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.caller-img {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
left: 15px;
|
||||
|
||||
img {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
.browser-widget {
|
||||
img {
|
||||
height: 65px;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-card {
|
||||
.card-header {
|
||||
img {
|
||||
margin-top: -73px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-profile {
|
||||
img {
|
||||
height: 130px;
|
||||
top: -17px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select2 {
|
||||
width: 901.781px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
ul {
|
||||
&.close_icon {
|
||||
>li {
|
||||
label {
|
||||
padding: 0;
|
||||
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bookmark {
|
||||
ul {
|
||||
margin-right: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
#batchDelete {
|
||||
.jsgrid-grid-header {
|
||||
.jsgrid-table {
|
||||
tr {
|
||||
th {
|
||||
.btn {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-group-showcase {
|
||||
.btn-radio {
|
||||
.btn-group {
|
||||
.radio {
|
||||
input[type="radio"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.media.bitcoin-graph {
|
||||
display: block;
|
||||
|
||||
.top-bitcoin {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.media-body {
|
||||
margin-top: 30px;
|
||||
|
||||
.bitcoin-content {
|
||||
.bitcoin-numbers {
|
||||
h6 {
|
||||
font-size: 14PX;
|
||||
}
|
||||
}
|
||||
|
||||
&.text-right {
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.alert {
|
||||
&.inverse {
|
||||
p {
|
||||
max-width: 238px;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.auth-bg-effect {
|
||||
.second-effect {
|
||||
left: 55%;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-bg-video {
|
||||
video {
|
||||
min-width: 67%;
|
||||
width: 67%;
|
||||
}
|
||||
}
|
||||
|
||||
.page-builder {
|
||||
.ge-canvas.ge-layout-desktop {
|
||||
margin-top: $box-layout-space;
|
||||
}
|
||||
|
||||
.ge-addRowGroup {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.pricing-wrapper-card {
|
||||
padding: 50px 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
.blog-box {
|
||||
&.blog-grid {
|
||||
&.set-min-height {
|
||||
min-height: 400px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flot-chart-placeholder {
|
||||
&#donut-color-chart-morris-daily {
|
||||
min-height: 430px;
|
||||
}
|
||||
}
|
||||
|
||||
.flot-chart-placeholder {
|
||||
&#donut-color-chart-morris {
|
||||
min-height: 430px;
|
||||
}
|
||||
}
|
||||
|
||||
.box-col-12 {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.box-col-6 {
|
||||
flex: 0 0 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.box-col-3 {
|
||||
flex: 0 0 25%;
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.box-col-7 {
|
||||
flex: 0 0 60%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.box-col-5 {
|
||||
flex: 0 0 40%;
|
||||
max-width: 40%;
|
||||
}
|
||||
|
||||
.box-col-8 {
|
||||
flex: 0 0 70%;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.box-col-4e {
|
||||
flex: 0 0 30%;
|
||||
max-width: 30%;
|
||||
}
|
||||
|
||||
|
||||
.box-col-4 {
|
||||
flex: 0 0 33.33%;
|
||||
max-width: 33%;
|
||||
}
|
||||
|
||||
.box-col-8e {
|
||||
flex: 0 0 66.67%;
|
||||
max-width: 66.67%;
|
||||
}
|
||||
|
||||
.box-col-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.chat-box {
|
||||
.chat-right-aside {
|
||||
.chat {
|
||||
.chat-header {
|
||||
.chat-menu-icons {
|
||||
li {
|
||||
a {
|
||||
i {
|
||||
font-size: 19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flex: 0 0 100%;
|
||||
max-width: calc(100% - 15px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.toogle-bar {
|
||||
display: inline-block;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-menu {
|
||||
right: 0;
|
||||
border-top: 1px solid #ddd;
|
||||
opacity: 0;
|
||||
transform: translateY(-30px);
|
||||
visibility: hidden;
|
||||
top: 81px;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
background-color: #fff;
|
||||
transition: all linear 0.3s;
|
||||
|
||||
&.show {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transform: translateY(0px);
|
||||
transition: all linear 0.3s;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.ct-10.total-chart {
|
||||
.ct-chart-bar {
|
||||
.ct-series {
|
||||
.ct-bar {
|
||||
stroke-width: 23px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.social-app-profile {
|
||||
#friends {
|
||||
.box-col-4 {
|
||||
flex: 0 0 30%;
|
||||
max-width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.email-wrap {
|
||||
.email-body {
|
||||
.email-compose {
|
||||
.cke_contents {
|
||||
&.cke_reset {
|
||||
max-height: 165px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
.col-xl-6 {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.col-xl-3 {
|
||||
+.col-xl-3 {
|
||||
padding-right: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.email-right-aside {
|
||||
.email-body {
|
||||
.inbox {
|
||||
height: 644px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.email-content {
|
||||
.email-top {
|
||||
.user-emailid {
|
||||
&:after {
|
||||
right: -10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.todo {
|
||||
.notification-popup {
|
||||
right: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
.touchspin {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.vertical-menu-main {
|
||||
width: 1280px;
|
||||
margin: 0 auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
.mega-menu {
|
||||
width: 1050px !important;
|
||||
max-width: 1050px !important;
|
||||
left: -320px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.comingsoon {
|
||||
video {
|
||||
min-width: 67%;
|
||||
width: 67%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**=====================
|
||||
63. Box-layout CSS ends
|
||||
==========================**/
|
||||
25
static/admin/assets/scss/layout/_footer.scss
Normal file
25
static/admin/assets/scss/layout/_footer.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
/**=====================
|
||||
47. Footer CSS Start
|
||||
==========================**/
|
||||
.footer{
|
||||
background-color: $footer_bg_color;
|
||||
box-shadow: $footer_box_shadow;
|
||||
padding: 15px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin-left: $sidebar-compact-width;
|
||||
transition: 0.5s;
|
||||
&.footer-dark{
|
||||
background-color: $footer_dark_color;
|
||||
p{
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer-fix{
|
||||
width: calc(100% - $sidebar-compact-width);
|
||||
position: fixed;
|
||||
}
|
||||
/**=====================
|
||||
47. Footer CSS Ends
|
||||
==========================**/
|
||||
35
static/admin/assets/scss/layout/_grid.scss
Normal file
35
static/admin/assets/scss/layout/_grid.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
/**=====================
|
||||
GRID CSS Start
|
||||
==========================**/
|
||||
.grid-showcase {
|
||||
margin-bottom: -10px;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
background-color: rgba(242, 243, 247, 0.7);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.grid-align {
|
||||
margin-bottom: -16px;
|
||||
|
||||
.row {
|
||||
padding: 15px 0;
|
||||
min-height: 7rem;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.grid-vertical {
|
||||
min-height: 150px;
|
||||
padding: 10px;
|
||||
color: $black;
|
||||
}
|
||||
|
||||
/**=====================
|
||||
GRID CSS Ends
|
||||
==========================**/
|
||||
185
static/admin/assets/scss/layout/_header.scss
Normal file
185
static/admin/assets/scss/layout/_header.scss
Normal file
@@ -0,0 +1,185 @@
|
||||
/*======= Page Header css Start ======= */
|
||||
.left-header {
|
||||
.d-flex {
|
||||
align-items: center;
|
||||
}
|
||||
h6 {
|
||||
line-height: 1.6;
|
||||
@media (max-width: 1199px) {
|
||||
width: 160px;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 1;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
width: 120px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
width: 66px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 755px) {
|
||||
display: none;
|
||||
}
|
||||
img {
|
||||
margin-top: -12px;
|
||||
height: 26px;
|
||||
}
|
||||
i {
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
}
|
||||
/*======= Page Header css ends ======= */
|
||||
|
||||
|
||||
/**======Main Header css Start ======**/
|
||||
.offcanvas,
|
||||
.offcanvas-bookmark {
|
||||
.page-wrapper {
|
||||
.page-body-wrapper {
|
||||
.page-body {
|
||||
position: relative;
|
||||
filter: blur(5px) grayscale(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.offcanvas {
|
||||
position: unset;
|
||||
visibility: visible;
|
||||
background: unset;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.toggle-sidebar {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
top: 30px;
|
||||
cursor: pointer;
|
||||
|
||||
svg {
|
||||
width: $header-wrapper-nav-icon-size;
|
||||
height: $header-wrapper-nav-icon-size;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
background-color: rgba($primary-color, 0.1);
|
||||
border-radius: 100%;
|
||||
left: -11px;
|
||||
z-index: -2;
|
||||
top: -8px;
|
||||
transform: scale(0);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:before {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
transform: scale(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
>svg {
|
||||
color: var(--theme-deafult) !important;
|
||||
stroke: var(--theme-deafult) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.onhover-dropdown {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
.onhover-show-div {
|
||||
@extend %for-animated-hover-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.onhover-show-div {
|
||||
top: 80px;
|
||||
position: absolute;
|
||||
z-index: 8;
|
||||
background-color: $white;
|
||||
transition: all linear 0.3s;
|
||||
@extend %for-animated-hover;
|
||||
|
||||
li {
|
||||
a {
|
||||
svg {
|
||||
margin-top: 0 !important;
|
||||
|
||||
path,
|
||||
line {
|
||||
color: $theme-body-font-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**======Main Header css Ends ======**/
|
||||
|
||||
/*=======Mega menu css start=======*/
|
||||
.mega-menu {
|
||||
.default-according {
|
||||
.card {
|
||||
.btn-link {
|
||||
font-weight: 500;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.onhover-show-div {
|
||||
width: 1500px;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
div {
|
||||
>div {
|
||||
a {
|
||||
margin-bottom: 0px;
|
||||
display: inline-block;
|
||||
color: $theme-body-sub-title-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-unstyled {
|
||||
div {
|
||||
a {
|
||||
padding: 8px 35px 8px 0;
|
||||
transition: $sidebar-transition;
|
||||
|
||||
&:hover {
|
||||
padding: 8px 35px 8px 10px;
|
||||
transition: $sidebar-transition;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*=======Mega menu css end=======*/
|
||||
|
||||
/**=====================
|
||||
05. Header CSS Ends
|
||||
==========================**/
|
||||
76
static/admin/assets/scss/layout/_navs.scss
Normal file
76
static/admin/assets/scss/layout/_navs.scss
Normal file
@@ -0,0 +1,76 @@
|
||||
/**=====================
|
||||
36. NAV CSS Start
|
||||
==========================**/
|
||||
#accordionoc{
|
||||
#collapseicon, #collapseicon1{
|
||||
padding-top: 0px;
|
||||
}
|
||||
li{
|
||||
button{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navs-icon.default-according.style-1 {
|
||||
li{
|
||||
button{
|
||||
position: relative;
|
||||
&:hover
|
||||
{
|
||||
color: var(--theme-deafult)!important;
|
||||
}
|
||||
}
|
||||
button[aria-expanded="true"]{
|
||||
&:before {
|
||||
right: 2px;
|
||||
top:6px;
|
||||
}
|
||||
}
|
||||
button[aria-expanded="false"]:before {
|
||||
right: 2px;
|
||||
top:6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navs-icon {
|
||||
padding: 30px;
|
||||
li {
|
||||
padding: 9px 0;
|
||||
a {
|
||||
color: $theme-body-font-color;
|
||||
&:hover {
|
||||
color: var(--theme-deafult);
|
||||
}
|
||||
}
|
||||
ul {
|
||||
padding-top: 9px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.onhover-dropdown{
|
||||
&.navs-dropdown{
|
||||
&:hover{
|
||||
.onhover-show-div{
|
||||
&:before,&:after{
|
||||
right: 77px;
|
||||
left: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.icon-lists{
|
||||
font-family: $font-rubik, $font-serif;
|
||||
}
|
||||
.pl-navs-inline{
|
||||
padding-left: 30px!important;
|
||||
}
|
||||
.inline-nav{
|
||||
li{
|
||||
line-height: 1.3;
|
||||
}
|
||||
}
|
||||
/**=====================
|
||||
36. NAV CSS Ends
|
||||
==========================**/
|
||||
5159
static/admin/assets/scss/layout/_rtl.scss
Normal file
5159
static/admin/assets/scss/layout/_rtl.scss
Normal file
File diff suppressed because it is too large
Load Diff
163
static/admin/assets/scss/layout/_search.scss
Normal file
163
static/admin/assets/scss/layout/_search.scss
Normal file
@@ -0,0 +1,163 @@
|
||||
/**=====================
|
||||
51. Search CSS Start
|
||||
==========================**/
|
||||
.search-page {
|
||||
.theme-form {
|
||||
input {
|
||||
border: 1px solid var(--theme-deafult);
|
||||
padding-left: 20px;
|
||||
border-radius: 10px 0 0 10px;
|
||||
flex: 1 1 auto;
|
||||
&::placeholder {
|
||||
color: $primary-color;
|
||||
}
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
.input-group {
|
||||
.btn {
|
||||
line-height: 32px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.form-control-plaintext {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
h6 {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.border-tab {
|
||||
&.nav-tabs {
|
||||
.material-border {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
font-size: 15px;
|
||||
padding: 10px 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.media {
|
||||
.media-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.info-block {
|
||||
padding: 30px;
|
||||
border-radius: 15px;
|
||||
border: 1px solid $light-color;
|
||||
|
||||
a {
|
||||
color: #656565;
|
||||
margin-bottom: 3px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
+.info-block {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.border-tab.nav-tabs {
|
||||
align-items: left;
|
||||
justify-content: end;
|
||||
|
||||
.nav-item {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.search-links {
|
||||
h6 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
text-transform: lowercase;
|
||||
margin-bottom: 0;
|
||||
color: #a5a2a2;
|
||||
}
|
||||
|
||||
ul.search-info {
|
||||
li {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
color: #586082;
|
||||
|
||||
+li {
|
||||
border-left: 1px solid lighten($dark-color, 50%);
|
||||
padding-left: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
i {
|
||||
color: $warning-color;
|
||||
&:not(:last-child) {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#video-links {
|
||||
.embed-responsive+.embed-responsive {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-list {
|
||||
margin-bottom: 30px;
|
||||
width: auto;
|
||||
display: inline-flex;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
border: 1px solid $primary-color;
|
||||
border: none;
|
||||
|
||||
.nav-item {
|
||||
background-color: rgba($primary-color, 0.1);
|
||||
|
||||
.nav-link {
|
||||
border: none;
|
||||
padding: 0.7rem 1.5rem;
|
||||
opacity: 0.5;
|
||||
|
||||
&.active {
|
||||
background-color: rgba($primary-color, 0.1);
|
||||
color: var(--theme-deafult);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&.show,
|
||||
&.active {
|
||||
background-color: rgba($primary-color, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**=====================
|
||||
51. Search CSS Ends
|
||||
==========================**/
|
||||
234
static/admin/assets/scss/layout/_select2.scss
Normal file
234
static/admin/assets/scss/layout/_select2.scss
Normal file
@@ -0,0 +1,234 @@
|
||||
/**=====================
|
||||
21. Select 2 CSS Start
|
||||
==========================**/
|
||||
.select2 {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.add-post {
|
||||
#cke_text-box {
|
||||
border: 1px solid $light-semi-gray;
|
||||
}
|
||||
|
||||
form {
|
||||
.m-checkbox-inline {
|
||||
label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border: 1px solid $light-semi-gray;
|
||||
}
|
||||
|
||||
.col-form-label {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
|
||||
.select2-container--default {
|
||||
margin-top: 10px;
|
||||
max-width: 100%;
|
||||
|
||||
.selection {
|
||||
.select2-selection {
|
||||
.select2-search__field {
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select2-selection--multiple {
|
||||
border: 1px solid $light-semi-gray;
|
||||
max-width: 100%;
|
||||
|
||||
.select2-selection__rendered {
|
||||
li {
|
||||
margin-top: 6px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropzone {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-container--open {
|
||||
.select2-dropdown {
|
||||
z-index: 7;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.select2-drpdwn {
|
||||
.select2-selection {
|
||||
border-radius: 0 !important;
|
||||
border-color: $light-color !important;
|
||||
height: 40px !important;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.form-control-primary {
|
||||
border-color: var(--theme-deafult);
|
||||
color: var(--theme-deafult);
|
||||
}
|
||||
|
||||
.form-control-secondary {
|
||||
border-color: var(--theme-secondary);
|
||||
color: var(--theme-secondary);
|
||||
}
|
||||
|
||||
.form-control-success {
|
||||
border-color: $success-color;
|
||||
color: $success-color;
|
||||
}
|
||||
|
||||
.form-control-info {
|
||||
border-color: $info-color;
|
||||
color: $info-color;
|
||||
}
|
||||
|
||||
.form-control-warning {
|
||||
border-color: $warning-color;
|
||||
color: $warning-color;
|
||||
}
|
||||
|
||||
.form-control-danger {
|
||||
border-color: $danger-color;
|
||||
color: $danger-color;
|
||||
}
|
||||
|
||||
.form-control-inverse {
|
||||
border-color: $dark-color;
|
||||
color: $dark-color;
|
||||
}
|
||||
|
||||
.form-control-primary-fill {
|
||||
background-color: var(--theme-deafult);
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.form-control-secondary-fill {
|
||||
background-color: var(--theme-secondary);
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.form-control-success-fill {
|
||||
background-color: $success-color;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.form-control-info-fill {
|
||||
background-color: $info-color;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.form-control-warning-fill {
|
||||
background-color: $warning-color;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.form-control-danger-fill {
|
||||
background-color: $danger-color;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.form-control-inverse-fill {
|
||||
background-color: $dark-color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
//colors
|
||||
$color_bon_jour_approx: #e0e0e0;
|
||||
$color_cape_cod_approx: #424242;
|
||||
|
||||
.selection {
|
||||
.select2-selection {
|
||||
border-radius: 5px !important;
|
||||
|
||||
.select2-search__field {
|
||||
margin-top: 0;
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select2-container--classic {
|
||||
.select2-selection--multiple {
|
||||
.select2-selection__choice {
|
||||
padding: 2px 6px !important;
|
||||
margin-top: 0 !important;
|
||||
background-color: var(--theme-deafult) !important;
|
||||
border-color: var(--theme-deafult) !important;
|
||||
color: $white;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
|
||||
.select2-selection__choice__remove {
|
||||
color: $white !important;
|
||||
float: right;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-results__option--highlighted[aria-selected] {
|
||||
background-color: $color_bon_jour_approx !important;
|
||||
color: $color_cape_cod_approx !important;
|
||||
}
|
||||
|
||||
.select2-results__options .select2-results__option[aria-selected=true] {
|
||||
background-color: var(--theme-deafult) !important;
|
||||
color: $white !important;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-container--default {
|
||||
.select2-selection--single {
|
||||
.select2-selection__arrow {
|
||||
top: 11px !important;
|
||||
right: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-selection--multiple {
|
||||
.select2-selection__choice {
|
||||
padding: 2px 6px !important;
|
||||
margin-top: 0 !important;
|
||||
background-color: var(--theme-deafult) !important;
|
||||
border-color: var(--theme-deafult) !important;
|
||||
color: $white;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
|
||||
.select2-selection__choice__remove {
|
||||
color: $white !important;
|
||||
float: right;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-results__option--highlighted[aria-selected] {
|
||||
background-color: $color_bon_jour_approx !important;
|
||||
color: $color_cape_cod_approx !important;
|
||||
}
|
||||
|
||||
.select2-results__options .select2-results__option[aria-selected=true] {
|
||||
background-color: var(--theme-deafult) !important;
|
||||
color: $white !important;
|
||||
}
|
||||
}
|
||||
|
||||
/**=====================
|
||||
21. Select 2 CSS Ends
|
||||
==========================**/
|
||||
3683
static/admin/assets/scss/layout/_sidebar.scss
Normal file
3683
static/admin/assets/scss/layout/_sidebar.scss
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user