diff --git a/front/src/lib/components/LeaderBoard.svelte b/front/src/lib/components/LeaderBoard.svelte index f369367..be8e1ac 100644 --- a/front/src/lib/components/LeaderBoard.svelte +++ b/front/src/lib/components/LeaderBoard.svelte @@ -108,10 +108,7 @@ } @media screen and (min-width: 601px) { - .leaderboard - { - width: 55vw; - } + .leaderboard { width: 55vw; } } \ No newline at end of file diff --git a/front/src/routes/play/+page.svelte b/front/src/routes/play/+page.svelte index cbdaecc..41877b0 100644 --- a/front/src/routes/play/+page.svelte +++ b/front/src/routes/play/+page.svelte @@ -74,16 +74,23 @@ .name { + color: #424242; + background-color: #fcdcab; + min-width: 210px; width: 22vmax; height: 5vh; - background-color: #fcdcab; + border: 3px solid #4b0611; border-radius: 10px; box-shadow: 5px 5px #4b0611; + text-align: left; + + margin: 1.5vh; padding-left: 30px; padding-right: 30px; + outline: none; } @@ -104,10 +111,6 @@ transform: scale(1.1); } - .name::placeholder - { - } - @keyframes rotate { to{transform: rotate(360deg)} } diff --git a/front/static/style/app.css b/front/static/style/app.css index df4823c..0f86304 100644 --- a/front/static/style/app.css +++ b/front/static/style/app.css @@ -117,19 +117,7 @@ form margin-bottom: 10vh; } -input -{ - color: #424242; - font-size: 2.5vh; - width: 20vw; - height: 4.5vh; - - padding: 1vh; - margin: 1.5vh; - - text-align: center; -} .bordered {