AdminLTE/build/scss/parts/_components.scss
Cleverson 0c3f82bc58
Smileyzn close button patch 1 (#3049)
* Removed box shadow from page-link class

Removed box shadow from page-link class

* Add close span import

Let's fix close button on dialogs like modals etc.

* Fix outline for close button

Fix outline for close button

* Fixed whitespace

Fixed whitespace
2020-09-30 14:04:10 +02:00

16 lines
265 B
SCSS

//
// Part: Components
//
@import "../forms";
@import "../progress-bars";
@import "../cards";
@import "../modals";
@import "../toasts";
@import "../buttons";
@import "../callout";
@import "../alerts";
@import "../table";
@import "../carousel";
@import "../close";