feat: style email-sign-up page
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
3dbe69707f
commit
f91cf1ae2d
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user