mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 11:52:34 +08:00
ecd6f37ef0
Summary: Fix bad LESS Use CJSX glob-to-multiple? Look for themes in internal_packages Test Plan: Run build Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1127
18 lines
No EOL
334 B
Text
18 lines
No EOL
334 B
Text
@import "ui-variables";
|
|
|
|
.popover-container {
|
|
display:inline-block;
|
|
position:relative;
|
|
}
|
|
|
|
.popover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 250px;
|
|
max-height:400px;
|
|
background-color: @background-color;
|
|
transform: translateY(-100%);
|
|
box-shadow: 0 2px 8px rgba(0,0,0,0.4);
|
|
z-index: 40;
|
|
} |