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