PHP Classes

File: vendors/select2/src/scss/core.scss

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/select2/src/scss/core.scss   Download  
File: vendors/select2/src/scss/core.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 836 bytes
 

Contents

Class file image Download
.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; @import "single"; @import "multiple"; } @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); } .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } @import "theme/default/layout"; @import "theme/classic/layout";