mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
78 lines
1.0 KiB
CSS
78 lines
1.0 KiB
CSS
body {
|
|
margin: 1em;
|
|
}
|
|
|
|
#settings {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
}
|
|
|
|
.setting input {
|
|
margin-left: auto;
|
|
width: 15em;
|
|
}
|
|
|
|
.setting {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 0.5em;
|
|
}
|
|
|
|
|
|
|
|
/************************/
|
|
/*** RECEIPT TEMPLATE ***/
|
|
/************************/
|
|
|
|
#receipt-container {
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
|
|
text-align: center;
|
|
color: black;
|
|
}
|
|
|
|
/* #receipt-header {} */
|
|
|
|
#receipt-content {
|
|
padding: 0.5em 0em;
|
|
}
|
|
|
|
/* #receipt-footer {} */
|
|
|
|
#receipt-avatar {
|
|
max-height: 15em;
|
|
max-width: 90%;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#receipt-title {
|
|
font-weight: 900;
|
|
font-size: 1.5em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
#receipt-subtitle {
|
|
font-weight: 700;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
#receipt-icon {
|
|
height: 2em;
|
|
}
|
|
|
|
#receipt-icon:not([src]),
|
|
#receipt-icon[src=""] {
|
|
display: none;
|
|
}
|
|
|
|
#receipt-date {
|
|
margin: 0.5em 0em;
|
|
font-size: 0.7em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.emote {
|
|
height: 1em;
|
|
} |