0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/app/assets/stylesheets/common/float-kit/_index.scss
Kris b1d73bbbcc
DEV: move mobile d-menu styles to common directory (#39049)
Moves the float-kit d-menu-modal styles to a separate file in the common
directory so we don't need the mobile directory. Considered integrating
these into the existing d-menu stylesheet, but this is a clear separate
mode so it makes sense for this case to continue existing on its own.
2026-04-02 12:15:25 -04:00

6 lines
138 B
SCSS
Vendored

@import "d-menu";
@import "d-menu-modal";
@import "d-tooltip";
@import "d-button-tooltip";
@import "d-toasts";
@import "d-default-toast";