forked from azure-ad-b2c/html-templates
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
472f49d
commit 0cc998e
Showing
2 changed files
with
860 additions
and
0 deletions.
There are no files selected for viewing
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,69 @@ | ||
html{ | ||
background-color: #649D35; | ||
background-image: url(https://b2c-templates-arup.s3-eu-west-1.amazonaws.com/src/oasys/pattern-background.svg) 68px 68px repeat; | ||
} | ||
#emailVerificationControl_but_send_code{ | ||
width: 100%; | ||
background: white; | ||
margin: 8px 0 8px 0px; | ||
border: solid 1px #1D2E40; | ||
color: #1D2E40; | ||
background: white; | ||
border-radius: 4px; | ||
height: 44px; | ||
border-radius: 4px; | ||
font-weight: 600; | ||
} | ||
#emailVerificationControl_but_send_code:hover{ | ||
background: #b5cae0; | ||
} | ||
.helpLink{ | ||
display: none !important; | ||
} | ||
.textInput{ | ||
height: 40px; | ||
border: solid 1px #dddddd; | ||
border-radius:4px ; | ||
margin: 8px 0 8px 0; | ||
} | ||
input[type=email], input[type=number], input[type=password], input[type=text]{ | ||
height: 40px; | ||
} | ||
|
||
#continue{ | ||
width: calc(50% - 8px); | ||
height: 40px; | ||
border-radius: 4px; | ||
font-weight: 500; | ||
} | ||
#cancel{ | ||
height: 40px; | ||
width: calc(50% - 8px); | ||
background-color: white; | ||
border-radius: 4px; | ||
font-weight: 500; | ||
color: #1D2E40; | ||
} | ||
.intro{ | ||
font-size: 1.1em; | ||
color: #424242; | ||
font-weight: 600; | ||
font-weight: bold; | ||
} | ||
|
||
#panel_center{ | ||
display: flex; | ||
justify-content: center; | ||
width: 100%; | ||
max-width:408px; | ||
height: fit-content; | ||
background-color:white; | ||
border-radius: 8px; | ||
box-shadow: 3px 3px 12px rgb(0 0 0 20%); | ||
} | ||
|
||
.error{ | ||
color: #E11451; | ||
} | ||
|
||
|
Oops, something went wrong.