2018-07-19 17:41:02 +08:00
|
|
|
#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 */
|
|
|
|
|
}
|
2018-07-26 14:29:53 +08:00
|
|
|
|
|
|
|
|
.fee-summary {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 92px;
|
|
|
|
|
}
|
2018-08-02 16:05:12 +02:00
|
|
|
|
2018-08-07 16:36:33 +09:00
|
|
|
.shapeshift-banner, .bitpay-banner, .egifter-banner {
|
2018-08-02 16:05:12 +02:00
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
2018-08-07 11:27:05 +12:00
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
|
color: $v-warning-color-2;
|
|
|
|
|
}
|
2018-07-19 17:41:02 +08:00
|
|
|
}
|