Files
nutty-tools/receipt-printer/style.css
T
nuttylmao dd6d96e3b4 Added platform icons
Now print all recipients on Gift Bombs (Twitch + Kick)
2025-07-29 04:17:37 +10:00

57 lines
718 B
CSS

body {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
}
#header {
}
#avatar {
height: 6em;
border-radius: 50%;
object-fit: cover;
overflow: hidden;
}
#title {
font-weight: 900;
font-size: 1.5em;
text-transform: uppercase;
}
#subtitle {
font-weight: 700;
font-size: 1.2em;
}
#attribute {
padding: 0.5em 0em;
}
#content {
/* border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: none;
border-right: none;
margin: 1em 0em; */
padding: 0.5em 0em;
}
#icon {
height: 1em;
}
#date {
margin: 0.5em 0em;
font-size: 0.7em;
text-transform: uppercase;
}
#footer {
}
.emote {
height: 1em;
}