20 lines
No EOL
393 B
SCSS
20 lines
No EOL
393 B
SCSS
#view-review {
|
|
|
|
slide-to-accept, slide-to-accept-success {
|
|
margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
|
|
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
|
|
}
|
|
|
|
.fee-summary {
|
|
position: absolute;
|
|
bottom: 92px;
|
|
}
|
|
|
|
.shapeshift-banner, .bitpay-banner, .egifter-banner {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.warning {
|
|
color: $v-warning-color-2;
|
|
}
|
|
} |