Files
5etools-mirror-2.github.io/scss/includes/dmscreen-counter.scss
TheGiddyLimit f00d1f3833 v1.201.0
2024-03-10 21:53:34 +00:00

33 lines
367 B
SCSS

@use "vars";
.dm-cnt__ {
&ipt {
background: transparent;
flex-shrink: 0;
flex-grow: 0;
width: 50px;
}
&ipt--cur {
border-right: 0;
}
&ipt--max {
border-left: 0;
}
&slash {
margin-right: -2px;
margin-left: -2px;
width: 4px;
pointer-events: none;
user-select: none;
}
}
.night-mode .dm-cnt__ {
&ipt {
background: transparent;
}
}