Equicord/src/components/ExpandableHeader.css

11 lines
184 B
CSS
Raw Normal View History

.vc-expandableheader-center-flex {
display: flex;
2024-04-17 14:29:47 -04:00
place-content: center;
}
.vc-expandableheader-btn {
all: unset;
cursor: pointer;
width: 24px;
height: 24px;
2024-04-17 14:29:47 -04:00
}