Skip to content

Commit

Permalink
Updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 20, 2021
1 parent 5c0f32f commit 7319c52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 8 additions & 4 deletions src/components/manage/Blocks/IndustryMap/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
@type: extra;
@element: custom;

div#view .ui.container > .styled-industry_map:last-child {
margin-bottom: 0;
}

.industry-map {
height: 600px;
min-height: 600px;
height: 800px;
min-height: 800px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);

.privacy-protection {
Expand All @@ -17,8 +21,8 @@
}

.ol-map {
height: 600px;
min-height: 600px;
height: 800px;
min-height: 800px;

.ol-viewport {
overflow: visible !important;
Expand Down
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/NavigationBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getBaseUrl } from '@plone/volto/helpers';
import './styles.less';

const MenuWrapper = ({ children, data }) => {
if (data.styles?.stretch === 'stretch') {
if (data.styles?.align === 'full') {
return <Container>{children}</Container>;
}
return children;
Expand Down
4 changes: 4 additions & 0 deletions src/components/manage/Blocks/NavigationBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

@borderSize: 3px;

.styled-navigationBlock.styled-with-bg.full-width {
padding: 0;
}

.industrial-site-style {
.ui.menu.navigation-block {
flex-wrap: wrap;
Expand Down

0 comments on commit 7319c52

Please sign in to comment.