Move Google Login prompt higher, made it bigger
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -1119,4 +1119,27 @@ input[type="radio"]:checked::before {
|
||||
/** --------------------------------------- **/
|
||||
/** End checkbox styles to replace iCheck **/
|
||||
/** --------------------------------------- **/
|
||||
/**
|
||||
/** Separator styles with text in the middle. Currently only used by the login page but
|
||||
/** could be used elsewhere.
|
||||
*/
|
||||
.separator {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
padding-top: 20px;
|
||||
color: #959495;
|
||||
}
|
||||
.separator::before,
|
||||
.separator::after {
|
||||
content: '';
|
||||
flex: 1;
|
||||
border-bottom: 1px solid #959495;
|
||||
}
|
||||
.separator:not(:empty)::before {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
.separator:not(:empty)::after {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user