@import '../../styles/colors.scss'; .statusBadge { width: 22px; height: 22px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-size: 10px; background-color: $primary-main; } .signer { background-color: white; border-radius: 50%; z-index: 1; }