12 lines
237 B
SCSS
12 lines
237 B
SCSS
.order-detail-wrapper {
|
|
background: url('./images/header_bg.png');
|
|
background-position: 0 0;
|
|
background-size: 100% 242px;
|
|
background-repeat: no-repeat;
|
|
padding: 60px 15px;
|
|
}
|
|
|
|
.icon-back {
|
|
height: 16px;
|
|
width: 16px;
|
|
} |