I would like to add a margin right to that icon but i don't know to select it, and i did a lot of research about it...
my SCSS code:
select{
background-color: hsl(209, 23%, 22%);
border-radius: 4px;
box-shadow: hsla(0, 0%, 0%, 0.575) 0 0 10px -5px;
color: #fff;
padding: 0.75rem 1rem;
option{
font-weight: 400;
font-style: italic;
color: hsl(0, 0%, 65%);
}
}