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,7 +2,9 @@
|
||||||
border-top: 1px solid $whitish;
|
border-top: 1px solid $whitish;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.profile-contacts-filters {
|
}
|
||||||
|
|
||||||
|
.profile-contact-filters {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
a {
|
a {
|
||||||
|
@ -17,9 +19,7 @@
|
||||||
color: $green-taiga;
|
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