asi-calculator/components/FormAmount/Inputs/InputToken.module.css

17 lines
202 B
CSS
Raw Normal View History

2024-03-30 20:50:51 +01:00
.select {
display: inline-block;
all: unset;
2024-03-31 04:08:51 +02:00
padding: 0 0.75rem 0 0;
2024-03-30 20:50:51 +01:00
}
.selectWrapper {
position: relative;
}
.icon {
position: absolute;
right: 0.175rem;
height: 100%;
z-index: -1;
}