feature: profile - classes updated

This commit is contained in:
gaelle morin 2021-01-23 01:43:39 +01:00
parent fed72e3a00
commit 79a1bc0acb
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
4 changed files with 10 additions and 11 deletions

6
package-lock.json generated
View File

@ -1159,9 +1159,9 @@
}
},
"@startinblox/hubl-styling-framework": {
"version": "1.4.16",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.16.tgz",
"integrity": "sha512-zJ8mGGvsG1N6bIOz7lwoVB2T3jk+powEvMzkNzas6b1ViVuXPzYfBECdRaRhmEHwiHomZqi43jY1/CWxY5JUJw=="
"version": "1.4.17",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.17.tgz",
"integrity": "sha512-t/9GhudG0D82h40EXQM9v6UswtCvyNFjUEkoL2jMEAtw3FgC3aXC58sQX5p5zxl405zS1rffK2wENu/xH34khA=="
},
"@types/q": {
"version": "1.5.4",

View File

@ -45,7 +45,7 @@
]
},
"dependencies": {
"@startinblox/hubl-styling-framework": "^1.4.16",
"@startinblox/hubl-styling-framework": "^1.4.17",
"cross-env": "^7.0.3",
"fs-extra": "^9.0.1",
"normalize.css": "^8.0.1",

View File

@ -108,7 +108,7 @@ html(lang="en")
include views/page-about.pug
if endpoints.get.skills && endpoints.post.uploads && endpoints.post.users
#profile(hidden, data-view="profile", no-render)
#profile(hidden, data-view="profile", no-render).scrollbar-content
include views/page-profile.pug
if endpoints.get.joboffers

View File

@ -1,6 +1,5 @@
div.bg-color-grey.padding-top-medium.padding-right-small.padding-bottom-xlarge.padding-left-small
solid-profile(
bind-user
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
range-skills=`${endpoints.skills || endpoints.get.skills}`
)
solid-profile(
bind-user
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
range-skills=`${endpoints.skills || endpoints.get.skills}`
)