UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
e49d3cda
Commit
e49d3cda
authored
May 05, 2021
by
graham.smith
Browse files
refactor autocomplete styling
parent
2b51e3c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
src/App.vue
src/App.vue
+0
-4
src/scss/custom.scss
src/scss/custom.scss
+7
-0
No files found.
src/App.vue
View file @
e49d3cda
...
@@ -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
);
...
...
src/scss/custom.scss
View file @
e49d3cda
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment