Update Quay enterprise trial page
Signed-off-by: Will Gordon <wgordon@redhat.com>
This commit is contained in:
parent
f209c7e8ea
commit
7cfc7e2a70
3 changed files with 119 additions and 24 deletions
|
@ -571,28 +571,28 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .modal-body {
|
||||
#redhatManagerDialog .modal-body {
|
||||
text-align: center;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .qe-logo {
|
||||
#redhatManagerDialog .qe-logo {
|
||||
max-height: 50px;
|
||||
margin-bottom: 30px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog b {
|
||||
#redhatManagerDialog b {
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .buttons {
|
||||
#redhatManagerDialog .buttons {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .buttons .btn {
|
||||
#redhatManagerDialog .buttons .btn {
|
||||
margin-left: 30px;
|
||||
font-size: 14px;
|
||||
padding-left: 20px;
|
||||
|
@ -600,17 +600,17 @@
|
|||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#tectonicManagerDialog .buttons .btn {
|
||||
#redhatManagerDialog .buttons .btn {
|
||||
margin: 0px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .buttons .btn:first-child {
|
||||
#redhatManagerDialog .buttons .btn:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .shoutout {
|
||||
#redhatManagerDialog .shoutout {
|
||||
padding: 20px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
|
@ -623,12 +623,41 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .shoutout img {
|
||||
#redhatManagerDialog .shoutout img {
|
||||
max-width: 260px;
|
||||
max-height: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#tectonicManagerDialog .modal-dialog {
|
||||
max-width: 650px;
|
||||
#redhatManagerDialog h1 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .plan-box .step-text {
|
||||
font-size: 18px;
|
||||
margin: 15px 0 5px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog .plan-box p {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#redhatManagerDialog a {
|
||||
color: #44a2f3;
|
||||
}
|
||||
|
||||
#redhatManagerDialog a:focus, #redhatManagerDialog a:hover {
|
||||
color: #b2daff;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
#redhatManagerDialog .plan-box.same-height {
|
||||
min-height: 938px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
#redhatManagerDialog .plan-box.same-height {
|
||||
min-height: 767px;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue