carbon-custom-elements
Version:
A Carbon Design System variant that's as easy to use as native HTML elements, with no framework tax, no framework silo.
13 lines (12 loc) • 802 B
JavaScript
/**
* @license
*
* Copyright IBM Corp. 2019, 2020
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import { css } from 'lit-element';
export default css([
'bx-header~bx-side-nav{margin-top:3rem;height:calc(100% - 3rem)}.bx-ce-demo-devenv--container{will-change:margin-left;transition:margin-left .11s cubic-bezier(.2,0,1,.9)}@media (min-width:66rem){.bx-ce-demo-devenv--container{margin-left:16rem}}.bx-ce-demo-devenv--with-rail .bx-ce-demo-devenv--container{margin-left:3rem}@media (min-width:66rem){.bx-ce-demo-devenv--rail-expanded .bx-ce-demo-devenv--container{margin-left:16rem}}@media (min-width:66rem){.bx-ce-demo-devenv--with-side-nav-for-header .bx-ce-demo-devenv--container{margin-left:0}}',
]);