E-mail preferences page

This commit is contained in:
Eugen Rochko
2016-10-14 02:28:49 +02:00
parent 9b195f5dd3
commit 7a6d95f70c
13 changed files with 107 additions and 14 deletions

View File

@ -214,6 +214,25 @@ body {
}
}
.fields-group {
margin-bottom: 25px;
}
.boolean-field {
margin-bottom: 5px;
label {
font-family: 'Roboto';
font-size: 14px;
color: #9baec8;
}
input[type=checkbox] {
display: inline-block;
margin-bottom: -13px;
}
}
input[type=text], input[type=email], input[type=password], textarea {
background: transparent;
border: 0;