Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 24, 2024
1 parent 9d134cd commit 8ff396c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
7 changes: 2 additions & 5 deletions packages/volto-light-theme/src/theme/blocks/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
margin-top: 0 !important;
.headline {
margin-top: 0 !important;

}
}

Expand All @@ -41,16 +40,14 @@
}
}



.ui.button {
padding: 8px 20px;
margin: 0;
border: 1px solid $black;
border-radius: unset;
background: none;
color: $black;

@include body-text-bold();
}
}
}
3 changes: 1 addition & 2 deletions packages/volto-light-theme/src/theme/blocks/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

& + .block.__button {
.button.container {
.button.container {
padding-top: 0 !important;
}
}
Expand Down Expand Up @@ -325,7 +325,6 @@
}
}


// Teasers in grids specific
#page-document .block.gridBlock .block.teaser {
margin-bottom: 0;
Expand Down
1 change: 0 additions & 1 deletion packages/volto-light-theme/src/theme/blocks/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
.sort-label {
display: none;
}

}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

.line {
display: grid;
justify-content: var(--block-alignment);
max-width: var(--block-width) !important;
justify-content: var(--block-alignment);
@include variable-container-width();

&::after {
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-light-theme/src/theme/blocks/_teaser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

.teaser-item.default {
align-items: start;
border-bottom: 1px solid var(--theme-font-color, black);
padding-bottom: 40px; // same as vertical spacing in margin-bottom
border-bottom: 1px solid var(--theme-font-color, black);
}

.image-wrapper {
Expand Down

0 comments on commit 8ff396c

Please sign in to comment.