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