From 4a026534e5500a100650ff247d737f09db807174 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 15 Feb 2021 21:38:45 +0100 Subject: [PATCH] Format --- styles/components/_modeView.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/components/_modeView.scss b/styles/components/_modeView.scss index e577955..5d32532 100644 --- a/styles/components/_modeView.scss +++ b/styles/components/_modeView.scss @@ -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 { @@ -172,7 +172,7 @@ } // Styles for AI Player - &__ai{ + &__ai { // position: absolute; // bottom: 2rem; &-input {