Browse Source

Better positioning of the card counts

master
Quildra 2 years ago
parent
commit
4e52653b5e
  1. 4
      src/app/components/card-display/card-display.component.scss

4
src/app/components/card-display/card-display.component.scss

@ -10,7 +10,7 @@
width:20px; width:20px;
height:20px; height:20px;
color:#fff; color:#fff;
top: 22%; top: 37%;
left: 10px; left: 10px;
//background: radial-gradient( 5px -9px, circle, white 8%, red 26px ); //background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
//background-color: red; //background-color: red;
@ -46,7 +46,7 @@
width:20px; width:20px;
height:20px; height:20px;
color:#fff; color:#fff;
top: 15%; top: 30%;
left: 10px; left: 10px;
//background: radial-gradient( 5px -9px, circle, white 8%, red 26px ); //background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
background-color: gray; background-color: gray;

Loading…
Cancel
Save