Increase button width

This commit is contained in:
Ildar Kamalov
2019-02-07 16:21:17 +03:00
parent 91eaf72051
commit ba161e9a6f
2 changed files with 11 additions and 5 deletions

View File

@@ -109,3 +109,9 @@
.form__message--error {
color: #cd201f;
}
.setup__button {
min-width: 120px;
padding-left: 30px;
padding-right: 30px;
}