Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from CodeFactor #206

Merged
merged 1 commit into from
Oct 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/control/control.component.scss
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
border-radius: 1.5vw;
text-align: center;
opacity: .9;
margin: 0 1.4vw 3vh 1.4vw;
margin: 0 1.4vw 3vh;

&-icon {
font-size: 5.5vw;
Expand Down
6 changes: 3 additions & 3 deletions src/app/files/files.component.scss
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

&__icon {
height: 8vh;
margin: 1.7vh 1vw 0 1vw;
margin: 1.7vh 1vw 0;
display: block;
float: left;
}
Expand Down Expand Up @@ -153,7 +153,7 @@
z-index: 10;
border-radius: 2vw;
padding: 2vh 1.5vw;
box-shadow: 8px 4px 18px 0px rgba(0, 0, 0, 0.75);
box-shadow: 8px 4px 18px 0 rgba(0, 0, 0, 0.75);
}

&__loading {
Expand Down Expand Up @@ -187,7 +187,7 @@

&__render {
height: 30vh;
margin: 3.5vh auto 2.5vh auto;
margin: 3.5vh auto 2.5vh;
display: block;
}

Expand Down
4 changes: 2 additions & 2 deletions src/app/notification/notification.component.scss
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
left: 10vw;
top: -75vh;
transition: top .7s ease-in-out;
box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
z-index: 100;
border-right: 1vw solid #5a6675;

Expand All @@ -25,7 +25,7 @@

&__text {
font-size: 2.7vw;
padding: 5vh 3vw 1vh 3vw;
padding: 5vh 3vw 1vh;
display: block;
text-align: center;
}
Expand Down
4 changes: 2 additions & 2 deletions src/styles.scss
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app-root {
}

&__back {
padding: 4vh 2vw 2vh 2vw;
padding: 4vh 2vw 2vh;
font-weight: 500;

&-icon {
Expand All @@ -54,7 +54,7 @@ app-root {
}

&__next {
padding: 4vh 2vw 2vh 2vw;
padding: 4vh 2vw 2vh;
text-align: right;
font-weight: 500;

Expand Down