doc: add styles to order stylesheet

This commit is contained in:
Leon Xu
2022-05-07 15:46:35 -07:00
parent a7e7f90975
commit 87459fa762
+18
View File
@@ -0,0 +1,18 @@
.order {
padding: 40px;
margin: 20px 0;
border: 1px solid lightgray;
background-color: white;
position: relative;
}
.order__id {
position: absolute;
top: 40px;
right: 20px;
}
.order__total {
font-weight: 500;
text-align: right;
}