chore: remove bulma spacing utiltities
This commit is contained in:
parent
5a8934ebd3
commit
9e1ae2ce9c
|
|
@ -16,7 +16,7 @@
|
|||
<div class="comments">
|
||||
<span
|
||||
v-if="taskCommentService.loading && saving === null && !creating"
|
||||
class="is-flex is-align-items-center my-4 mis-2"
|
||||
class="is-flex is-align-items-center mbs-4 mbe-4 mis-2"
|
||||
>
|
||||
<span class="loader is-inline-block mie-2" />
|
||||
{{ $t('task.comment.loading') }}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
// @import "bulma-css-variables/sass/helpers/other"; // not used
|
||||
// @import "bulma-css-variables/sass/helpers/overflow";
|
||||
// @import "bulma-css-variables/sass/helpers/position";
|
||||
@import "bulma-css-variables/sass/helpers/spacing";
|
||||
// @import "bulma-css-variables/sass/helpers/spacing"; // using logical units instead
|
||||
@import "bulma-css-variables/sass/helpers/typography";
|
||||
@import "bulma-css-variables/sass/helpers/visibility";
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ $types: (
|
|||
.#{$type}be-#{$name} {
|
||||
#{$property}-block-end: #{$val};
|
||||
}
|
||||
.#{$type}-#{$name} {
|
||||
#{$property}: #{$val};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue