mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
33 lines
367 B
SCSS
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;
|
|
}
|
|
}
|