Skip to content

Commit

Permalink
lint scss
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm committed Dec 10, 2022
1 parent 787bb25 commit 5005a10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/assets/scss/no-js.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,20 @@
background-color: var(--color-rose-900);
border: 1px solid var(--color-rose-300);
}

&.alert--important {
color: var(--color-warning-300);
background-color: var(--color-warning-900);
border: 1px solid var(--color-warning-300);
}

&.alert--tip {
color: var(--color-success-300);
background-color: var(--color-success-900);
border: 1px solid var(--color-success-300);
}
}

.alert__type,
.alert__learn-more {
.alert--warning & {
Expand Down

0 comments on commit 5005a10

Please sign in to comment.