JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
start of piles implementation
[peach-cgt.git] / style.less
index c613024..2473abf 100644 (file)
@@ -48,15 +48,22 @@ h1 {
        border: 2px solid #468;
 }
 
-.card {
+.card, .blank_card {
        width: @card-width;
        height: @card-height;
        padding: 2px;
        position: absolute;
+       border-radius: 4px;
+}
+
+.blank_card {
+       border: 1px solid #777;
+}
+
+.card {
        background: #fff;
        border: 2px solid #fff;
        .shadow(1px, 1px, 8px, 0.4);
-       border-radius: 4px;
 
        &:hover {
                z-index: 9999 !important;