mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-23 01:39:40 +01:00
17 lines
198 B
CSS
17 lines
198 B
CSS
.select {
|
|
display: inline-block;
|
|
all: unset;
|
|
padding: 0 0.75rem;
|
|
}
|
|
|
|
.selectWrapper {
|
|
position: relative;
|
|
}
|
|
|
|
.icon {
|
|
position: absolute;
|
|
right: 0.175rem;
|
|
height: 100%;
|
|
z-index: -1;
|
|
}
|