.btn { display: inline-block; border-radius: 3px; padding: 0.5rem 0; margin: 0.5rem 1rem; width: 11rem; background: transparent; color: white; border: 2px solid white; } .btn .btn-primary { background: white; color: palevioletred; }
Steps needed:
.btn { display: inline-block; border-radius: 3px; padding: 0.5rem 0; margin: 0.5rem 1rem; width: 11rem; background: transparent; color: white; border: 2px solid white; &.btn-primary { background: white; color: palevioletred; } }
JSS
Styled Cmponents
Emotion JS
with h1, h2, ... , h6, p and caption variants
Let's do it!
By Shahidul Islam Majumder
Styling react components with styled components
{ human.muslim.JavaScripter }