HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/sass/kms/Components/select.scss
/* KMS styling */

.c-select {
	display: block;
	padding-top: 10px - 1px;
	padding-bottom: 10px - 1px;
	padding-left: 8px;
	padding-right: 24px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	max-width: 500px;
	box-sizing: border-box;
	margin: 0;
	appearance: none;
	color: #565B66;
	background-color: white;
	background-image: url('/img/kms/select_arrow.svg'), linear-gradient(to bottom, white 0%,white 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 0 top 50%, 0 0;
	background-size: 32px auto, 100%;
	border: 1px solid #D8DAE2;
	transition: border 150ms linear;

	&:hover {
		border-color: #bebfc7;
	}

	&:focus {
		box-shadow: 0 0 7px -3px rgba(black, 0.7);
		box-shadow: 0 0 0 1px -moz-mac-focusring;
		outline: none;
	}

	& option {
		font-weight: normal;
	}
}

.c-select::-ms-expand {
	display: none;
}