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)
|
||||
|
||||
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)
|
||||
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1" defer)
|
||||
|
@ -153,7 +153,8 @@ h5 {
|
||||
}
|
||||
|
||||
%padding-main {
|
||||
padding: 5rem;
|
||||
/*padding: 5rem;*/
|
||||
padding: 1.3rem;
|
||||
}
|
||||
|
||||
%padding-block {
|
||||
|
@ -247,14 +247,15 @@
|
||||
|
||||
&.jsLeftMenu {
|
||||
|
||||
@include breakpoint(sm) {
|
||||
display: none;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
&.jsLeftMenu[open] {
|
||||
|
||||
@include breakpoint(sm) {
|
||||
display: block;
|
||||
bottom: 0;
|
||||
box-shadow: 0 2px 8px 0 rgba(65, 69, 73, 0.5);
|
||||
@ -264,7 +265,6 @@
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Temporary fix for badges
|
||||
|
Loading…
Reference in New Issue
Block a user