mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
ignored unfixable errors
This commit is contained in:
parent
89020b800f
commit
273c00e7bc
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user