* Update create-processor.js * Use built in semibold * Preparing articlelist * Add blue button to storybook * Scope fade styles * Add truncate component * Add scroll button to storybook * Update storybook.tsx * Update DefaultLayout.tsx
8 lines
138 B
SCSS
8 lines
138 B
SCSS
.hover-shadow-large {
|
|
transition: box-shadow 0.3s ease-in-out;
|
|
|
|
&:hover {
|
|
box-shadow: var(--color-shadow-large) !important;
|
|
}
|
|
}
|