Created
July 27, 2018 15:05
-
-
Save tylerzey/e9d952c4cd874dc33433b188250973ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.select-picker { | |
background-color: #f5f7fa; | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
min-height: 46px; | |
padding-left: 1.5em !important; | |
width: 100%; | |
font-weight: 700; | |
border: 1px solid #dae1e9; | |
color: #3c4858; | |
outline: 0; | |
background-image: url('https://files.easyagentpro.com/UIKit/down_chevron.svg'); | |
background-repeat: no-repeat; | |
background-size: 12px; | |
background-position: 98% 50%; | |
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06); | |
margin-top: 0.5em; | |
margin-bottom: 0.5em; | |
cursor: pointer; | |
&:-moz-focusring { | |
color: transparent; | |
text-shadow: 0 0 0 #000; | |
} | |
&:hover { | |
background-color: #fff; | |
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment