-
Notifications
You must be signed in to change notification settings - Fork 24
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
Showing
83 changed files
with
1,628 additions
and
1,094 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
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,291 @@ | ||
@media screen and (max-width: 1024px) { | ||
#disclaimer { | ||
margin-top: 0px; | ||
height: auto; | ||
display: flex; | ||
color: rgba(0, 0, 0, .6); | ||
background: rgba(255, 95, 2, .1); | ||
padding: 10px; | ||
box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); | ||
} | ||
.section-1 { | ||
padding-top: 5px; | ||
margin-left: 24px; | ||
margin-right: 24px; | ||
} | ||
|
||
.section-2 { | ||
font-style: normal; | ||
font-size: 14px; | ||
line-height: 18px; | ||
letter-spacing: .25px; | ||
color: #00233c; | ||
flex-grow: 1; | ||
padding-top: 9px; | ||
} | ||
|
||
.section-3 { | ||
font-style: normal; | ||
font-size: 14px; | ||
line-height: 18px; | ||
letter-spacing: .5px; | ||
color: rgba(0, 0, 0, .87) !important; | ||
text-decoration: none; | ||
padding-left: 15px; | ||
margin-right: 20px; | ||
width: auto; | ||
padding-top: 9px; | ||
} | ||
|
||
.section-4 { | ||
flex-shrink: 0; | ||
padding-top: 7px; | ||
} | ||
.modal { | ||
display: none; /* Hide the modal by default */ | ||
position: fixed; /* Stay in place */ | ||
z-index: 1; /* Sit on top */ | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; /* Full height */ | ||
overflow: auto; /* Enable scroll if needed */ | ||
} | ||
.MTDcontent { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
margin: auto; | ||
position: relative; | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
max-width: 680px; | ||
width: 100%; | ||
background-color: #fff; | ||
border-radius: 8px; | ||
top: 330px; | ||
} | ||
.closeMT { | ||
color: #aaa; | ||
float: right; | ||
font-size: 28px; | ||
font-weight: bold; | ||
} | ||
.popup-header-text { | ||
font-family: Inter, sans-serif; | ||
font-style: normal; | ||
font-weight: 600; | ||
font-size: 20px; | ||
line-height: 28px !important; | ||
letter-spacing: .15px; | ||
color: rgba(0, 0, 0, .87); | ||
max-width: 640px; | ||
width: 100%; | ||
} | ||
.td-reader-popup-spacer { | ||
border: #e6e6e6 1px solid; | ||
width: 104.6%; | ||
margin-top: -7px; | ||
} | ||
.cancel { | ||
color: rgba(0, 0, 0, .87); | ||
font-size: 1.4em; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: flex-start; | ||
padding-left: 10px; | ||
position: absolute; | ||
width: 40px; | ||
height: 40px; | ||
right: 10px; | ||
top: 13px; | ||
} | ||
button.cancelbtn { | ||
margin-top: 6px; | ||
margin-left: -12px; | ||
} | ||
|
||
.call-to-action-button{ | ||
background: #00233C; | ||
border-radius: 12px; | ||
border: 1px solid #00233C; | ||
font-weight: 600; | ||
font-family: Inter; | ||
font-size: 18px; | ||
line-height: 26px; | ||
color: #fff; | ||
padding: 16px; | ||
height: 58px; | ||
} | ||
.call-to-action-button:hover { | ||
border-color: #ff5f02; | ||
background: #ff5f02; | ||
color: #fff; | ||
text-decoration: none; | ||
} | ||
.btnspace{ | ||
margin-left: auto; | ||
margin-bottom: 10px; | ||
} | ||
.info{ | ||
font-weight: 600; | ||
max-width: 100%; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
} | ||
|
||
@media screen and (min-width: 1024px){ | ||
#disclaimer { | ||
display: flex; | ||
margin-top: -45px; | ||
height: 100px; | ||
color: rgba(0, 0, 0, .6); | ||
background: rgba(255, 95, 2, .1); | ||
padding: 10px; | ||
box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); | ||
} | ||
|
||
.section-1 { | ||
padding-top: 5px; | ||
margin-left: 24px; | ||
margin-right: 24px; | ||
} | ||
|
||
.section-2 { | ||
font-style: normal; | ||
font-size: 14px; | ||
line-height: 18px; | ||
letter-spacing: .25px; | ||
color: #00233c; | ||
flex-grow: 1; | ||
padding-top: 9px; | ||
} | ||
|
||
.section-3 { | ||
font-style: normal; | ||
font-size: 14px; | ||
line-height: 18px; | ||
letter-spacing: .5px; | ||
color: rgba(0, 0, 0, .87) !important; | ||
text-decoration: none; | ||
padding-left: 15px; | ||
margin-right: 20px; | ||
width: auto; | ||
padding-top: 9px; | ||
} | ||
|
||
.section-4 { | ||
flex-shrink: 0; | ||
padding-top: 7px; | ||
} | ||
.modal { | ||
display: none; /* Hide the modal by default */ | ||
position: fixed; /* Stay in place */ | ||
z-index: 1; /* Sit on top */ | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; /* Full height */ | ||
overflow: auto; /* Enable scroll if needed */ | ||
} | ||
.MTDcontent { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
margin: auto; | ||
position: relative; | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
max-width: 680px; | ||
width: 100%; | ||
background-color: #fff; | ||
border-radius: 8px; | ||
top: 330px; | ||
} | ||
.closeMT { | ||
color: #aaa; | ||
float: right; | ||
font-size: 28px; | ||
font-weight: bold; | ||
} | ||
.popup-header-text { | ||
font-family: Inter, sans-serif; | ||
font-style: normal; | ||
font-weight: 600; | ||
font-size: 20px; | ||
line-height: 28px !important; | ||
letter-spacing: .15px; | ||
color: rgba(0, 0, 0, .87); | ||
max-width: 640px; | ||
width: 100%; | ||
} | ||
.td-reader-popup-spacer { | ||
border: #e6e6e6 1px solid; | ||
width: 104.6%; | ||
margin-top: -7px; | ||
} | ||
.cancel { | ||
color: rgba(0, 0, 0, .87); | ||
font-size: 1.4em; | ||
display: flex; | ||
flex-direction: row; | ||
align-items: flex-start; | ||
padding-left: 10px; | ||
position: absolute; | ||
width: 40px; | ||
height: 40px; | ||
right: 10px; | ||
top: 13px; | ||
} | ||
button.cancelbtn { | ||
margin-top: 6px; | ||
margin-left: -12px; | ||
} | ||
|
||
.call-to-action-button{ | ||
background: #00233C; | ||
border-radius: 12px; | ||
border: 1px solid #00233C; | ||
font-weight: 600; | ||
font-family: Inter; | ||
font-size: 18px; | ||
line-height: 26px; | ||
color: #fff; | ||
padding: 16px; | ||
height: 58px; | ||
} | ||
.call-to-action-button:hover { | ||
border-color: #ff5f02; | ||
background: #ff5f02; | ||
color: #fff; | ||
text-decoration: none; | ||
} | ||
.btnspace{ | ||
margin-left: auto; | ||
margin-bottom: 10px; | ||
} | ||
.info{ | ||
font-weight: 600; | ||
max-width: 100%; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
} | ||
|
||
#overlay { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
background: #333a3e; | ||
opacity: 0.15; | ||
z-index: -1; | ||
display: none; | ||
} | ||
.toolbar { | ||
z-index: 0; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.