changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user