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
b36bc9d2
Commit
b36bc9d2
authored
May 05, 2021
by
hunter.congress
Browse files
changes to css
parent
d844ede1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/scss/custom.scss
src/scss/custom.scss
+3
-0
tests/unit/components/Training/TrainingAttendance.spec.js
tests/unit/components/Training/TrainingAttendance.spec.js
+0
-3
No files found.
src/scss/custom.scss
View file @
b36bc9d2
...
@@ -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
;
...
...
tests/unit/components/Training/TrainingAttendance.spec.js
View file @
b36bc9d2
...
@@ -612,6 +612,3 @@ describe("TrainingAttendance", () => {
...
@@ -612,6 +612,3 @@ describe("TrainingAttendance", () => {
expect
(
wrapper
.
vm
.
courseLengthInDays
).
toEqual
(
0
);
expect
(
wrapper
.
vm
.
courseLengthInDays
).
toEqual
(
0
);
});
});
});
});
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