Автофокус, выключение кнопок, валидация, переход по enter
This commit is contained in:
@ -1,7 +1,18 @@
|
||||
.input-group.example {
|
||||
width: 240px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.StartPage__container {
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
.GamePage__container {
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user