patch: icons for project, circle and community harmonized
This commit is contained in:
parent
9d95895409
commit
657c471df7
6
package-lock.json
generated
6
package-lock.json
generated
@ -1615,9 +1615,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@startinblox/hubl-styling-framework": {
|
"@startinblox/hubl-styling-framework": {
|
||||||
"version": "1.8.21",
|
"version": "1.8.22",
|
||||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.8.21.tgz",
|
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.8.22.tgz",
|
||||||
"integrity": "sha512-4T0sqL7rqqe8uFmH4f8geigxZ4pIxI1ze3sycM762CQFtM5fXadAI9tl7wwAOQbY15y6xfZfDcPoK0YEjv0v9g=="
|
"integrity": "sha512-00P0hIXjecgryh41Abq8ViVm18Aployr5TRbK/KDpNPAQqQ5x2to6z0of8oeeJeSm/srippfGdHLrJ7nyd1emg=="
|
||||||
},
|
},
|
||||||
"@types/q": {
|
"@types/q": {
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
"clearDist": false
|
"clearDist": false
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@startinblox/hubl-styling-framework": "^1.8.21",
|
"@startinblox/hubl-styling-framework": "^1.8.22",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
|
@ -22,8 +22,8 @@ main {
|
|||||||
&.sidebar-is-closed {
|
&.sidebar-is-closed {
|
||||||
|
|
||||||
@media(min-width: 768.01px) {
|
@media(min-width: 768.01px) {
|
||||||
margin-left: -152px;
|
margin-left: -157px;
|
||||||
transform: translate(152px);
|
transform: translate(157px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -39,18 +39,11 @@ main {
|
|||||||
width: 217px;
|
width: 217px;
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
width: 65px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
||||||
li {
|
|
||||||
border-bottom: 1px solid #D6CECE;
|
|
||||||
|
|
||||||
&>a {
|
|
||||||
vertical-align: super;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&>li:first-child>a {
|
&>li:first-child>a {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@ -98,7 +91,7 @@ main {
|
|||||||
|
|
||||||
&.jsRightMenu:not([open]) {
|
&.jsRightMenu:not([open]) {
|
||||||
@media (min-width: 768.01px) {
|
@media (min-width: 768.01px) {
|
||||||
transform: translate(152px);
|
transform: translate(157px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
nav.jsRightMenu.segment.sm-hidden.text-disable-selection.sidebar.whitespace-normal(role='navigation')
|
nav.jsRightMenu.segment.sm-hidden.text-disable-selection.sidebar.whitespace-normal(role='navigation')
|
||||||
.segment.whitespace-normal.text-color-heading.text-bold
|
.segment.whitespace-normal.text-color-heading.text-bold
|
||||||
ul
|
ul
|
||||||
li.segment.full.sm-hidden.padding-small.text-normal.jsOffsiteToggle
|
li.segment.full.sm-hidden.padding-small.text-normal.border-bottom.border-color-grey.jsOffsiteToggle
|
||||||
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
||||||
span.segment.full.text-right(hidden)
|
span.segment.full.text-right(hidden)
|
||||||
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
||||||
@ -69,16 +69,16 @@
|
|||||||
if component.route
|
if component.route
|
||||||
if component.type == "circles"
|
if component.type == "circles"
|
||||||
solid-link.segment.full(next=`admin-${component.route}`)
|
solid-link.segment.full(next=`admin-${component.route}`)
|
||||||
li.segment.full.padding-medium
|
li.segment.full.padding-medium.border-bottom.border-color-grey
|
||||||
span.icon.ci-bubble-add.icon-xlarge.margin-right-medium
|
span.icon.icon-globe.icon-large.margin-right-medium
|
||||||
a(data-trans='admin.menuRight.circles')
|
a.text-baseline(data-trans='admin.menuRight.circles')
|
||||||
if component.type == "projects"
|
if component.type == "projects"
|
||||||
solid-link.segment.full(next=`admin-${component.route}`)
|
solid-link.segment.full(next=`admin-${component.route}`)
|
||||||
li.segment.full.padding-medium
|
li.segment.full.padding-medium.border-bottom.border-color-grey
|
||||||
span.icon.ci-add.icon-xlarge.margin-right-medium
|
span.icon.icon-folder-alt.icon-large.margin-right-medium
|
||||||
a(data-trans='admin.menuRight.projects')
|
a.text-baseline(data-trans='admin.menuRight.projects')
|
||||||
if component.type == "chat"
|
if component.type == "chat"
|
||||||
solid-link.segment.full(next=`admin-${component.route}`)
|
solid-link.segment.full(next=`admin-${component.route}`)
|
||||||
li.segment.full.padding-medium
|
li.segment.full.padding-medium.border-bottom.border-color-grey
|
||||||
span.icon.ci-networking.icon-xlarge.margin-right-medium
|
span.icon.icon-grid.icon-large.margin-right-medium
|
||||||
a(data-trans='admin.menuRight.community')
|
a.text-baseline(data-trans='admin.menuRight.community')
|
||||||
|
@ -48,7 +48,7 @@ div
|
|||||||
if componentSet.has("communities") && getComponent("chat").route
|
if componentSet.has("communities") && getComponent("chat").route
|
||||||
solid-link.text-hover(next=`admin-${getRoute("chat", true)}`)
|
solid-link.text-hover(next=`admin-${getRoute("chat", true)}`)
|
||||||
li.segment.padding-top-small
|
li.segment.padding-top-small
|
||||||
a.icon.icon-people.icon-third.icon-small.icon-margin-right-xsmall(data-trans='admin.menuRight.community')
|
a.icon.icon-grid.icon-third.icon-small.icon-margin-right-xsmall(data-trans='admin.menuRight.community')
|
||||||
if componentSet.has("circles") && getComponent("circles").route
|
if componentSet.has("circles") && getComponent("circles").route
|
||||||
solid-link.text-hover(next=`admin-${getRoute("circles", true)}`)
|
solid-link.text-hover(next=`admin-${getRoute("circles", true)}`)
|
||||||
li.segment.padding-top-small
|
li.segment.padding-top-small
|
||||||
|
Loading…
Reference in New Issue
Block a user