Mailspring/app/static/components/billing-modal.less

15 lines
223 B
Plaintext
Raw Normal View History

@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);
}
}