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
18dbc9d5
Commit
18dbc9d5
authored
Apr 30, 2021
by
hunter.congress
Browse files
link color
parent
59783e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
src/scss/custom.scss
src/scss/custom.scss
+10
-12
No files found.
src/scss/custom.scss
View file @
18dbc9d5
...
@@ -173,7 +173,7 @@ body {
...
@@ -173,7 +173,7 @@ body {
}
}
.table-no-link
{
.table-no-link
{
color
:
"#BDC931"
;
color
:
var
(
--
v-primary-base
)
;
&
:hover
{
&
:hover
{
color
:
lighten
(
#BDC931
,
10%
)
!
important
;
color
:
lighten
(
#BDC931
,
10%
)
!
important
;
}
}
...
@@ -186,12 +186,13 @@ body {
...
@@ -186,12 +186,13 @@ body {
padding-left
:
8px
;
padding-left
:
8px
;
color
:
#000000
;
color
:
#000000
;
}
}
.v-input__control
>
.v-input__slot
{
.v-input__control
{
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
{
...
@@ -338,6 +339,10 @@ body {
...
@@ -338,6 +339,10 @@ 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
;
}
}
...
@@ -360,10 +365,6 @@ body {
...
@@ -360,10 +365,6 @@ 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
;
...
@@ -403,9 +404,6 @@ body {
...
@@ -403,9 +404,6 @@ 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
{
...
...
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