23 lines
259 B
SCSS
23 lines
259 B
SCSS
.flag {
|
|
height: 1.4em;
|
|
vertical-align: bottom;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.coins {
|
|
width: 100%;
|
|
}
|
|
|
|
td.thumbnail {
|
|
width: 90px;
|
|
}
|
|
|
|
img.thumbnail {
|
|
height: 90px;
|
|
width: 90px;
|
|
}
|
|
|
|
caption {
|
|
caption-side: bottom;
|
|
text-align: left;
|
|
} |