Skip to content

Commit

Permalink
fix(notification): adjust padding and link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Oct 5, 2021
1 parent da530b7 commit da48a01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/components/src/styles/elements/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@
border: 1px solid $blue-light-line;
color: $text;
border-radius: $radius-large;
padding: 22px 24px 26px 24px;
padding: 16px;

@include tablet() {
padding: 32px;
}

&.is-primary {
background: $blue-light;
border: 1px solid $blue-light-line;
color: $blue;

a:not(.button):not(.dropdown-item) {
color: $cyan;
}
}

&.is-info {
Expand Down

0 comments on commit da48a01

Please sign in to comment.