X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;h=58cb3591b15fd8d4ceb0939a63b55940081f1a70;hp=615961a40ce25bd476f42b3e70c05fef3eb40891;hb=480b41bb7b13be95e5e0ed18c2a46692aedc11ad;hpb=3f89f7dbaf990e3f219c1c782fe55455eaa68cbc 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);