24 lines
348 B
Plaintext
24 lines
348 B
Plaintext
/* admin-review styles use global theme */
|
|
.threshold-input {
|
|
width: 240rpx;
|
|
margin-top: 0;
|
|
text-align: right;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.note-textarea {
|
|
min-height: 120rpx;
|
|
background: rgba(12, 23, 38, 0.82);
|
|
}
|
|
|
|
.pager-row {
|
|
margin-top: 16rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 16rpx;
|
|
}
|
|
|
|
.pager-btn {
|
|
flex: 1;
|
|
}
|