Skip to content

Commit

Permalink
[CodeFactor] Apply fixes (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Oct 13, 2019
1 parent 97dce60 commit a7cc147
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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

0 comments on commit a7cc147

Please sign in to comment.