sifatbaho
This commit is contained in:
55
resources/scss/structure/_page-head.scss
vendored
Executable file
55
resources/scss/structure/_page-head.scss
vendored
Executable file
@@ -0,0 +1,55 @@
|
||||
//
|
||||
// _page-head.scss
|
||||
//
|
||||
|
||||
.page-title-box {
|
||||
padding: 10px $grid-gutter-width;
|
||||
background-color: var(--#{$prefix}card-bg-custom);
|
||||
box-shadow: $page-title-box-shadow;
|
||||
border-bottom: 1px solid $page-title-border;
|
||||
border-top: 1px solid $page-title-border;
|
||||
margin: -23px (-$grid-gutter-width * 1) $grid-gutter-width (-$grid-gutter-width * 1);
|
||||
|
||||
.breadcrumb {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 700;
|
||||
font-size: 15px!important;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
[data-layout="horizontal"] {
|
||||
.page-title-box {
|
||||
padding: 1.2rem 0;
|
||||
background-color: transparent !important;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
|
||||
@media (min-width: 1024.1px) {
|
||||
margin: -19px 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-layout="vertical"] {
|
||||
&[data-layout-style="detached"]{
|
||||
.page-title-box {
|
||||
padding: 1.2rem 0;
|
||||
background-color: transparent !important;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
|
||||
@media (min-width: 1024.1px) {
|
||||
margin: -19px 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user