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
8eaaf146
Commit
8eaaf146
authored
Apr 30, 2021
by
graham.smith
Browse files
more tweaks
parent
9820e767
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
src/scss/custom.scss
src/scss/custom.scss
+3
-4
src/views/super-admin/Teams.vue
src/views/super-admin/Teams.vue
+1
-1
src/views/super-admin/Training.vue
src/views/super-admin/Training.vue
+4
-2
No files found.
src/scss/custom.scss
View file @
8eaaf146
...
@@ -189,10 +189,9 @@ body {
...
@@ -189,10 +189,9 @@ body {
.v-input__control
>
.v-input__slot
{
.v-input__control
>
.v-input__slot
{
padding-right
:
8px
;
padding-right
:
8px
;
}
}
}
.v-icon
{
color
:
rgba
(
0
,
0
,
0
,
0
.54
);
.v-icon
{
}
color
:
rgba
(
0
,
0
,
0
,
0
.54
)
!
important
;
}
}
.v-text-field
{
.v-text-field
{
...
...
src/views/super-admin/Teams.vue
View file @
8eaaf146
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
:hide-default-footer=
"teams.length === 0"
:hide-default-footer=
"teams.length === 0"
>
>
<template
v-slot:top
>
<template
v-slot:top
>
<v-container
id=
"teams-table-header"
class=
"py-0
pb-8
"
>
<v-container
id=
"teams-table-header"
class=
"py-0"
>
<v-row>
<v-row>
<v-col
cols=
"12"
sm=
"6"
md=
"3"
class=
"filter-input px-0"
>
<v-col
cols=
"12"
sm=
"6"
md=
"3"
class=
"filter-input px-0"
>
<v-text-field
<v-text-field
...
...
src/views/super-admin/Training.vue
View file @
8eaaf146
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
:hide-default-footer=
"courses.length === 0"
:hide-default-footer=
"courses.length === 0"
>
>
<template
v-slot:top
>
<template
v-slot:top
>
<v-container
id=
"training-table-header"
class=
"py-0
pb-8
"
>
<v-container
id=
"training-table-header"
class=
"py-0"
>
<v-row>
<v-row>
<h4
class=
"subhead pa-0"
>
Filter
</h4>
<h4
class=
"subhead pa-0"
>
Filter
</h4>
</v-row>
</v-row>
...
@@ -113,7 +113,9 @@
...
@@ -113,7 +113,9 @@
</v-col>
</v-col>
</v-row>
</v-row>
<v-row>
<v-row>
<h2
class=
"pa-0"
>
Courses
</h2>
<v-col
class=
"pl-0"
>
<h2
class=
"text-left px-0"
>
Courses
</h2>
</v-col>
</v-row>
</v-row>
</v-container>
</v-container>
...
...
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