@things-factory/auth-ui 10.0.0-zeta.8 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,21 +8,6 @@ body {
8
8
  --auth-description-font: normal 12px var(--theme-font);
9
9
  --auth-description-padding: 5px 5px 15px 5px;
10
10
 
11
- --auth-input-font: normal 18px/24px var(--theme-font);
12
- --auth-input-border: 1px solid rgba(0, 0, 0, 0.4);
13
- --auth-input-border-light: 1px solid rgba(255, 255, 255, 0.8);
14
- --auth-input-color: var(--md-sys-color-on-primary);
15
-
16
- --auth-button-background-color: var(--md-sys-color-surface-variant);
17
- --auth-button-background-focus-color: var(--status-success-color);
18
- --auth-button-font: bold 20px var(--theme-font);
19
- --auth-button-padding: 9px 12px 7px 12px;
20
-
21
- /* profile page style*/
22
- --profile-brand-width: 150px;
23
- --profile-brand-height: 45px;
24
- --profile-brand-padding: 30px auto 20px auto;
25
-
26
11
  --profile-wrap-max-width: 550px;
27
12
  --profile-icon-margin: 7% 0 0 0;
28
13
 
@@ -36,16 +21,8 @@ body {
36
21
  --change-password-field-padding: var(--padding-default);
37
22
  --change-password-field-width: var(--auth-input-field-width);
38
23
 
39
- --auth-special-page-padding: 250px 0 100px 0;
40
-
41
24
  /* domain select page style*/
42
- --checkin-background-color: var(--md-sys-color-background);
43
25
  --checkin-header-height: 45px;
44
- --checkin-header-background-color: var(--md-sys-color-primary);
45
- --checkin-header-title-font: bold 19px var(--theme-font);
46
- --checkin-header-title-color: var(--md-sys-color-on-primary);
47
- --checkin-wrap-max-width: 500px;
48
- --checkin-wrap-padding: var(--padding-wide);
49
26
  }
50
27
 
51
28
  @media only screen and (max-width: 460px) {