mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-25 11:10:32 +03:00
@@ -2,10 +2,11 @@ $vs-colors: (
|
||||
lightest: rgba(60, 60, 60, 0.26),
|
||||
light: rgba(60, 60, 60, 0.5),
|
||||
dark: #333,
|
||||
darkest: rgba(0, 0, 0, .15),
|
||||
darkest: rgba(0, 0, 0, 0.15),
|
||||
) !default;
|
||||
|
||||
// Global Component Variables
|
||||
$vs-component-bg: none !default;
|
||||
$vs-component-line-height: 1.4 !default;
|
||||
$vs-component-placeholder-color: inherit !default;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ $border-radius: $vs-border-radius;
|
||||
appearance: none;
|
||||
display: flex;
|
||||
padding: 0 0 4px 0;
|
||||
background: none;
|
||||
background: $vs-component-bg;
|
||||
border: $border-width $border-style $border-color;
|
||||
border-radius: $border-radius;
|
||||
white-space: normal;
|
||||
|
||||
Reference in New Issue
Block a user