update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
$primary-color: #2D5CF6;
|
||||
|
||||
.test {
|
||||
border: 1px solid red;
|
||||
@apply box-border;
|
||||
@@ -6,3 +8,15 @@
|
||||
.tui-btn {
|
||||
border-radius: 12rpx !important;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user