Improved auth views and imrpoved default settings handling #70

This commit is contained in:
2022-10-18 18:04:53 +02:00
parent f553779797
commit a51efa641d
21 changed files with 569 additions and 376 deletions

View File

@@ -194,7 +194,8 @@
.login-wrapper {
background-color: $secondaryBackgroundColor;
.login-form-wrapper {
.login-form-wrapper,
.auth-header {
background-color: $primaryBackgroundColor;
.login-form {
@@ -424,7 +425,7 @@
}
input,
.p-password {
.p-password input {
border-radius: 10px;
border: $default-border;

View File

@@ -194,7 +194,8 @@
.login-wrapper {
background-color: $secondaryBackgroundColor;
.login-form-wrapper {
.login-form-wrapper,
.auth-header {
background-color: $primaryBackgroundColor;
.login-form {
@@ -424,7 +425,7 @@
}
input,
.p-password {
.p-password input {
border-radius: 10px;
border: $default-border;

View File

@@ -196,7 +196,8 @@
.login-wrapper {
background-color: $secondaryBackgroundColor;
.login-form-wrapper {
.login-form-wrapper,
.auth-header {
background-color: $primaryBackgroundColor;
.login-form {
@@ -426,7 +427,7 @@
}
input,
.p-password {
.p-password input {
border-radius: 10px;
border: $default-border;

View File

@@ -194,7 +194,8 @@
.login-wrapper {
background-color: $secondaryBackgroundColor;
.login-form-wrapper {
.login-form-wrapper,
.auth-header {
background-color: $primaryBackgroundColor;
.login-form {
@@ -424,7 +425,7 @@
}
input,
.p-password {
.p-password input {
border-radius: 10px;
border: $default-border;