UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4b506d0d authored by luke.glasscock's avatar luke.glasscock
Browse files

Merge branch 'pbo-fixes' into 'master'

BBO - Fix spacing issues

See merge request platform-one/private/bullhorn/platform1-site!79
parents f5e7baec 045c971b
No related branches found
No related tags found
No related merge requests found
[0819/180111.410:WARNING:dns_config_service_win.cc(668)] Failed to read DnsConfig.
[0819/180202.436:WARNING:dns_config_service_win.cc(668)] Failed to read DnsConfig.
[0820/064606.537:WARNING:dns_config_service_win.cc(668)] Failed to read DnsConfig.
......@@ -60,11 +60,11 @@
Workshop and Residency.
</p>
<a
class="mt-2 ml-8 link font-weight-bold"
class="link font-weight-bold"
href="https://docs.google.com/forms/d/e/1FAIpQLSdvGtqHF-eDQYF2yL0ULzfC-L7cOhsVmMdemLB-eCoo5f35rg/viewform"
target="_blank"
>
Click Here to Register!
<p class="ml-8">Click Here to Register!</p>
</a>
</div>
</div>
......@@ -160,10 +160,11 @@
</v-card>
<div class="col-12 mt-6">
<img
class="img-fluid bb-logo-small mr-8"
class="img-fluid bb-logo-small mr-xs-0 mr-sm-8"
src="@/assets/images/logos/Big_Bang_White_Logo.png"
alt="Big Bang Onboarding- ABMS All Domain Common Environment Logo"
/>
<div class="spacer d-flex d-sm-none"></div>
<img
class="img-fluid bb-logo-small"
src="/static/p1-logo.png"
......@@ -330,10 +331,11 @@ prerequisite-knowledge"
</div>
<div class="col-12 col-md-6 mt-6">
<img
class="img-fluid bb-logo-small mr-8"
class="img-fluid bb-logo-small mr-xs-0 mr-sm-8"
src="@/assets/images/logos/Big_Bang_White_Logo.png"
alt="Big Bang Onboarding- ABMS All Domain Common Environment Logo"
/>
<div class="spacer d-flex d-sm-none"></div>
<img
class="img-fluid bb-logo-small"
src="/static/p1-logo.png"
......@@ -363,6 +365,7 @@ export default {
background-size: 100%;
.header2 {
font-size: 2.8rem;
line-height: 2.8rem;
}
.header4 {
color: #c0c031;
......@@ -376,7 +379,7 @@ export default {
color: #939325 !important;
}
.text-info-box-top {
height: 200px;
min-height: 200px;
position: relative;
top: 20px;
left: 20px;
......@@ -428,6 +431,9 @@ export default {
color: #aaaaaa !important;
}
}
.spacer {
min-height: 30px;
}
.divider-box {
.divider {
background-image: url(~@/assets/images/big-bang-onboarding/divider.png);
......@@ -437,7 +443,7 @@ export default {
}
}
.bb-logo {
max-width: 400px;
max-width: 300px;
}
.bb-logo-small {
max-width: 150px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment