First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
67
hackatonApp/scss/profile/profile.styles.scss
Normal file
67
hackatonApp/scss/profile/profile.styles.scss
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
.profile-view
|
||||
{
|
||||
background-color: $profile-bg !important;
|
||||
|
||||
.profile-container
|
||||
{
|
||||
margin: 0px auto;
|
||||
margin-top: 6vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.user-image-container
|
||||
{
|
||||
width: $image-width;
|
||||
|
||||
.user-image
|
||||
{
|
||||
border-top: 1px solid $content-color;
|
||||
padding: 8px;
|
||||
background-color: $profile-bg;
|
||||
width: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.user-name
|
||||
{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.user-twitter
|
||||
{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.top-content
|
||||
{
|
||||
border-bottom: 1px solid $content-color;
|
||||
position: relative;
|
||||
height: 20vh;
|
||||
margin-bottom: 25vh;
|
||||
}
|
||||
|
||||
.user-background-image-outer
|
||||
{
|
||||
height: 20vh;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bottom-content
|
||||
{
|
||||
padding: 0px;
|
||||
background-color: $profile-bg;
|
||||
min-height: 55vh;
|
||||
position: relative;
|
||||
|
||||
.user-bio
|
||||
{
|
||||
text-align: center;
|
||||
margin: 6px 30px;
|
||||
padding: 6px 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
8
hackatonApp/scss/profile/profile.variables.scss
Normal file
8
hackatonApp/scss/profile/profile.variables.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// App - Profile
|
||||
$image-width: 46vw;
|
||||
$image-max-width: 200px;
|
||||
|
||||
$profile-bg: #FFFFFF;
|
||||
|
||||
$profile-user-img-ratio: 1 1;
|
||||
$pre-img-ratios: append($pre-img-ratios, $profile-user-img-ratio);
|
||||
Loading…
Add table
Add a link
Reference in a new issue