UNCLASSIFIED

Commit 2f73066e authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'LB-201' of...

Merge branch 'LB-201' of https://code.il2.dso.mil/platform-one/products/bullhorn/launchboard-fe into LB-201
parents 253ef331 18dbc9d5
...@@ -179,12 +179,13 @@ body { ...@@ -179,12 +179,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 {
...@@ -330,6 +331,10 @@ body { ...@@ -330,6 +331,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;
} }
...@@ -386,9 +391,6 @@ body { ...@@ -386,9 +391,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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment