Minor style fixes
parent
f110820203
commit
0bb4664921
|
@ -6,8 +6,8 @@ div.profile.centered
|
||||||
include ../includes/modules/profile/profile-content-tabs
|
include ../includes/modules/profile/profile-content-tabs
|
||||||
div.content-wrapper
|
div.content-wrapper
|
||||||
div.content
|
div.content
|
||||||
include ../includes/modules/profile/profile-timeline
|
//clude ../includes/modules/profile/profile-timeline
|
||||||
//include ../includes/modules/profile/profile-projects
|
//include ../includes/modules/profile/profile-projects
|
||||||
//include ../includes/modules/profile/profile-contacts
|
include ../includes/modules/profile/profile-contacts
|
||||||
//include ../includes/modules/profile/profile-favorites
|
//include ../includes/modules/profile/profile-favorites
|
||||||
include ../includes/modules/profile/profile-sidebar
|
include ../includes/modules/profile/profile-sidebar
|
||||||
|
|
|
@ -18,7 +18,7 @@ section.profile-contacts
|
||||||
span.position Back-end developer & Stakeholder
|
span.position Back-end developer & Stakeholder
|
||||||
span.location Madrid
|
span.location Madrid
|
||||||
div.profile-project-stats
|
div.profile-project-stats
|
||||||
div.stat-comments(title="2 comments")
|
div.stat-projects(title="2 projects")
|
||||||
span.icon.icon-project
|
span.icon.icon-project
|
||||||
span.stat-num 2
|
span.stat-num 2
|
||||||
div.stat-viewer(title="2 followers")
|
div.stat-viewer(title="2 followers")
|
||||||
|
|
|
@ -2,24 +2,24 @@
|
||||||
border-top: 1px solid $whitish;
|
border-top: 1px solid $whitish;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.profile-contacts-filters {
|
}
|
||||||
align-self: center;
|
|
||||||
display: flex;
|
.profile-contact-filters {
|
||||||
a {
|
align-self: center;
|
||||||
border-bottom: 2px solid $white;
|
display: flex;
|
||||||
color: $gray-light;
|
a {
|
||||||
display: inline-block;
|
border-bottom: 2px solid $white;
|
||||||
padding: 1rem 1.5rem;
|
color: $gray-light;
|
||||||
transition: all .2s linear;
|
display: inline-block;
|
||||||
&:hover,
|
padding: 1rem 1.5rem;
|
||||||
&.active {
|
transition: all .2s linear;
|
||||||
border-bottom: 2px solid $gray-light;
|
&:hover,
|
||||||
color: $green-taiga;
|
&.active {
|
||||||
}
|
border-bottom: 2px solid $gray-light;
|
||||||
|
color: $green-taiga;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-contact-single {
|
.profile-contact-single {
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue