pdh-design-system
Version:
PDH Design System React Components
37 lines (35 loc) • 714 B
CSS
.colour-swatches .swatch {
display: inline-block;
width: 60px;
height: 60px;
margin: 5px;
text-align: center;
text-transform: capitalize;
line-height: 60px;
font-size: 10px;
cursor: pointer;
transition: all 0.3s;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
padding: 0;
font-weight: 600;
}
.colour-swatches .gradswatch {
display: inline-block;
width: 185px;
height: 60px;
margin: 5px;
text-align: center;
text-transform: capitalize;
line-height: 60px;
font-size: 10px;
cursor: pointer;
transition: all 0.3s;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
padding: 0;
font-weight: 600;
color: white;
border-radius: 5px;
}
.colour-swatches h3 {
margin-top: 2rem;
}