Skip to content

Commit

Permalink
button style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmdavis committed Apr 30, 2020
1 parent 1130330 commit 75d860c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions app/client/styles/components/_Navigation.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
// -----------------------------------------------------------------------------
// This file contains all styles related to the Navigation component.
// -----------------------------------------------------------------------------


// .avatar {
// }
// .circle {
// width: 80px;
// height: 80px;
// border-radius: 80px;
// // border: solid 2px #D6D3CD;
// background-color: #D6D3CD;
// justify-content: center;
// }
4 changes: 2 additions & 2 deletions app/client/styles/components/_Welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ input,
button:disabled,
button[disabled],
input[type="button"] {
background-color: #D6D3CD !important;
color: #1B1E1F !important;
background-color: #D6D3CD;
color: #1B1E1F;
}

.form {
Expand Down

0 comments on commit 75d860c

Please sign in to comment.