mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Fix style
This commit is contained in:
parent
44cfe9b322
commit
a17616f11b
@ -66,10 +66,10 @@ export default Vue.extend({
|
|||||||
|
|
||||||
&.checked {
|
&.checked {
|
||||||
> .button {
|
> .button {
|
||||||
border-color: var(--radioActive);
|
border-color: var(--accent);
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
background-color: var(--radioActive);
|
background-color: var(--accent);
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user