Fix input placeholder

This commit is contained in:
Laurent
2024-10-30 11:13:22 +01:00
parent 41ca20cdce
commit a171ce90d3
3 changed files with 9 additions and 21 deletions

View File

@@ -108,10 +108,7 @@
} }
@media screen and (min-width: 601px) { @media screen and (min-width: 601px) {
.leaderboard .leaderboard { width: 55vw; }
{
width: 55vw;
}
} }
</style> </style>

View File

@@ -74,16 +74,23 @@
.name .name
{ {
color: #424242;
background-color: #fcdcab;
min-width: 210px; min-width: 210px;
width: 22vmax; width: 22vmax;
height: 5vh; height: 5vh;
background-color: #fcdcab;
border: 3px solid #4b0611; border: 3px solid #4b0611;
border-radius: 10px; border-radius: 10px;
box-shadow: 5px 5px #4b0611; box-shadow: 5px 5px #4b0611;
text-align: left; text-align: left;
margin: 1.5vh;
padding-left: 30px; padding-left: 30px;
padding-right: 30px; padding-right: 30px;
outline: none; outline: none;
} }
@@ -104,10 +111,6 @@
transform: scale(1.1); transform: scale(1.1);
} }
.name::placeholder
{
}
@keyframes rotate { @keyframes rotate {
to{transform: rotate(360deg)} to{transform: rotate(360deg)}
} }

View File

@@ -117,19 +117,7 @@ form
margin-bottom: 10vh; margin-bottom: 10vh;
} }
input
{
color: #424242;
font-size: 2.5vh;
width: 20vw;
height: 4.5vh;
padding: 1vh;
margin: 1.5vh;
text-align: center;
}
.bordered .bordered
{ {