Skip to content

Commit

Permalink
fix(taginput): readd size classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Sep 15, 2024
1 parent f014306 commit 50d5379
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/assets/scss/components/_timepicker.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "bulma/sass/utilities/css-variables" as css;
@use "bulma/sass/utilities/controls" as controls;

.timepicker {
.dropdown,
Expand Down Expand Up @@ -72,4 +73,18 @@
}
}
}

// sizes

&.is-small {
@include controls.control-small;
}

&.is-medium {
@include controls.control-medium;
}

&.is-large {
@include controls.control-large;
}
}

0 comments on commit 50d5379

Please sign in to comment.