166 lines
3 KiB
SCSS
166 lines
3 KiB
SCSS
@charset "UTF-8";
|
|
|
|
.index-page{
|
|
.section-components h6.description{
|
|
margin-top: 5px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.page-header{
|
|
height: 90vh;
|
|
overflow: hidden;
|
|
}
|
|
.brand{
|
|
color: $white-color;
|
|
text-align: center;
|
|
|
|
h1{
|
|
font-size: 4.2rem;
|
|
font-weight: 600;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
h3{
|
|
font-size: 1.313rem;
|
|
max-width: 500px;
|
|
margin: 10px auto 0;
|
|
}
|
|
}
|
|
|
|
h4.description{
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
.section{
|
|
padding: 70px 0;
|
|
}
|
|
.profile-page{
|
|
.page-header{
|
|
height: 380px;
|
|
background-position: top center;
|
|
}
|
|
.profile{
|
|
text-align: center;
|
|
|
|
img{
|
|
max-width: 160px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
@include transform-translate-y(-50%);
|
|
}
|
|
.name{
|
|
margin-top: -80px;
|
|
}
|
|
}
|
|
.follow{
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
.description{
|
|
margin: $margin-base auto 0;
|
|
max-width: 600px;
|
|
}
|
|
.profile-tabs{
|
|
margin-top: $margin-base * 4;
|
|
}
|
|
.gallery{
|
|
margin-top: $margin-base * 3;
|
|
padding-bottom: 50px;
|
|
|
|
img{
|
|
width: 100%;
|
|
margin-bottom: $margin-base * 2;
|
|
}
|
|
}
|
|
.follow{
|
|
.btn-fab{
|
|
margin-top: -28px;
|
|
}
|
|
}
|
|
.card-background{
|
|
.content{
|
|
padding: 30% 0;
|
|
min-width: 160px;
|
|
}
|
|
}
|
|
.work{
|
|
padding: 40px 0px;
|
|
.collections{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.stats{
|
|
ul > li{
|
|
padding: 5px 0px;
|
|
font-size: 1em;
|
|
b{
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.connections{
|
|
padding: 40px 0px;
|
|
.card-profile{
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
.tab-content{
|
|
.collections{
|
|
.card .card-body{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
|
|
.badge{
|
|
display: inline-table;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.signup-page{
|
|
.page-header{
|
|
min-height: 100vh;
|
|
height: auto;
|
|
display: inherit;
|
|
|
|
.container{
|
|
padding-top: 20vh;
|
|
}
|
|
}
|
|
|
|
.card-signup{
|
|
border-radius: $border-radius-base * 2;
|
|
@include shadow-16dp();
|
|
margin-bottom: 100px;
|
|
padding: 40px 0px;
|
|
}
|
|
.info-horizontal{
|
|
padding: 0px 0px 20px;
|
|
}
|
|
.social{
|
|
.btn{
|
|
margin: 5px;
|
|
}
|
|
h4{
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
.footer{
|
|
.container{
|
|
padding: 0;
|
|
}
|
|
.copyright,
|
|
a{
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
}
|