hensei-web/components/UncapIndicator/index.scss
Justin Edmund 1f21e9d808 Added TranscendencePopover
This popover is the UI that lets you set an item's transcendence
2023-01-22 14:40:57 -08:00

18 lines
243 B
SCSS

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