2017-04-07 01:29:05 +02:00
|
|
|
@import "vars";
|
|
|
|
@import "mixins";
|
|
|
|
|
|
|
|
.input-select {
|
2020-04-07 20:37:41 +02:00
|
|
|
background-color: rgba(255,255,255,0.04);
|
|
|
|
background-image: url('images/select_arrow.gif');
|
2017-04-07 01:29:05 +02:00
|
|
|
border-radius: $radius;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
appearance:none;
|
|
|
|
padding-left: 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|