Skip to content

Commit

Permalink
scope new styles under the dataviews container
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 5, 2024
1 parent f4085b8 commit 9d5dd9e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,17 @@
}
}

.edit-site-patterns__pattern-icon {
border-radius: $grid-unit-05;
background: var(--wp-block-synced-color);
fill: $white;
}

.edit-site-patterns__pattern-lock-icon {
fill: currentcolor;
}
}

.edit-site-patterns__pattern-icon {
fill: var(--wp-block-synced-color);
flex-shrink: 0;
}

.edit-site-patterns__no-results {
color: $gray-600;
}
Expand Down Expand Up @@ -236,6 +237,11 @@
}
}

.edit-site-patterns__pattern-icon {
fill: var(--wp-block-synced-color);
flex-shrink: 0;
}

.edit-site-patterns__pattern-lock-icon {
min-width: min-content;
}
Expand Down

0 comments on commit 9d5dd9e

Please sign in to comment.