File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494.suit-red { color : # c62828 ; }
9595.suit-black { color : # 111 ; }
9696
97+ /* --- Deck & Discard --- */
9798/* --- Deck & Discard --- */
9899# deckPile {
99100 display : flex;
103104 margin-top : 6px ;
104105}
105106
106- # deck , # discard {
107+ # deck {
107108 width : 96px ;
108109 height : 150px ;
109110 border-radius : 12px ;
118119 cursor : pointer;
119120}
120121
122+ /* Discard pile matches card styling */
123+ # discard {
124+ width : 92px ;
125+ height : 140px ;
126+ border-radius : 12px ;
127+ display : grid;
128+ place-items : center;
129+ font-size : 125px ;
130+ line-height : 1 ;
131+ background : linear-gradient (to bottom, white, whitesmoke);
132+ border : 2px solid # 111 ;
133+ box-shadow : 2px 6px 12px rgba (0 , 0 , 0 , 0.5 );
134+ color : black; /* will be overridden by JS for suit-red / suit-black */
135+ }
136+
121137/* --- Controls --- */
122138# controls {
123139 margin-top : 14px ;
You can’t perform that action at this time.
0 commit comments