chayns-components
Version:
A set of beautiful React components for developing chayns® applications.
16 lines • 308 B
CSS
.cc__signature {
position: relative;
cursor: pointer;
}
.cc__signature .cc__signature--icon {
position: absolute;
top: 0;
right: 0;
height: 32px;
width: 32px;
background-color: #fff;
color: var(--chayns-color--secondary);
display: flex;
justify-content: center;
align-items: center;
}