This commit is contained in:
Viet An
2026-05-14 09:11:18 +07:00
parent 336c8c9036
commit 4d37397ee4
25 changed files with 450 additions and 209 deletions

View File

@@ -390,11 +390,14 @@ export default {
.field:not(:last-child) {
margin-bottom: 0;
}
.button.is-light {
--bulma-button-background-l: 89%;
}
.button:hover,
.button.is-hovered {
--bulma-button-background-l-delta: -10%;
.button.is-success {
&.is-light {
--bulma-button-background-l: 89%;
}
&:hover,
&.is-hovered {
--bulma-button-background-l-delta: -10%;
}
}
</style>