1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/src/scss/core.scss
Kevin Brown 849a9c7a32 Started work on the classic theme
Some people like the old theme, so we're going to also include that
one as well as the easier-to-extend flat theme.
2014-11-19 14:26:52 -05:00

17 lines
261 B
SCSS

.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
@import "single";
@import "multiple";
@import "dropdown";
@import "theme/default/layout";
@import "theme/classic/layout";