hensei-web/components/uncap/UncapIndicator/index.module.scss
2023-06-23 19:49:15 -07:00

18 lines
266 B
SCSS

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