diff options
Diffstat (limited to 'assets/sass/_select_dropdown.sass')
-rw-r--r-- | assets/sass/_select_dropdown.sass | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/assets/sass/_select_dropdown.sass b/assets/sass/_select_dropdown.sass deleted file mode 100644 index c5ebfca6..00000000 --- a/assets/sass/_select_dropdown.sass +++ /dev/null @@ -1,55 +0,0 @@ -@import variables - -#select-dropdown-menu - position: absolute - display: block - z-index: 1000 - min-width: 160px - padding: 5px 0 - background: #fff - list-style: none - border: 1px solid #ccc - border-radius: 3px - box-shadow: 0 6px 12px rgba(0, 0, 0, .175) - overflow: scroll - -.select-dropdown-menu-item - white-space: nowrap - overflow: hidden - padding: 3px 10px - color: color('medium') - cursor: pointer - border-bottom: 1px solid #f8f8f8 - line-height: 1.5em - font-weight: 400 - &.active - color: #fff - background: #428bca - &:last-child - border: none - -.select-dropdown-input-container - position: relative - border: 1px solid #ccc - border-radius: 5px - background-color: #fff - width: 300px - input.select-dropdown-input - margin: 0 0 0 5px - border: none - height: 23px - width: 270px - &:focus - border: none - box-shadow: none - .select-dropdown-chevron - color: color('medium') - position: absolute - top: 4px - right: 5px - cursor: pointer - .select-loading-icon - color: color('medium') - position: absolute - top: 4px - right: 5px
\ No newline at end of file |