Skip to content

Commit

Permalink
global and local button styles finally in their own lanes again.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmdavis committed Apr 30, 2020
1 parent 75d860c commit d278792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/client/jsx/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ class Welcome extends Component {
let text_entry = {
padding: '6px 10px',
border: '2px solid #D6D3CD',
backgroundColor: '#D6D3CD',
borderRadius: '7px',
color: '#1B1E1F',
outline: 'none',
boxShadow: 'none',
fontSize: '18px'
fontSize: '20px'
}

let name_opacity = 'form-fade'
Expand Down
4 changes: 0 additions & 4 deletions app/client/styles/components/_Welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ h1 {
font-size: 2.25em;
}

button,
input,
button:disabled,
button[disabled],
input[type="button"] {
background-color: #D6D3CD;
color: #1B1E1F;
Expand Down
2 changes: 1 addition & 1 deletion app/client/styles/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ input[type="button"] {
transition: all 0.3s ease;
background: none;
color: $text-color;
font-size: 18px;
font-size: 20px;

svg {
margin: 0 8px 0 0;
Expand Down

0 comments on commit d278792

Please sign in to comment.