traxxx/assets/css/_inputs.scss

9 lines
166 B
SCSS

.select {
color: $shadow-strong;
background: $background;
padding: .5rem;
font-size: 1rem;
border: solid 1px $shadow-weak;
cursor: pointer;
}