UNCLASSIFIED

Commit b36bc9d2 authored by hunter.congress's avatar hunter.congress
Browse files

changes to css

parent d844ede1
...@@ -185,6 +185,9 @@ body { ...@@ -185,6 +185,9 @@ body {
.v-select__selections { .v-select__selections {
padding-left: 8px; padding-left: 8px;
color: #000000; color: #000000;
font-family: $body-font-family;
font-weight: 400;
font-size: 13px;
} }
.v-input__control { .v-input__control {
padding-right: 8px; padding-right: 8px;
......
...@@ -612,6 +612,3 @@ describe("TrainingAttendance", () => { ...@@ -612,6 +612,3 @@ describe("TrainingAttendance", () => {
expect(wrapper.vm.courseLengthInDays).toEqual(0); expect(wrapper.vm.courseLengthInDays).toEqual(0);
}); });
}); });
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