aboutsummaryrefslogtreecommitdiff
path: root/src/components/ExpandableHeader.css
blob: 14e291b060e382cf90d68ef2c20e7d0020a79fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.vc-expandableheader-center-flex {
    display: flex;
    justify-items: center;
    align-items: center;
}

.vc-expandableheader-btn {
    all: unset;
    cursor: pointer;
    width: 24px;
    height: 24px;
}