Files
cunningham/packages/react/src/components/Button/index.scss

10 lines
284 B
SCSS
Raw Normal View History

.c__button {
background-image: var(--c--theme--colors--primary-gradient);
padding: 8px 30px;
border-radius: var(--c--components--button--border-radius);
border: none;
box-shadow: var(--c--components--button--shadow);
color: white;
font-weight: bold;
cursor: pointer;
}