update: dependancies + styles for select
This commit is contained in:
parent
8fda5091a5
commit
e7a416b2f9
@ -19,20 +19,20 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
|
|||||||
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)
|
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)
|
||||||
|
|
||||||
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
|
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="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="/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))
|
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="https://unpkg.com/@startinblox/component-directory@beta" defer)
|
||||||
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
||||||
|
|
||||||
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
|
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
|
||||||
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
|
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
|
||||||
|
|
||||||
if endpoints.users || (endpoints.get && endpoints.get.users)
|
if endpoints.users || (endpoints.get && endpoints.get.users)
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" defer)
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" 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)
|
script(src="/scripts/index.js" defer)
|
||||||
|
|
||||||
|
@ -132,12 +132,9 @@ solid-form-dropdown-autocompletion-label,
|
|||||||
solid-form-multipleselect-autocompletion-label,
|
solid-form-multipleselect-autocompletion-label,
|
||||||
hubl-status {
|
hubl-status {
|
||||||
|
|
||||||
label {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ss-main {
|
.ss-main {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
margin-top: 0.8rem;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
||||||
|
|
||||||
|
@ -168,22 +168,11 @@
|
|||||||
|
|
||||||
/* Styles of elements inside cells */
|
/* Styles of elements inside cells */
|
||||||
|
|
||||||
|
.table {
|
||||||
|
|
||||||
|
.user-thumb.is-spaced,
|
||||||
[name='user-thumb'] {
|
[name='user-thumb'] {
|
||||||
vertical-align: middle;
|
padding: 0.8rem 2.2rem;
|
||||||
text-align: left;
|
|
||||||
@extend %user-thumb__grid;
|
|
||||||
padding: 0 2.2rem;
|
|
||||||
|
|
||||||
>.user-thumb__picture {
|
|
||||||
@extend .user-thumb__picture;
|
|
||||||
}
|
|
||||||
|
|
||||||
>[name='sup'] {
|
|
||||||
@extend %user-thumb__grid-sup;
|
|
||||||
}
|
|
||||||
|
|
||||||
>[name='sub'] {
|
|
||||||
@extend %user-thumb__grid-inf;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
color: var(--color-user-thumb-name);
|
color: var(--color-user-thumb-name);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-thumb__admin:not(:empty) {
|
.user-thumb__admin:not(:empty) {
|
||||||
@ -91,9 +92,3 @@
|
|||||||
@extend %user-thumb__grid-inf;
|
@extend %user-thumb__grid-inf;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add extra spaces to user-thumbs that are inside a table */
|
|
||||||
.user-thumb.is-spaced,
|
|
||||||
[name='user-thumb'] {
|
|
||||||
padding: 0.8rem 2.2rem;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user