doc: add styles to order stylesheet
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user