update: conflict resolved
This commit is contained in:
parent
4cee695906
commit
caaf843126
@ -24,8 +24,8 @@ if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
|
|||||||
//- script(type="module" src="/lib/sib-conversation/sib-conversation.js" defer)
|
//- script(type="module" src="/lib/sib-conversation/sib-conversation.js" defer)
|
||||||
|
|
||||||
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3" defer)
|
script(type="module" src="/lib/sib-directory/index.js" defer)
|
||||||
//- script(type="module" src="/lib/sib-directory/index.js" defer)
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3" 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@0.1" defer)
|
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1" defer)
|
||||||
|
@ -153,7 +153,8 @@ h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
%padding-main {
|
%padding-main {
|
||||||
padding: 5rem;
|
/*padding: 5rem;*/
|
||||||
|
padding: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
%padding-block {
|
%padding-block {
|
||||||
|
@ -247,14 +247,15 @@
|
|||||||
|
|
||||||
&.jsLeftMenu {
|
&.jsLeftMenu {
|
||||||
|
|
||||||
@include breakpoint(sm) {
|
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.jsLeftMenu[open] {
|
&.jsLeftMenu[open] {
|
||||||
|
|
||||||
@include breakpoint(sm) {
|
|
||||||
display: block;
|
display: block;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
box-shadow: 0 2px 8px 0 rgba(65, 69, 73, 0.5);
|
box-shadow: 0 2px 8px 0 rgba(65, 69, 73, 0.5);
|
||||||
@ -265,7 +266,6 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Temporary fix for badges
|
// Temporary fix for badges
|
||||||
sib-fix-badge {
|
sib-fix-badge {
|
||||||
|
Loading…
Reference in New Issue
Block a user