You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
395 B
SCSS
23 lines
395 B
SCSS
// .uni-section-header {
|
|
// padding: 20rpx 16rpx !important;
|
|
// }
|
|
|
|
// .uni-section__content-title {
|
|
// font-size: 24rpx!important;
|
|
// }
|
|
|
|
.uni-section__content-title {
|
|
font-size: $uni-font-size-base!important;
|
|
}
|
|
|
|
.uni-section-header__decoration {
|
|
&.line {
|
|
height: $uni-font-size-base - 8px!important;
|
|
margin-right: 12px!important;
|
|
}
|
|
}
|
|
|
|
.uni-section-header {
|
|
padding: 20px!important;
|
|
}
|