Skip to content

Commit

Permalink
fix: css redone
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Apr 12, 2024
1 parent 36ae1f3 commit 566bdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RepeatableContentBlock/style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.repeatableContentBlock
.repeatable-block-header
.repeatable-block-content-infos {
background-color: #eee;
padding: 1rem;
background-color: #eee;
}

.repeatableContentBlock
.repeatable-block-header
.repeatable-block-content-infos.no-bg {
background-color: transparent;
padding: 1rem 0;
background-color: transparent;
}

.repeatableContentBlock .repeatable-block-image.full-width {
Expand Down

0 comments on commit 566bdfb

Please sign in to comment.