Mailspring/static/components/popover.less
Ben Gotow ecd6f37ef0 fix(builds): Resolve issues that have been blocking builds
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
2015-02-04 15:30:27 -08:00

18 lines
334 B
Plaintext

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