forked from DebaucheryLibrarian/traxxx
9 lines
166 B
SCSS
9 lines
166 B
SCSS
|
.select {
|
||
|
color: $shadow-strong;
|
||
|
background: $background;
|
||
|
padding: .5rem;
|
||
|
font-size: 1rem;
|
||
|
border: solid 1px $shadow-weak;
|
||
|
cursor: pointer;
|
||
|
}
|