-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add scss to work with volto-light-theme
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
//Specific styles for volto-light-theme | ||
.block.logos .ui.stackable, | ||
.block.logos .grid-items, | ||
.block.logos h2.headline{ | ||
@include default-container-width(); | ||
// Adding 2 * 10px (one for each side) we force the container to extend the value of | ||
// the gutter to match the other blocks margin. | ||
max-width: calc(var(--default-container-width) + 2 * 10px); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters