Vanessa 2024-12-29 10:40:59 +08:00
parent 10d5d4f6a1
commit 1e2b498bf4
3 changed files with 12 additions and 6 deletions

View file

@ -49,11 +49,6 @@
}
}
&--small {
padding: 0 4px;
font-size: 12px;
}
&--mid {
padding: 2px 8px;
}
@ -164,6 +159,11 @@
background-color: var(--b3-card-success-background);
}
&--small {
padding: 0 4px;
font-size: 12px;
}
&:disabled {
opacity: .38;
cursor: not-allowed;