RC-36 | Abilities | Guts Input

This commit is contained in:
Oliver-Akins 2024-12-28 23:56:48 -07:00
parent 9c967aa354
commit 23cad8fcc3
4 changed files with 72 additions and 7 deletions

View file

@ -115,8 +115,8 @@
&.dual {
position: relative;
font-size: 1rem;
--distance-from-edge: 3px;
font-size: var(--font-size-14);
--distance-from-edge: 4px;
&::after {
display: block;
@ -132,11 +132,13 @@
width: 50%;
position: absolute;
text-align: center;
/* border-bottom: none; */
}
> .value {
top: var(--distance-from-edge);
left: var(--distance-from-edge);
clip-path: polygon(100% 0, 100% 60%, 60% 100%, 0 100%, 0 0);
}
> .max {
bottom: var(--distance-from-edge);