mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
14 lines
223 B
Text
14 lines
223 B
Text
@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);
|
|
}
|
|
}
|