Skip to content

Commit

Permalink
Apply BEM refactor for Modal (#7200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg authored Dec 16, 2024
2 parents 5c2aea0 + 3866eb0 commit 9b8864c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/components/src/components/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
@import '../style';

@layer kol-component {
:host {
font-size: rem(16);
}

.kol-modal {
border: 0;
padding: 0;
font-size: rem(16);

&::backdrop {
background-color: rgba(0, 0, 0, 0.33);
Expand Down

0 comments on commit 9b8864c

Please sign in to comment.