You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
400 B
24 lines
400 B
.card { |
|
border-radius: 5px; |
|
border: 1px solid #000; |
|
position: relative; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
background-color: #fff; |
|
|
|
.dot { |
|
position: absolute; |
|
// font-size: 14px; |
|
left: 6px; |
|
top: 2px; |
|
font-weight: bold; |
|
} |
|
.suit-wrap { |
|
margin-top: 5px; |
|
} |
|
.suit { |
|
height: 18px; |
|
width: auto; |
|
} |
|
}
|
|
|