@scientist-softserv/webstore-component-library
Version:
A React component library intended for use with WebStore applications
25 lines (21 loc) • 393 B
CSS
.button {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
border: 0;
border-radius: 0.5em;
cursor: pointer;
display: inline-block;
line-height: 1;
}
.button--small {
font-size: 12px;
padding: 10px 16px;
}
.button--medium {
font-size: 14px;
padding: 11px 20px;
}
.button--large {
font-size: 16px;
padding: 12px 24px;
}