X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;h=2473abf3855a5017fd5984d78bad57d5b0ea332a;hp=c61302412e93b076ab5d04fb49ecac87328731f2;hb=5e5f70bb208fb1f8a7e774ed5a172e78660be639;hpb=f229f006c7b208e9bf1d7f1b92ef11e03c7baee7 diff --git a/style.less b/style.less index c613024..2473abf 100644 --- a/style.less +++ b/style.less @@ -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;