62 lines
896 B
CSS
62 lines
896 B
CSS
.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;
|
|
}
|
|
|
|
.mdl-mini-footer--link-list li:hover {
|
|
color: white;
|
|
}
|