ignored unfixable errors

This commit is contained in:
Ulf Gebhardt 2023-11-20 21:45:00 +01:00
parent 89020b800f
commit 273c00e7bc
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -8,27 +8,32 @@
border-radius: 3em; border-radius: 3em;
} }
/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--primary { .storybook-button--primary {
color: white; color: white;
background-color: #1ea7fd; background-color: #1ea7fd;
} }
/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--secondary { .storybook-button--secondary {
color: #333; color: #333;
background-color: transparent; background-color: transparent;
box-shadow: rgb(0 0 0 / 15%) 0 0 0 1px inset; box-shadow: rgb(0 0 0 / 15%) 0 0 0 1px inset;
} }
/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--small { .storybook-button--small {
padding: 10px 16px; padding: 10px 16px;
font-size: 12px; font-size: 12px;
} }
/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--medium { .storybook-button--medium {
padding: 11px 20px; padding: 11px 20px;
font-size: 14px; font-size: 14px;
} }
/* stylelint-disable-next-line selector-class-pattern */
.storybook-button--large { .storybook-button--large {
padding: 12px 24px; padding: 12px 24px;
font-size: 16px; font-size: 16px;