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) {
.leaderboard
{
width: 55vw;
}
.leaderboard { width: 55vw; }
}
</style>

View File

@@ -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)}
}

View File

@@ -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
{