TPS_web_october/themes/tps/assets/css/components/2-layout/crumb.scss

20 lines
407 B
SCSS

// Crumb =================
.crumb {
padding: 220px 0 50px;
background: url("../images/mini_banner.png") no-repeat center;
background-size: cover;
&_title {
font-weight: 700;
font-size: 38px;
line-height: 46px;
color: #FFFFFF;
}
&_txt {
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #FFFFFF;
}
}