mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
32
scss/includes/dmscreen-counter.scss
Normal file
32
scss/includes/dmscreen-counter.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
@import "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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user