Skip to content

Commit

Permalink
Merge pull request #622 from StadGent/release/6.0.0-beta33
Browse files Browse the repository at this point in the history
Release/6.0.0 beta33
  • Loading branch information
SvenVdv authored Dec 16, 2024
2 parents c7a3ebf + 7c51289 commit d450fb3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions components/21-atoms/list/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ ol {
&::before {
@include theme('background-color', 'color-tertiary-pastel');
@include semi-bold-text;

display: inline-block;
width: 30px;
height: 30px;
Expand Down
22 changes: 11 additions & 11 deletions components/31-molecules/form-steps/_form-steps.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.form-steps {
ol.form-steps-list {
@include theme('background-color', 'color-tertiary-light');

display: flex;
flex-wrap: wrap;
margin: 0;
Expand All @@ -17,6 +15,10 @@
li {
display: inline-block;

&::before {
@include theme('background-color', 'color-tertiary-light');
}

@include desktop-and-below {
margin-bottom: 0;
}
Expand Down Expand Up @@ -79,18 +81,16 @@
&::before,
& + li::after {
@include desktop-and-below {
@include theme('border-color', 'color-tertiary-pastel', 'form-step-hellip-background-color');
@include theme('background-color', 'color-tertiary-pastel', 'form-step-hellip-background-color');
@include theme('color', 'color-zero', 'form-step-hellip-color');
@include theme('background-color', 'color-tertiary-light');
@include theme('color', 'color-zero');

display: inline-block;
width: 40px;
height: 40px;
margin-right: 15px;
border: 2px solid;
border-radius: 20px;
line-height: 35px;
width: 30px;
height: 30px;
margin-right: 10px;
line-height: 30px;
text-align: center;
vertical-align: middle;
}
}

Expand Down
1 change: 1 addition & 0 deletions components/31-molecules/partner-block/_partner-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
}

&.partner__single {
align-items: center;
text-align: center;

.intro {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gent_styleguide",
"version": "6.0.0-beta32",
"version": "6.0.0-beta33",
"description": "Styleguide Stad.Gent",
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down

0 comments on commit d450fb3

Please sign in to comment.