Skip to content

Instantly share code, notes, and snippets.

@wilirius
wilirius / custom_select.scss
Created April 1, 2020 11:05
Custom Select
select {
appearance: none;
}
.ginput_container_select {
position: relative;
&:after {
font-family: 'ikes';
content: '\e925';
position: absolute;
right: 24px;