JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
cleanup, loading message
[peach-cgt.git] / style.less
index 615961a..58cb359 100644 (file)
 @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);