X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=58cb3591b15fd8d4ceb0939a63b55940081f1a70;hb=4774192fca507ee5d06124b2d5268c5b023f6ed9;hp=615961a40ce25bd476f42b3e70c05fef3eb40891;hpb=5cdd81017da7451214f548effc71ec717b3d3c4d;p=peach-cgt.git diff --git a/style.less b/style.less index 615961a..58cb359 100644 --- a/style.less +++ b/style.less @@ -12,6 +12,11 @@ @your-side-color: #ffe2e2; @my-side-color: #e2ffe2; +#loading-card { + top: (@table-height - @card-height) / 2 - 4px; + left: (@table-width - @card-width) / 2 - 4px; +} + .shadow (@x: 0, @y: 0, @blur: 1px, @alpha) { @val: @x @y @blur rgba(0, 0, 0, @alpha);