Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.cooldown-btn {
|
||||
width: 100%;
|
||||
padding: 28rpx;
|
||||
border-radius: 16rpx;
|
||||
font-size: 32rpx;
|
||||
background: #5a9;
|
||||
color: #fff;
|
||||
border: none;
|
||||
}
|
||||
.cooldown-btn[disabled] {
|
||||
background: #888;
|
||||
}
|
||||
Reference in New Issue
Block a user