update: styles for project- and circle-edit
This commit is contained in:
parent
7e99beeb9b
commit
8369cfbd75
@ -0,0 +1,30 @@
|
||||
[1mdiff --git a/src/dependencies.pug b/src/dependencies.pug[m
|
||||
[1mindex 7ceee9a..d4a7c72 100644[m
|
||||
[1m--- a/src/dependencies.pug[m
|
||||
[1m+++ b/src/dependencies.pug[m
|
||||
[36m@@ -19,12 +19,12 @@[m [mif endpoints.events || (endpoints.get && endpoints.get.events)[m
|
||||
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)[m
|
||||
[m
|
||||
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)[m
|
||||
[31m- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)[m
|
||||
[31m- //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)[m
|
||||
[32m+[m[32m //- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)[m
|
||||
[32m+[m[32m script(type="module" src="/lib/solid-job-board/dist/index.js" defer)[m
|
||||
[m
|
||||
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))[m
|
||||
[31m- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)[m
|
||||
[31m- //- script(type="module" src="/lib/solid-directory/dist/index.js" defer)[m
|
||||
[32m+[m[32m //- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)[m
|
||||
[32m+[m[32m script(type="module" src="/lib/solid-directory/dist/index.js" defer)[m
|
||||
[m
|
||||
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)[m
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)[m
|
||||
[36m@@ -32,7 +32,7 @@[m [mif endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)[m
|
||||
[m
|
||||
if endpoints.users || (endpoints.get && endpoints.get.users)[m
|
||||
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)[m
|
||||
[31m- //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)[m
|
||||
[32m+[m[32m script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)[m
|
||||
[m
|
||||
script(src="/scripts/index.js" defer)[m
|
||||
[m
|
@ -19,12 +19,12 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
|
||||
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)
|
||||
|
||||
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
|
||||
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
||||
//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
|
||||
script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
||||
|
||||
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)
|
||||
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
||||
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)
|
||||
script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
||||
|
||||
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
|
||||
@ -32,7 +32,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
||||
|
||||
if endpoints.users || (endpoints.get && endpoints.get.users)
|
||||
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
|
||||
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
||||
script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
||||
|
||||
script(src="/scripts/index.js" defer)
|
||||
|
||||
|
@ -132,6 +132,10 @@ solid-form-dropdown-autocompletion-label,
|
||||
solid-form-multipleselect-autocompletion-label,
|
||||
hubl-status {
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ss-main {
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
@ -143,7 +147,6 @@ hubl-status {
|
||||
border-radius: 0px;
|
||||
color: var(--color-input-text);
|
||||
font-weight: normal;
|
||||
margin-top: 0.8rem;
|
||||
min-height: 4.6rem;
|
||||
padding-left: 1.2rem;
|
||||
|
||||
@ -178,6 +181,7 @@ hubl-status {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-bottom: 2.6rem;
|
||||
margin-top: 1.8rem;
|
||||
}
|
||||
|
||||
label {
|
||||
@ -198,6 +202,7 @@ hubl-status {
|
||||
width: 100%;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
height: 32px;
|
||||
margin: auto 0 auto 2.2rem;
|
||||
width: auto;
|
||||
}
|
||||
|
@ -46,13 +46,14 @@
|
||||
&>* {
|
||||
border-bottom: 1px solid var(--color-table-border);
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&>solid-multiple {
|
||||
display: contents;
|
||||
/*&>solid-multiple {
|
||||
display: contents;*/
|
||||
|
||||
&>div {
|
||||
display: contents;
|
||||
@ -68,7 +69,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/*}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -163,7 +164,7 @@
|
||||
|
||||
/* Styles of elements inside cells */
|
||||
|
||||
.user-thumb>div,
|
||||
.user-thumb,
|
||||
[name='user-thumb'] {
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
|
@ -79,6 +79,7 @@
|
||||
|
||||
/* Apply the grids to all user-thumbs */
|
||||
.user-thumb>div,
|
||||
.user-thumb>[name='classGrid'],
|
||||
[name='user-thumb'] {
|
||||
@extend %user-thumb__grid;
|
||||
|
||||
@ -92,7 +93,7 @@
|
||||
}
|
||||
|
||||
/* Add extra spaces to user-thumbs that are inside a table */
|
||||
.user-thumb.is-spaced>div,
|
||||
.user-thumb.is-spaced,
|
||||
[name='user-thumb'] {
|
||||
padding: 0.8rem 2.2rem;
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ div.content-box__info
|
||||
fields='user'
|
||||
range-user=`${endpoints.users || endpoints.get.users}`
|
||||
|
||||
class-user='team form-label is-light'
|
||||
class-user='team'
|
||||
label-user=''
|
||||
widget-user='solid-form-dropdown-autocompletion-label'
|
||||
|
||||
@ -74,7 +74,7 @@ div.content-box__info
|
||||
class='table-body'
|
||||
bind-resources
|
||||
nested-field='members'
|
||||
fields='classGroup(user.account.picture, sup(user.name, user.groups), sub(user.profile.city)), self'
|
||||
fields='classGroup(classGrid(user.account.picture, sup(user.name, user.groups), sub(user.profile.city))), self'
|
||||
loader-id='loader-circle-edit'
|
||||
|
||||
class-classGroup='w280 cell border cell-with-id-card user-thumb is-spaced'
|
||||
|
@ -49,7 +49,7 @@ div.content-box__info
|
||||
fields='user'
|
||||
range-user=`${endpoints.users || endpoints.get.users}`
|
||||
|
||||
class-user='team form-label is-light'
|
||||
class-user='team'
|
||||
label-user=''
|
||||
widget-user='solid-form-dropdown-autocompletion-label'
|
||||
|
||||
@ -67,7 +67,7 @@ div.content-box__info
|
||||
class='table-body'
|
||||
bind-resources
|
||||
nested-field='members'
|
||||
fields='classGroup(user.account.picture, sup(user.name, user.groups), sub(user.profile.city)), self'
|
||||
fields='classGroup(classGrid(user.account.picture, sup(user.name, user.groups), sub(user.profile.city))), self'
|
||||
loader-id='loader-project-edit'
|
||||
|
||||
class-classGroup='w280 cell border cell-with-id-card user-thumb is-spaced'
|
||||
|
Loading…
Reference in New Issue
Block a user