1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Sort CSS properties

This commit is contained in:
Daniel Barber 2018-02-26 22:59:44 -05:00
parent c95f1c6032
commit 538758d97f
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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 {