css
This commit is contained in:
@ -28,3 +28,22 @@ form
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.InputForm button[type=submit]
|
||||
{
|
||||
background-color: #aa0404;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
height: 25px;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.InputForm input
|
||||
{
|
||||
max-width: 80vw;
|
||||
min-width: 30vw;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user