hensei-web/components/UncapIndicator/index.scss

14 lines
No EOL
232 B
SCSS

.UncapIndicator {
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
gap: 2px;
list-style: none;
margin: 0;
padding: 0;
&:hover {
cursor: pointer;
}
}