Archived
1
0

Initial import

This commit is contained in:
2016-05-19 23:51:08 +02:00
commit 783891ce50
8 changed files with 414 additions and 0 deletions

57
css/frs.css Normal file

@ -0,0 +1,57 @@
.frs-ribbon {
width: 100%;
height: 40vh;
background-color: #3F51B5;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.frs-main {
margin-top: -35vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.frs-header .mdl-layout__header-row {
padding-left: 40px;
}
.frs-container {
max-width: 1600px;
width: calc(100% - 16px);
margin: 0 auto;
}
.frs-content {
border-radius: 2px;
padding: 80px 56px;
margin-bottom: 80px;
}
.frs-layout.is-small-screen .frs-content {
padding: 40px 28px;
}
.frs-content h3 {
margin-top: 48px;
}
.frs-footer {
padding-left: 40px;
}
.frs-footer .mdl-mini-footer--link-list a {
font-size: 13px;
}
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}