halo-theme-sakura/src/css/theme/category/header.css

35 lines
614 B
CSS

.category-header {
& .page-header {
& .pattern-title {
display: flex;
align-items: center;
& h1 {
display: inline-block;
font-size: 25px;
font-weight: 400;
width: auto;
&::before {
content: "";
}
&::after {
content: "";
padding-right: 15px;
border-right: 1px dashed #ddd;
font-size: 30px;
vertical-align: middle;
}
}
& .cat-des {
display: block;
text-align: center;
color: #999;
margin-left: 10px;
}
}
}
}