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 {
|
@mixin move-indicator {
|
||||||
display: block;
|
border-radius: 50%;
|
||||||
content: "";
|
content: "";
|
||||||
width: 2vmin;
|
display: block;
|
||||||
height: 2vmin;
|
height: 2vmin;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2vmin;
|
right: 2vmin;
|
||||||
border-radius: 50%;
|
width: 2vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board {
|
.board {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user