mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "vars";
|
||||
@use "vars";
|
||||
|
||||
.dm-unitconv {
|
||||
width: 100%;
|
||||
@@ -26,7 +26,9 @@
|
||||
}
|
||||
|
||||
&ipt.ipt-invalid:focus {
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 99, 99, 0.6);
|
||||
box-shadow:
|
||||
inset 0 1px 1px rgb(0 0 0 / 7.5%),
|
||||
0 0 8px rgb(231 99 99 / 60%);
|
||||
border-color: #e92b31;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user