Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions eds/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@
width: 80px;
}

.white .columns.icons span.icon img {
filter: invert(0) brightness(0);
}

.columns.icons.block > div {
display: flex ;
align-items: center;
Expand Down
9 changes: 7 additions & 2 deletions eds/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1023,11 +1023,16 @@ margin-bottom:10px;
padding: 0;
}

.section.dark.center.columns-container span.icon:first-of-type {
.section.center.columns-container span.icon:first-of-type {
height: 80px;
width: 150px;
}

.section.white.supported-devices span.icon img{
filter: invert(0) brightness(0);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using new svgs (for white variant ) used filter to get the svg for white background.

}


.main > .columns-2.banner {
padding: 0;
max-width: 100%;
Expand Down Expand Up @@ -1170,7 +1175,7 @@ a.black {
padding: 64px 32px;
}

.section.dark.supported-devices h2 {
.section.supported-devices h2 {
font-size: 2.25rem;
}

Expand Down
Loading