mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-12-08 20:28:42 +00:00
All planetposen routes at version 0.1
This commit is contained in:
38
src/routes/receipt/[[id]]/styles-receipt-page.scss
Normal file
38
src/routes/receipt/[[id]]/styles-receipt-page.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
@import '../../../styles/media-queries.scss';
|
||||
|
||||
.order-confirmation {
|
||||
margin: 6rem auto 0;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: 0 0.5rem;
|
||||
|
||||
@include mobile {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
// @include pageMargin;
|
||||
|
||||
@include tablet {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
@include desktop {
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.order-description {
|
||||
padding: 1rem;
|
||||
margin: 1rem 0;
|
||||
text-align: center;
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user