17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
.btn {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 120rpx;
|
|
height: 100%;
|
|
color: white;
|
|
}
|
|
|
|
.favor-btn {
|
|
background-color: var(--td-brand-color, #0052d9);
|
|
}
|
|
|
|
.delete-btn {
|
|
background-color: #e34d59;
|
|
}
|