5 lines
124 B
SCSS
5 lines
124 B
SCSS
.order-detail-wrapper {
|
|
background: linear-gradient(180deg, $theme-color-100 0%, #f5f7fa 100%);
|
|
padding: 0 12px 40px;
|
|
}
|