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.
21 lines
388 B
SCSS
21 lines
388 B
SCSS
.uni-list-item__container {
|
|
padding: 20rpx 26rpx!important;
|
|
padding-left: 26rpx!important;
|
|
}
|
|
|
|
.uni-list-item__content-title {
|
|
font-size: $uni-font-size-base!important;
|
|
}
|
|
|
|
.uni-list-item__content-note {
|
|
font-size: $uni-font-size-sm!important;
|
|
}
|
|
|
|
.uni-icon-wrapper {
|
|
font-size: $uni-font-size-sm!important;
|
|
}
|
|
|
|
.uni-list-item__extra-text {
|
|
font-size: $uni-font-size-base!important;
|
|
}
|