settings page update

This commit is contained in:
Henry Jameson 2018-08-28 15:38:07 +03:00
parent b48a3210a3
commit cff4177bf3
3 changed files with 157 additions and 97 deletions

View file

@ -114,6 +114,12 @@
&:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 1em;
}
select {
min-width: 10em;
}
@ -143,8 +149,12 @@
}
.btn {
margin-top: 1em;
min-height: 28px;
}
.submit {
margin-top: 1em;
min-height: 30px;
width: 10em;
}
}