Skip to content

Commit 8bde129

Browse files
authored
Merge pull request #514 from minvws/revert/background-color-offset
revert: Adds styling options for background-color-offset component (#414)
2 parents 9c6a6d2 + 2ce15c5 commit 8bde129

4 files changed

+1
-23
lines changed

manon/background-color-offset-variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/*----------------------------------------------------------------------*/
44
:root {
55
--background-color-offset-background-color: #f0f0f0;
6+
/* --background-color-offset-text-color: ; */
67
}

manon/background-color-offset.scss

-13
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,4 @@
66
.background-color-offset {
77
background-color: var(--background-color-offset-background-color);
88
color: var(--background-color-offset-text-color);
9-
margin-top: var(--background-color-offset-margin-top);
10-
margin-bottom: var(--background-color-offset-margin-bottom);
11-
padding-top: var(--background-color-offset-padding-top);
12-
padding-bottom: var(--background-color-offset-padding-bottom);
13-
14-
> div {
15-
margin-top: var(--background-color-offset-content-wrapper-margin-top);
16-
margin-bottom: var(--background-color-offset-content-wrapper-margin-bottom);
17-
padding-top: var(--background-color-offset-content-wrapper-padding-top);
18-
padding-bottom: var(
19-
--background-color-offset-content-wrapper-padding-bottom
20-
);
21-
}
229
}

themes/soft/components/background-color-offset.scss

-9
This file was deleted.

themes/soft/theme.scss

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
@use "components/tile";
2424
@use "components/header-navigation";
2525
@use "components/logo";
26-
@use "components/background-color-offset";

0 commit comments

Comments
 (0)