I'm trying to figure out how to add a margin right to an icon in my SCSS code, but so far I haven't been able to select it properly despite all the research I've done...
Here is my current 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%);
}
}