UNCLASSIFIED

Commit e49d3cda authored by graham.smith's avatar graham.smith
Browse files

refactor autocomplete styling

parent 2b51e3c5
...@@ -99,10 +99,6 @@ export default { ...@@ -99,10 +99,6 @@ export default {
} }
} }
.v-select__selections {
line-height: 1.25rem;
}
.v-image { .v-image {
&.h-flip { &.h-flip {
transform: rotate(180deg); transform: rotate(180deg);
......
...@@ -133,6 +133,13 @@ body { ...@@ -133,6 +133,13 @@ body {
} }
} }
.v-select__selections {
line-height: 1.5rem;
& > .v-select__selection--comma {
margin-bottom: 5px;
}
}
@include xs { @include xs {
h1 { h1 {
font-size: 48px; font-size: 48px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment