mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
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.
6 lines
138 B
SCSS
Vendored
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";
|