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
9820e767
Commit
9820e767
authored
Apr 30, 2021
by
graham.smith
Browse files
more stylin'
parent
5ccbe52b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
src/scss/custom.scss
src/scss/custom.scss
+8
-5
src/scss/variables.scss
src/scss/variables.scss
+1
-0
src/views/super-admin/Training.vue
src/views/super-admin/Training.vue
+1
-1
No files found.
src/scss/custom.scss
View file @
9820e767
...
@@ -186,7 +186,7 @@ body {
...
@@ -186,7 +186,7 @@ body {
padding-left
:
8px
;
padding-left
:
8px
;
color
:
#000000
;
color
:
#000000
;
}
}
.v-input__control
{
.v-input__control
>
.v-input__slot
{
padding-right
:
8px
;
padding-right
:
8px
;
}
}
}
}
...
@@ -339,10 +339,6 @@ body {
...
@@ -339,10 +339,6 @@ body {
color
:
black
!
important
;
color
:
black
!
important
;
}
}
.v-data-table
a
:hover
{
text-decoration
:
underline
;
}
.v-application
a
{
.v-application
a
{
color
:
#021421
!
important
;
color
:
#021421
!
important
;
}
}
...
@@ -365,6 +361,10 @@ body {
...
@@ -365,6 +361,10 @@ body {
}
}
.v-data-table
{
.v-data-table
{
a
:hover
{
text-decoration
:
underline
;
}
.
mdi-arrow-up
:
:
before
{
.
mdi-arrow-up
:
:
before
{
content
:
"\F0143"
;
content
:
"\F0143"
;
color
:
white
;
color
:
white
;
...
@@ -404,6 +404,9 @@ body {
...
@@ -404,6 +404,9 @@ body {
.v-data-footer
{
.v-data-footer
{
background-color
:
$table-row-even-bg-light
;
background-color
:
$table-row-even-bg-light
;
}
}
.v-data-table-header-mobile__wrapper
.v-select__slot
>
label
{
color
:
map-get
(
$material-light
,
"secondary-text-color"
);
}
}
}
table
>
tbody
>
tr
{
table
>
tbody
>
tr
{
...
...
src/scss/variables.scss
View file @
9820e767
...
@@ -50,6 +50,7 @@ $material-light: (
...
@@ -50,6 +50,7 @@ $material-light: (
background-accent-3
:
#efefef
,
background-accent-3
:
#efefef
,
primary
:
#031322
,
primary
:
#031322
,
text-color
:
#000000
,
text-color
:
#000000
,
secondary-text-color
:
#ffffff
,
);
);
$material-dark
:
(
$material-dark
:
(
background
:
#04243a
,
background
:
#04243a
,
...
...
src/views/super-admin/Training.vue
View file @
9820e767
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
hide-details
hide-details
></v-select>
></v-select>
</v-col>
</v-col>
<v-col
cols=
"12"
sm=
"4"
class=
"filter-input"
>
<v-col
cols=
"12"
sm=
"4"
class=
"filter-input
pr-sm-1
"
>
<v-text-field
<v-text-field
v-model=
"filter.search"
v-model=
"filter.search"
ref=
"filterSearch"
ref=
"filterSearch"
...
...
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