mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
14 lines
225 B
Text
14 lines
225 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 );
|
|
}
|
|
}
|