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

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