Backing up Walmart's templates that I guess didn't get committed yesterday? Some final edits to Blacklane's sign up page.
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
<div class="sign-up-follow-up-container" onload="">
|
||||
<div class="sign-up-follow-up-content">
|
||||
<h1 class="sign-up-follow-up-prompt">Please select your region: </h1>
|
||||
<h1 class="sign-up-follow-up-prompt" style="font-size: 169%; margin: 0.67em 0;">Please select your region: </h1>
|
||||
<div class="region-container">
|
||||
<a class="info-group-option" href="https://blacklane-chauffeur.northpass.com/g/d3e0178633f329a3efb0e5344c7fc979d37fa7f8">
|
||||
Europe, Middle East, Africa, & Asia-Pacific
|
||||
</a>
|
||||
</a>
|
||||
<a class="info-group-option" style="width:15%; border:none; background:transparent"</a>
|
||||
<a class="info-group-option" href="https://blacklane-chauffeur.northpass.com/g/4a3da78266888b8523905f23cef9f2736d2d5178">
|
||||
North & South America
|
||||
</a>
|
||||
@ -42,30 +43,30 @@
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 35px;
|
||||
width: 40%;
|
||||
width: 20%;
|
||||
}
|
||||
.region-container {
|
||||
border: none;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.info-group-option {
|
||||
text-transform: none;
|
||||
font-size: 25px;
|
||||
font-size: 100%;
|
||||
border-radius: 10px;
|
||||
background-color: black;
|
||||
color: white;
|
||||
max-width: 350px;
|
||||
width: 300px;
|
||||
height: 100px;
|
||||
width: 50%;
|
||||
height: 10vh;
|
||||
line-height: normal;
|
||||
text-align: center;
|
||||
flex-wrap: nowrap;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user