7daf061216
* Updates the HCP Vault section copy * Updates alert banner * Updates Meganav * Adds a HCP slot to the downloads page
42 lines
631 B
CSS
42 lines
631 B
CSS
.root {
|
|
composes: .g-container from global;
|
|
margin-top: 72px;
|
|
margin-bottom: 72px;
|
|
}
|
|
|
|
.logo {
|
|
width: 105px;
|
|
}
|
|
|
|
.releaseNote {
|
|
composes: .g-type-body from global;
|
|
text-align: center;
|
|
}
|
|
|
|
.merchandisingSlot {
|
|
width: 100%;
|
|
border: 1px solid var(--gray-6);
|
|
padding: 16px;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
& .centerWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
& p {
|
|
margin: 0;
|
|
max-width: 400px;
|
|
margin-right: 26px;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
flex-direction: column;
|
|
& p {
|
|
text-align: center;
|
|
margin-bottom: 12px;
|
|
}
|
|
}
|
|
}
|
|
}
|