Template:Demo RecipeItemIcon/styles.css

From Eco - English Wiki
Revision as of 12:40, 19 February 2026 by WugWugg (talk | contribs) (Created page with ".recipe-item-icon { position: relative; width: 64px; height: 64px; } .recipe-item-icon__image p { margin: 0; line-height: 0; } .recipe-item-icon__image img { display: block; } .recipe-item-icon__count { position: absolute; bottom: 0; right: 0; font-weight: bold; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.recipe-item-icon {
  position: relative;
  width: 64px;
  height: 64px;
}

.recipe-item-icon__image p {
  margin: 0;
  line-height: 0;
}

.recipe-item-icon__image img {
  display: block;
}

.recipe-item-icon__count {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
}