forked from SORMAS-Foundation/SORMAS-Project
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #456 from DevSeg/team_collaboration_branch
Team collaboration branch commit for New UI
- Loading branch information
Showing
354 changed files
with
10,552,439 additions
and
1,109 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
apmis-flow/frontend/themes/apmis-theme/components/vaadin-login-form-wrapper.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
:host { | ||
max-width: calc(var(--lumo-size-m) * 10); | ||
background: #e8f0fe; | ||
} | ||
|
||
[part="form"] { | ||
padding: var(--lumo-space-l); | ||
} | ||
|
||
[part="form-title"] { | ||
margin-top: calc(var(--lumo-font-size-xxxl) - var(--lumo-font-size-xxl)); | ||
display: none; | ||
} | ||
|
||
#forgotPasswordButton { | ||
margin: var(--lumo-space-s) auto; | ||
} | ||
|
||
[part="error-message"] { | ||
background-color: var(--lumo-error-color-10pct); | ||
padding: var(--lumo-space-m); | ||
border-radius: var(--lumo-border-radius); | ||
margin-top: var(--lumo-space-m); | ||
margin-bottom: var(--lumo-space-s); | ||
color: var(--lumo-error-text-color); | ||
} | ||
|
||
:host(:not([dir="rtl"])) [part="error-message"] { | ||
padding-left: var(--lumo-size-m); | ||
} | ||
|
||
:host([dir="rtl"]) [part="error-message"] { | ||
padding-right: var(--lumo-size-m); | ||
} | ||
|
||
[part="error-message"]::before { | ||
content: var(--lumo-icons-error); | ||
font-family: lumo-icons; | ||
font-size: var(--lumo-icon-size-m); | ||
position: absolute; | ||
width: var(--lumo-size-m); | ||
height: 1em; | ||
line-height: 1; | ||
text-align: center; | ||
} | ||
|
||
:host(:not([dir="rtl"])) [part="error-message"]::before { | ||
/* Visual centering */ | ||
margin-left: calc(var(--lumo-size-m) * -0.95); | ||
} | ||
|
||
:host([dir="rtl"]) [part="error-message"]::before { | ||
/* Visual centering */ | ||
margin-right: calc(var(--lumo-size-m) * -0.95); | ||
} | ||
|
||
[part="error-message-title"] { | ||
margin: 0 0 0.25em; | ||
color: inherit; | ||
} | ||
|
||
[part="error-message-description"] { | ||
font-size: var(--lumo-font-size-s); | ||
line-height: var(--lumo-line-height-s); | ||
margin: 0; | ||
opacity: 0.9; | ||
} | ||
|
||
[part="footer"] { | ||
font-size: var(--lumo-font-size-xs); | ||
line-height: var(--lumo-line-height-s); | ||
color: var(--lumo-secondary-text-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.