mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
implement gameboard v1
This commit is contained in:
parent
b103db681b
commit
0d7336edc2
177 changed files with 16995 additions and 139 deletions
|
|
@ -0,0 +1,24 @@
|
|||
.game-arrow-overlay {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.game-arrow-overlay__line {
|
||||
stroke-width: 4;
|
||||
stroke-linecap: round;
|
||||
cursor: pointer;
|
||||
pointer-events: stroke;
|
||||
transition: stroke-width 80ms ease-out;
|
||||
}
|
||||
|
||||
.game-arrow-overlay__line:hover {
|
||||
stroke-width: 6;
|
||||
}
|
||||
|
||||
.game-arrow-overlay__line--preview {
|
||||
stroke-dasharray: 8 6;
|
||||
pointer-events: none;
|
||||
opacity: 0.85;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue