@conductionnl/nl-design-system
Version:
NL design system components created by Conduction
16 lines (15 loc) • 510 B
CSS
.utrecht-select {
font-size: 14px ;
border-color: #ebedf2 ;
padding: 0.6rem 1rem ;
height: inherit ;
display: block ;
width: 100% ;
line-height: 1.5 ;
color: #495057 ;
background-color: #fff ;
background-clip: padding-box ;
border: 1px solid #ced4da ;
border-radius: 0.25rem ;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ;
}