Files
xl-mobile/src/scss/global.scss

23 lines
377 B
SCSS
Raw Normal View History

2025-03-28 09:37:10 +08:00
$primary-color: #2D5CF6;
2025-03-25 16:35:39 +08:00
.test {
border: 1px solid red;
@apply box-border;
}
2025-03-26 19:10:41 +08:00
.tui-btn {
border-radius: 12rpx !important;
}
2025-03-28 09:37:10 +08:00
.tui-primary-outline {
background-color: lighten($primary-color, 40%) !important;
}
.tui-alert-box {
border-radius: 16rpx !important;
overflow: hidden;
.tui-alert-content {
padding: 40rpx 32rpx !important;
}
}