10 lines
212 B
SCSS
10 lines
212 B
SCSS
#view-confirm {
|
|
background-color: #ffffff;
|
|
@extend .deflash-blue;
|
|
.icon-amazon {
|
|
background-image: url("../img/icon-amazon.svg");
|
|
}
|
|
.tx-details-content > .scroll {
|
|
padding-bottom: .25rem;
|
|
}
|
|
}
|