fix: background white on segments in page about
This commit is contained in:
parent
7e9e5f589e
commit
7ce3c45b18
6
package-lock.json
generated
6
package-lock.json
generated
@ -1159,9 +1159,9 @@
|
||||
}
|
||||
},
|
||||
"@startinblox/hubl-styling-framework": {
|
||||
"version": "1.4.15",
|
||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.15.tgz",
|
||||
"integrity": "sha512-aLClWQVVwbi/jjpzOXuG0JuETwX5YizFUnslBfYlF1hQfLAlWm/uYjQOapQbd5zDgSro9ZI3CPhxvxUDOAjFHQ=="
|
||||
"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=="
|
||||
},
|
||||
"@types/q": {
|
||||
"version": "1.5.4",
|
||||
|
@ -45,7 +45,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@startinblox/hubl-styling-framework": "^1.4.15",
|
||||
"@startinblox/hubl-styling-framework": "^1.4.16",
|
||||
"cross-env": "^7.0.3",
|
||||
"fs-extra": "^9.0.1",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
@ -28,8 +28,8 @@ if endpoints.get
|
||||
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
||||
|
||||
if endpoints.get.uploads && endpoints.get.skills && endpoints.get.users
|
||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@beta" defer)
|
||||
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
||||
//- script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@beta" defer)
|
||||
script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
||||
|
||||
if endpoints.get.dashboards
|
||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@beta" defer)
|
||||
|
@ -86,7 +86,7 @@ header {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: auto;
|
||||
right: -2.2em;
|
||||
right: -1.9em;
|
||||
top: 4em;
|
||||
transform: initial;
|
||||
width: 0;
|
||||
|
@ -16,10 +16,14 @@ solid-display>div {
|
||||
@import 'chat/_index';
|
||||
|
||||
nav#main__menu {
|
||||
width: 250px;
|
||||
@media (min-width: 768.01px) {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
main#content {
|
||||
width: calc(100% - 250px);
|
||||
@media (min-width: 768.01px) {
|
||||
width: calc(100% - 250px);
|
||||
}
|
||||
}
|
||||
|
||||
.text-ellipsis {
|
||||
|
@ -2,7 +2,7 @@ div.segment.block.padding-top-small.padding-right-large.padding-bottom-small.pad
|
||||
h2.text-xlarge.text-color-heading.text-uppercase(data-trans='about.title')
|
||||
|
||||
div.segment.two-third.sm-full.margin-top-small.sm-margin-top-xxsmall.padding-right-xlarge.sm-padding-none
|
||||
div.segment.whitespace-normal.shadow.padding-top-xlarge.padding-right-xxlarge.padding-bottom-xxlarge.padding-left-xxlarge.sm-padding-medium.sm-padding-top-xxsmall.sm-padding-bottom-xlarge.text-center
|
||||
div.segment.whitespace-normal.bg-color-white.shadow.padding-top-xlarge.padding-right-xxlarge.padding-bottom-xxlarge.padding-left-xxlarge.sm-padding-medium.sm-padding-top-xxsmall.sm-padding-bottom-xlarge.text-center
|
||||
h3.text-color-heading.text-semibold.text-uppercase.line-xlarge(data-trans='about.card1.subTitle')
|
||||
div
|
||||
p.segment.whitespace-normal.text-large.line-xlarge(data-trans='about.card1.paragraph1')
|
||||
@ -10,7 +10,7 @@ div.segment.block.padding-top-small.padding-right-large.padding-bottom-small.pad
|
||||
a.link.text-xlarge(href="https://startinblox.com/fr/" target="_blank") https://startinblox.com/fr/
|
||||
|
||||
div.segment.third.sm-full.margin-top-small.text-top
|
||||
div.segment.sm-full.whitespace-normal.shadow.padding-top-xlarge.padding-right-xxlarge.padding-bottom-xxlarge.padding-left-xxlarge.sm-padding-medium.sm-padding-bottom-xlarge.text-center
|
||||
div.segment.sm-full.whitespace-normal.bg-color-white.shadow.padding-top-xlarge.padding-right-xxlarge.padding-bottom-xxlarge.padding-left-xxlarge.sm-padding-medium.sm-padding-bottom-xlarge.text-center
|
||||
div.segment.margin-top-small
|
||||
div.segment.center.icon.icon-xlarge.rounded-third.rounded.rounded-large.icon-envelope.icon-secondary
|
||||
h3.text-color-heading.text-semibold.text-uppercase.text-medium(data-trans='about.card2.subTitle')
|
||||
|
Loading…
Reference in New Issue
Block a user