open-vault/website/source/assets/stylesheets/_latest.scss
Jonathan Thomas c41ee12c38 website: latest news section (#2506)
* website: add latest news section which includes vault webinar details

* small padding tweak
2017-03-20 18:23:46 -04:00

73 lines
1.2 KiB
SCSS

#latest-announcement{
position: relative;
margin-top: -80px;
padding: 160px 0 200px;
color: $black;
>.container{
z-index: 51;
}
h2{
margin-bottom: 60px;
}
.latest-col{
position: relative;
padding-left: 15px;
}
.latest-item{
padding-bottom: 20px;
margin-bottom: 20px;
&.latest-item-text{
border-bottom: 2px solid $faint-gray;
&:first-child{
h3{
margin-top: 0;
}
}
&:last-child{
border-bottom: none;
}
}
.v-btn.sml {
padding: 5px 20px;
}
img{
box-shadow: 8px 8px 8px rgba(0,0,0,.25);
margin-bottom: 20px;
max-width: 100%;
}
h3{
font-size: 18px;
line-height: 1.2;
font-family: $font-family-open-sans;
font-weight: 600;
text-transform: none;
}
p{
padding: 0 !important;
margin-bottom: 10px !important;
margin-top: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
font-size: 14px !important;
line-height: 1.5 !important;
text-align: center !important;
}
a{
margin-top: 5px;
margin-bottom: 10px;
}
}
}