mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 12:34:12 +00:00
More vue select styling
This commit is contained in:
parent
3d2ae20ecf
commit
2e7e9ca865
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,9 @@ $highlight: #f2c94c;
|
|||
$pretty--color-default: $primary;
|
||||
@import "~pretty-checkbox/src/pretty-checkbox";
|
||||
$vs-state-active-bg: $primary;
|
||||
$vs-border-radius: $border-radius;
|
||||
$vs-border-color: $border;
|
||||
$vs-dropdown-box-shadow: 0 2px 4px rgba($dark-blue, .06);
|
||||
@import "~vue-select/src/scss/vue-select";
|
||||
|
||||
.tabs {
|
||||
|
@ -263,7 +266,6 @@ $highlight: #f2c94c;
|
|||
}
|
||||
|
||||
.vs__dropdown-toggle {
|
||||
border: 1px solid $border;
|
||||
box-shadow: none;
|
||||
padding: 0 16px;
|
||||
transition: border $transition, box-shadow $transition;
|
||||
|
|
Loading…
Reference in a new issue