mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
parent
85f900ff51
commit
029ba22440
@ -168,3 +168,37 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.sponsor-pay-content {
|
||||||
|
.sponsor-pay-header {
|
||||||
|
@include set-color("border-bottom", "5");
|
||||||
|
}
|
||||||
|
.sponsor-pay-body {
|
||||||
|
.sponsor-choice {
|
||||||
|
.active .sponsor-border {
|
||||||
|
@include background-color();
|
||||||
|
}
|
||||||
|
.sponsor-border {
|
||||||
|
@include background-color("3");
|
||||||
|
}
|
||||||
|
.active input[name="custom-amount"] {
|
||||||
|
@include color("e");
|
||||||
|
}
|
||||||
|
input[name="custom-amount"] {
|
||||||
|
@include background-color("3");
|
||||||
|
@include color("6");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.sponsor-agree {
|
||||||
|
.agree {
|
||||||
|
@include to-theme("blue");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.sp-pay-qrcode {
|
||||||
|
.sponsor-qrcode {
|
||||||
|
.step-other {
|
||||||
|
@include to-theme("blue");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user