Mailspring/packages/client-app/static/components/billing-modal.less
Evan Morikawa 4904a9ae85 [client-app] Updates to feature limiting
This is a squash of a bunch of commits releated to feature limiting.
Includes making the upgrade path seamless by accessing billing through a
WebView and making sure that the feature is enabled after upgrading, or
canceled if the upgrade path is stopped by the user in any way.

Included diffs
---------------
Differential Revision: https://phab.nylas.com/D4078
Differential Revision: https://phab.nylas.com/D4136
Differential Revision: https://phab.nylas.com/D4137
Differential Revision: https://phab.nylas.com/D4143
Differential Revision: https://phab.nylas.com/D4147
Differential Revision: https://phab.nylas.com/D4171
Differential Revision: https://phab.nylas.com/D4173
2017-04-05 16:02:53 -07:00

15 lines
225 B
Plaintext

@import "ui-variables";
.billing-modal {
width: 100%;
height: 100%;
top: 0;
position: absolute;
display: flex;
cursor: default;
.webview-cover {
background: linear-gradient( -10deg, #fff, #f5f6fd );
}
}