Skip to content

Commit

Permalink
fix: web notification style (#1118)
Browse files Browse the repository at this point in the history
* fix: web notification style

* fix: lint
  • Loading branch information
leonardodouradol committed Aug 19, 2024
1 parent 2121e3d commit 7e6ad5a
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions packages/ocean-core/src/components/_web-notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ $max-notifications: 10;
&__content {
display: flex;
gap: $spacing-inline-xxs-extra;
max-width: 328px;
padding: $spacing-inline-xxs-extra $spacing-inline-xxs
$spacing-inline-xxs-extra $spacing-inline-xs;
width: 328px;
width: 100%;
z-index: 1;
}

Expand Down Expand Up @@ -115,10 +114,14 @@ $max-notifications: 10;
display: flex;
flex-direction: column;
width: 100%;
}

p {
word-break: break-word;
}
&__body .ods-typography__caption {
color: $color-interface-light-down;
}

&__body p {
word-break: break-word;
}

&__close-button {
Expand Down Expand Up @@ -207,9 +210,3 @@ $max-notifications: 10;
width: 100%;
}
}

.ods-typography {
&__caption {
color: $color-interface-light-down;
}
}

0 comments on commit 7e6ad5a

Please sign in to comment.