changes
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
@use "bulma/sass/utilities/initial-variables.scss" as *;
|
||||
|
||||
[data-theme="light"],
|
||||
.theme-light {
|
||||
--bulma-block-spacing: 1rem;
|
||||
}
|
||||
|
||||
.card {
|
||||
--bulma-card-shadow: none;
|
||||
border: 1px solid $grey-lighter;
|
||||
|
||||
@@ -49,6 +49,9 @@
|
||||
.rounded-sm {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.rounded-md {
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user