Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBabinski1 committed Feb 15, 2021
1 parent 63b8618 commit 4a02653
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/components/_modeView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@
}
// Styles for name input
&__input {
outline: none;
padding: 0.5rem;
border: none;
border-bottom: 2px solid #9ca4a4;
margin-bottom: 1.3rem;
font-size: 1.2rem;
font-weight: bold;
outline: none;
text-align: center;
&:focus-within{
border: 1px solid black;
}
&:focus-within {
border: 1px solid black;
}
}

&__avatars {
Expand Down Expand Up @@ -172,7 +172,7 @@
}

// Styles for AI Player
&__ai{
&__ai {
// position: absolute;
// bottom: 2rem;
&-input {
Expand Down

0 comments on commit 4a02653

Please sign in to comment.