2022-09-08 15:06:44 -04:00

18 lines
279 B
SCSS

//
// Page-title
//
.page-title-box {
padding-bottom: $grid-gutter-width;
.breadcrumb {
background-color: transparent;
padding: 0;
}
h4 {
text-transform: uppercase;
font-weight: 600;
font-size: 16px !important;
}
}