1
0
mirror of synced 2025-02-19 21:43:15 +03:00
select2/src/scss/core.scss

38 lines
579 B
SCSS
Raw Normal View History

.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
@import "single";
@import "multiple";
}
2014-08-29 11:31:18 -04:00
2014-08-27 20:18:17 -04:00
@import "dropdown";
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
// styles required for IE to work
background-color: #fff;
filter: alpha(opacity=0);
}
@import "theme/default/layout";
@import "theme/classic/layout";