hensei-web/components/UncapIndicator/index.scss
Justin Edmund 942abf5a89 Fix updating uncap and transcendence
This was broken because when we made anonymous parties editable, we moved to using a `editable` boolean passed down through props and forgot to edit these methods
2023-02-02 03:03:57 -08:00

18 lines
250 B
SCSS

.UncapWrapper {
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;
}
}