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.
11 lines
222 B
SCSS
11 lines
222 B
SCSS
8 months ago
|
.ch-nav-btn {
|
||
|
background-color: $uni-color-primary;
|
||
|
font-size: $uni-font-size-sm;
|
||
|
line-height: 1.8;
|
||
|
border-radius: 8px;
|
||
|
padding: 0 12rpx;
|
||
|
|
||
|
&:active {
|
||
|
background-color: transparentize($uni-color-primary, 0.3);
|
||
|
}
|
||
|
}
|