feature: profile - classes updated
This commit is contained in:
parent
fed72e3a00
commit
79a1bc0acb
6
package-lock.json
generated
6
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
div.bg-color-grey.padding-top-medium.padding-right-small.padding-bottom-xlarge.padding-left-small
|
||||
solid-profile(
|
||||
solid-profile(
|
||||
bind-user
|
||||
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
|
||||
range-skills=`${endpoints.skills || endpoints.get.skills}`
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user