Add “What’s New” section

This commit is contained in:
Lennart Ziburski
2018-02-21 20:18:34 +01:00
parent e5bcbcc545
commit cc0ef12aa9
6 changed files with 71 additions and 1 deletions

View File

@ -0,0 +1,40 @@
.whatsnew {
margin-top: -114px;
padding: $xl 0 $medium 0;
background-color: $lightishGrey;
color: white;
ol {
display: flex;
justify-content: space-between;
margin-left: auto;
margin-right: auto;
list-style: none;
padding-left: 0;
a {
color: white;
font-weight: $regular;
}
a:hover {
padding: 16px 24px 16px 24px;
margin: -16px -24px -16px -24px;
background-color: $darkGrey;
border-radius: $borderRadius;
}
li {
max-width: 350px;
.update-date {
font-size: 13px;
line-height: 24px;
color: rgba(255,255,255,0.6);
text-transform: uppercase;
display: block;
}
.update-description {
font-size: 15px;
line-height: 20px;
}
}
}
}

View File

@ -3,6 +3,7 @@
@import "imports/header.css";
@import "imports/hero.css";
@import "imports/cta.css";
@import "imports/whatsnew.css";
@import "imports/editors.css";
@import "imports/community.css";
@import "imports/collab.css";