Lint storybook sample code

This commit is contained in:
Alex Gleason
2023-02-02 20:23:47 -06:00
parent b6df6149f4
commit 398bfa879e
8 changed files with 38 additions and 32 deletions

View File

@ -7,23 +7,28 @@
display: inline-block;
line-height: 1;
}
.storybook-button--primary {
color: white;
background-color: #1ea7fd;
}
.storybook-button--secondary {
color: #333;
background-color: transparent;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
}
.storybook-button--small {
font-size: 12px;
padding: 10px 16px;
}
.storybook-button--medium {
font-size: 14px;
padding: 11px 20px;
}
.storybook-button--large {
font-size: 16px;
padding: 12px 24px;