13 lines
210 B
CSS
13 lines
210 B
CSS
|
.vc-expandableheader-center-flex {
|
||
|
display: flex;
|
||
|
justify-items: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.vc-expandableheader-btn {
|
||
|
all: unset;
|
||
|
cursor: pointer;
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|