40 lines
484 B
SCSS
40 lines
484 B
SCSS
.full-logo {
|
|
width: 100%;
|
|
}
|
|
.landing {
|
|
|
|
|
|
}
|
|
|
|
.landing-brand {
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
padding: 1rem;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.brand__name {
|
|
text-transform: uppercase;
|
|
font-size: 3rem;
|
|
margin: 0;
|
|
}
|
|
|
|
.brand__role1-container {
|
|
.text {
|
|
margin: 0;
|
|
}
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
.brand__role2 {
|
|
|
|
}
|
|
|
|
.brand__logo {
|
|
svg {
|
|
max-width: 25rem;
|
|
stroke: white;
|
|
}
|
|
}
|
|
|