Files
law-api/public/assets/scss/custom/structure/_page-head.scss

22 lines
310 B
SCSS

//
// Page-title
//
.page-title-box {
.breadcrumb {
background-color: transparent;
padding: 0;
}
h4 {
text-transform: uppercase;
font-weight: $font-weight-bold;
font-size: 16px !important;
}
.page-title {
line-height: 70px;
}
}