Skip to content

Commit

Permalink
ignored unfixable errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 20, 2023
1 parent 89020b8 commit 273c00e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stories/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,32 @@
border-radius: 3em;
}

/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--primary {
color: white;
background-color: #1ea7fd;
}

/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--secondary {
color: #333;
background-color: transparent;
box-shadow: rgb(0 0 0 / 15%) 0 0 0 1px inset;
}

/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--small {
padding: 10px 16px;
font-size: 12px;
}

/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--medium {
padding: 11px 20px;
font-size: 14px;
}

/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--large {
padding: 12px 24px;
font-size: 16px;
Expand Down

0 comments on commit 273c00e

Please sign in to comment.