Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Dec 11, 2023
1 parent 685bdb2 commit 8aeb4f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion backend/src/plonede/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Installer for the plonede package."""
from setuptools import find_packages, setup
from setuptools import find_packages
from setuptools import setup


long_description = "\n\n".join(
[
Expand Down
10 changes: 5 additions & 5 deletions frontend/theme/extras/blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,10 @@ figcaption {
height: 45vh;

.maps-inner.full-width {
left: 0;
max-width: var(--full-container-width) !important;
margin-right: auto !important;
margin-left: auto !important;
left: 0;
}
}
}
Expand Down Expand Up @@ -1128,17 +1128,17 @@ figcaption {
}

.block.slider .teaser-item.link {
width: 100%;
display: flex;
width: 100%;

&.right {
align-items: end;
}
}

.block.slider .highlight-image-wrapper img {
object-position: unset;
-o-object-position: unset;
object-position: unset;
}

.block.slider .teaser-item-title {
Expand Down Expand Up @@ -1334,10 +1334,10 @@ figcaption {
}

.block.search .search-wrapper .ui.input input {
padding-left: 20px;
border: 0;
background-color: #ececec;
border-radius: 0;
padding-left: 20px;
font-size: 32px;
font-style: normal;
font-weight: 200;
Expand All @@ -1349,8 +1349,8 @@ figcaption {
}

.block.search .search-wrapper svg {
height: 38px !important;
width: unset !important;
height: 38px !important;
}

.block.search .search-wrapper .divider {
Expand Down
8 changes: 4 additions & 4 deletions frontend/theme/extras/custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ body.cms-ui .ui.basic.segment.content-area {
}

#page-document .event-details aside {
box-shadow: none;
border: none;
border-left: 1px solid #cdcdcd;
box-shadow: none;
}

#footer {
Expand Down Expand Up @@ -429,13 +429,13 @@ body #page-sitemap .ui.container {

#page-search #content {
max-width: var(--default-container-width);
margin-left: auto;
margin-right: auto;
margin-left: auto;
}

#page-search #content .ui.form .searchbox {
border: none;
padding: 20px 0 20px 20px;
border: none;
background-color: #ececec;
}

Expand All @@ -448,8 +448,8 @@ body #page-sitemap .ui.container {
}

#page-search #content .ui.form .searchbox button {
color: var(--primary-grey);
padding-right: 15px;
color: var(--primary-grey);
}

/* @media queries */
Expand Down

0 comments on commit 8aeb4f9

Please sign in to comment.