mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
29 lines
No EOL
476 B
Text
29 lines
No EOL
476 B
Text
@import "ui-variables";
|
|
|
|
.nylas-modal-container {
|
|
position: absolute;
|
|
z-index: 40;
|
|
|
|
.modal-close {
|
|
margin: 6px;
|
|
}
|
|
|
|
.modal {
|
|
position: absolute;
|
|
background-color: @background-primary;
|
|
border-radius: @border-radius-base;
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 0 1px rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 2) {
|
|
.modal-close {
|
|
margin: 12px;
|
|
}
|
|
}
|
|
|
|
body.platform-win32 {
|
|
.modal {
|
|
border-radius: 0;
|
|
}
|
|
} |