12 lines
216 B
CSS
12 lines
216 B
CSS
.vc-ranb-button {
|
|
color: var(--interactive-normal);
|
|
padding: 0 0.5em;
|
|
margin-bottom: 0.5em;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.vc-ranb-button:hover {
|
|
color: var(--interactive-active);
|
|
}
|