mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
10 lines
114 B
CSS
10 lines
114 B
CSS
.v-select {
|
|
position: relative;
|
|
font-family: inherit;
|
|
}
|
|
|
|
.v-select,
|
|
.v-select * {
|
|
box-sizing: border-box;
|
|
}
|