@ramonak/react-button-group
Version:
React ButtonGroup component
35 lines (30 loc) • 539 B
CSS
._1Lxpd {
display: flex;
justify-content: space-evenly;
width: 100%;
}
._1bGTw {
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100%;
}
._2dDSn {
width: 150px;
height: 50px;
letter-spacing: 0.5px;
background-color: #E0314B;
color: white;
font-size: 32px;
border: 1.5px solid #E0314B;
border-radius: 5px;
cursor: pointer;
}
._3sodH{
background-color: rgb(25, 26, 24);
border: 1.5px solid rgb(25, 26, 24);
}
._2dDSn:hover{
background-color: white;
color: #E0314B;
}