mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-31 19:54:46 +00:00
14 lines
208 B
CSS
14 lines
208 B
CSS
.crypto-icon-32 {
|
|
display: inline-block;
|
|
width: 32px;
|
|
height: 32px;
|
|
background-size: cover;
|
|
}
|
|
|
|
.crypto-icon-128 {
|
|
display: inline-block;
|
|
width: 128px;
|
|
height: 128px;
|
|
background-size: cover;
|
|
}
|