titleSubTitleHoriCom.less
440 Bytes
@charset "UTF-8";
.title-sub-title-hori-com {
width: 100%;
.box {
display: flex;
justify-content: flex-start;
align-items: baseline;
margin: 0 auto;
width: 90%;
.title {
color: #4A4A4A;
font-size: 34px;
font-weight: 600;
& + .sub-title {
margin-left: 20px;
padding-left: 16px;
border-left: 1px solid #979797;
}
}
.sub-title {
color: #999999;
font-size: 24px;
font-weight: 400;
}
}
}