Skip to content

Commit

Permalink
Last minute design adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Mar 28, 2019
1 parent 17b6d1b commit 3466cae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/ui/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
border: solid 1px var(--border-color);
border-width: 0 1px;
color: inherit;
padding: 7px 12px;
padding: 8px 12px;
display: inline-block;

&:hover {
Expand Down
5 changes: 0 additions & 5 deletions src/ui/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
border: 1px solid var(--border-color);
color: var(--text-color);
border-radius: var(--border-radius);

&:focus {
outline: none;
border: solid 1px var(--main-color);
}
}

.header__playing-bar {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/SettingDropzone/SettingDropzone.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
}

.dropzone__subtitle {
color: #7d7d7d;
color: var(--text-color);
}
4 changes: 4 additions & 0 deletions src/ui/styles/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ a {
}
}

input {
outline: none;
}

p {
line-height: 1.3;
}
Expand Down

0 comments on commit 3466cae

Please sign in to comment.