Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
343 Bytes
.order {
padding: 40px;
margin: 20px 0;
border: 1px solid lightgray;
background-color: white;
position: relative;
}
.order > h1 {
text-align: center;
}
.order > h2,
.order > p {
margin-bottom: 10px;
}
.order__id {
position: absolute;
top: 40px;
right: 20px;
}
.order__total {
font-weight: 500;
text-align: right;
}