More actions
Created page with ".cosmetic-card { display: inline-block; width: 125px; margin: 0px 6px 6px 0; } .cosmetic-card__background { background: linear-gradient(#808b9a,#d5e2e6); border-radius: 6px 6px 0 0; } .cosmetic-card__background img { width: 100%; height: auto; object-position: center; border-radius: 6px 6px 0 0; } .cosmetic-card__optional { text-align: center; color: #B9BABC; background-color: #302b36; margin-top: 4px; border-radius: 4px; text-transform: uppercase;..." |
No edit summary |
||
Line 34: | Line 34: | ||
text-align: center; | text-align: center; | ||
color: gray; | color: gray; | ||
margin-top: 8px; | margin-top: 8px; | ||
font-size: 12px; | font-size: 12px; | ||
} | } |
Revision as of 14:20, 27 February 2024
.cosmetic-card {
display: inline-block;
width: 125px;
margin: 0px 6px 6px 0;
}
.cosmetic-card__background {
background: linear-gradient(#808b9a,#d5e2e6);
border-radius: 6px 6px 0 0;
}
.cosmetic-card__background img {
width: 100%;
height: auto;
object-position: center;
border-radius: 6px 6px 0 0;
}
.cosmetic-card__optional {
text-align: center;
color: #B9BABC;
background-color: #302b36;
margin-top: 4px;
border-radius: 4px;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
font-style: italic;
font-family: 'Saira Extra Condensed', 'Nunito','Saira',system-ui,-apple-system,sans-serif;
line-height: 1.4;
}
.cosmetic-card__name {
text-align: center;
color: gray;
margin-top: 8px;
font-size: 12px;
}