Move Google Login prompt higher, made it bigger

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-01-05 14:56:34 +00:00
parent 93712ec417
commit 7c5d29ccd9
8 changed files with 138 additions and 11 deletions
+23
View File
@@ -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;
}