mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Sort CSS properties
This commit is contained in:
parent
c95f1c6032
commit
538758d97f
@ -1,11 +1,11 @@
|
||||
@mixin move-indicator {
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
width: 2vmin;
|
||||
display: block;
|
||||
height: 2vmin;
|
||||
position: absolute;
|
||||
right: 2vmin;
|
||||
border-radius: 50%;
|
||||
width: 2vmin;
|
||||
}
|
||||
|
||||
.board {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user