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
774512de
Commit
774512de
authored
Jun 04, 2021
by
graham.smith
Browse files
fix vertical alignment of close btn
parent
77a46b7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
src/components/NavBar.vue
src/components/NavBar.vue
+6
-4
No files found.
src/components/NavBar.vue
View file @
774512de
<
template
>
<
template
>
<div>
<div
class=
"lb-nav"
>
<v-alert
dismissible
color=
"tertiary"
class=
"mb-0"
close-icon=
"mdi-close"
>
<v-alert
dismissible
color=
"tertiary"
class=
"mb-0"
close-icon=
"mdi-close"
>
The Launchboard Team Management feature will be replaced by Keycloak
The Launchboard Team Management feature will be replaced by Keycloak
groups in the near future. At the time, membership will no longer be set
groups in the near future. At the time, membership will no longer be set
...
@@ -222,9 +222,11 @@ export default {
...
@@ -222,9 +222,11 @@ export default {
border-bottom
:
2px
solid
transparent
;
border-bottom
:
2px
solid
transparent
;
}
}
}
}
.button.v-alert_dismissible
{
padding-bottom
:
30px
;
.lb-nav
{
margin-bottom
:
30px
;
.v-alert__wrapper
{
align-items
:
baseline
;
}
}
}
#app-bar
{
#app-bar
{
...
...
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