angular-cn/public/resources/css/module/_hero.scss

56 lines
956 B
SCSS

$hero-padding: $unit * 2;
.hero {
position: relative;
padding: $hero-padding;
height: 192px;
&.is-large {
height: 478px;
text-align: center;
}
.hero-title {
text-transform: uppercase;
margin: ($unit * 9) 0px 0px ($unit * 10);
opacity: .87;
}
.hero-subtitle {
margin: 0px 0px 0px ($unit * 10);
opacity: .87;
}
// LARGE SHEILD LOGO
.hero-logo {
background: url('/resources/images/logos/standard/shield-large.png') top center no-repeat;
padding-top: 224px;
opacity: 1;
width: $unit * 70;
margin: ($unit * 3) auto ($unit * 5) auto;
font-weight: 300;
}
// CTA BUTTONS
.button {
margin: 0px $unit;
}
// SOCIAL ICONS
.social-icons {
position: absolute;
top: $unit * 3;
right: $unit * 3;
z-index: $layer-1;
a {
color: $snow;
opacity: .56;
font-size: 18px;
text-decoration: none;
margin-left: $unit * 2;
}
}
}