feat: style email-sign-up page

This commit is contained in:
Ahmad Abdolsaheb
2020-08-04 23:16:29 +03:00
committed by Mrugesh Mohapatra
parent 3dbe69707f
commit f91cf1ae2d
2 changed files with 61 additions and 37 deletions

View File

@@ -493,3 +493,27 @@ blockquote .small {
#search::placeholder {
color: var(--secondary-color);
}
/* checkbox */
.checkbox-inline input[type='checkbox'] {
margin-left: -30px;
}
.checkbox-inline {
padding-left: 30px;
}
input[type='checkbox'] {
height: 21px;
width: 21px;
}
/* general page styling */
.default-page-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
}