funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 9384d09ff6 - Show all commits

View file

@ -7,6 +7,11 @@
@import 'bulma';
@import '~bulma-switch';
html, body {
overflow-x: hidden;
max-width: 100%;
}
main.has-top-padding {
padding-top: 4.5rem !important;
}
@ -56,4 +61,4 @@ $widthUnit: "em"; // Add the unit here (rem|em|px|%)
width: #{$width}#{$widthUnit} !important;
}
}
}
}