new companion sheet templates

This commit is contained in:
moliloo 2025-07-03 01:32:05 -03:00
parent 9fb9a4af55
commit 502ac1cca5
18 changed files with 857 additions and 21 deletions

View file

@ -52,6 +52,18 @@
&.glow {
animation: glow 0.75s infinite alternate;
}
&:disabled {
background: light-dark(transparent, @golden);
color: light-dark(@dark-blue, @dark-blue);
opacity: 0.6;
cursor: not-allowed;
&:hover {
background: light-dark(transparent, @golden);
color: light-dark(@dark-blue, @dark-blue);
}
}
}
select {