849a9c7a32
Some people like the old theme, so we're going to also include that one as well as the easier-to-extend flat theme.
17 lines
261 B
SCSS
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";
|