Minor style fixes
parent
f110820203
commit
0bb4664921
|
@ -6,8 +6,8 @@ div.profile.centered
|
|||
include ../includes/modules/profile/profile-content-tabs
|
||||
div.content-wrapper
|
||||
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-contacts
|
||||
include ../includes/modules/profile/profile-contacts
|
||||
//include ../includes/modules/profile/profile-favorites
|
||||
include ../includes/modules/profile/profile-sidebar
|
||||
|
|
|
@ -18,7 +18,7 @@ section.profile-contacts
|
|||
span.position Back-end developer & Stakeholder
|
||||
span.location Madrid
|
||||
div.profile-project-stats
|
||||
div.stat-comments(title="2 comments")
|
||||
div.stat-projects(title="2 projects")
|
||||
span.icon.icon-project
|
||||
span.stat-num 2
|
||||
div.stat-viewer(title="2 followers")
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
border-top: 1px solid $whitish;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.profile-contacts-filters {
|
||||
}
|
||||
|
||||
.profile-contact-filters {
|
||||
align-self: center;
|
||||
display: flex;
|
||||
a {
|
||||
|
@ -17,9 +19,7 @@
|
|||
color: $green-taiga;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile-contact-single {
|
||||
border-bottom: 1px solid $whitish;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue