X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=31bb99d9afcd2e528e8b6e44964071bcbf9eaea7;hb=a916776d54224addfe519950f2ea6b7c15bfb16c;hp=c61302412e93b076ab5d04fb49ecac87328731f2;hpb=4c75fd3542bb59bc6ece0f46f4ec7b19b16085bf;p=peach-cgt.git diff --git a/style.less b/style.less index c613024..31bb99d 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; @@ -95,7 +102,7 @@ h1 { border-color: black; } -.flipped { +.flipped, .your_hand { .cardtext { display: none; }