UNPKG

@microsoft/mgt

Version:
36 lines (33 loc) 935 B
// THIS FILE IS AUTO GENERATED // ANY CHANGES WILL BE LOST DURING BUILD // MODIFY THE .SCSS FILE INSTEAD import { css } from 'lit-element'; /** * exports lit-element css * @export styles */ export const styles = [ css ` /** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ .root { position: relative; } .root .flyout { display: none; position: absolute; z-index: 1; opacity: 0; transition-property: opacity; transition-duration: 0.1s; } .root .flyout.visible { display: inline-block; opacity: 1; } .root .flyout.visible.openLeft { right: 0; } ` ]; //# sourceMappingURL=mgt-flyout-css.js.map