UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

117 lines (112 loc) 3.44 kB
/*#endregion */ /* ###################### MIXINS ##########################*/ /*Core Visibility */ /* 0, 640px */ /* 641px, 1024px */ /* 1025px, 1440px */ /* 1441px, 1920px */ /* 1921px */ /* core-bar */ core-bar { height: 84px; width: 100%; z-index: 20; } .core-bar .core-bar-bg { z-index: -1; position: fixed; height: 0px; display: block; width: 100%; top: 0; -webkit-transition: all 1s cubic-bezier(1, 0.01, 0.625, 1); transition: all 1s cubic-bezier(1, 0.01, 0.625, 1); /* custom */ } .core-bar .core-bar-bg.visible { height: 340px; } .core-bar .core-bar-native { height: 28px; z-index: 2; -webkit-app-region: drag; } .core-bar.color-transparent { background: rgba(0, 0, 0, 0.2); } .core-bar.color-transparent .core-bar-item:hover { background: rgba(255, 255, 255, 0.2); } .core-bar.hasDropShadow { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } .core-bar .core-bar-content { height: 100%; width: 100%; height: 56px; -webkit-app-region: no-drag; z-index: 3; } .core-bar.visible { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .core-bar .core-bar-item { height: 56px; position: relative; } .core-bar .core-bar-item:hover { cursor: pointer; } .core-bar .core-bar-item:hover i:before { cursor: pointer; } .core-bar .core-bar-item:active { /* background-color: rgba(0, 0, 0, 0.10);*/ } .core-bar .core-bar-item.core-bar-item-size-sm { height: 30px; width: 30px; } .core-bar .core-bar-item i[class*=icon] { line-height: 50px; width: 60px; z-index: 1; } .core-bar .core-bar-item i[class*=icon]:before { vertical-align: middle; } .core-bar .core-bar-item i[class*=status] { position: absolute; top: 10px; left: 4px; width: 10px; height: 10px; border: solid 0 transparent; border-radius: 100%; z-index: 2; display: none; } .core-bar .core-bar-item i[class*=status].show { display: block; } .core-foot-bar { position: fixed; bottom: 0; left: 0; right: 0; height: 50px; max-height: 50px; z-index: 20; -webkit-transform: translate3d(0, 50px, 0); -moz-transform: translate3d(0, 50px, 0); -ms-transform: translate3d(0, 50px, 0); -o-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } /* top bar and foot bar */ .core-bar-menu-container > .core-bar-menu { list-style-type: none; margin: 0; /* core-bar-menu-item */ } .core-bar-menu-container > .core-bar-menu .core-bar-menu-item { color: transparent; cursor: pointer; line-height: 24px; padding: 16px; height: 56px; /*[class|='icon']*/ } .core-bar-menu-container > .core-bar-menu .core-bar-menu-item:hover { background: #00B8D4; color: #fff; } .core-bar-menu-container > .core-bar-menu .core-bar-menu-item:hover > [class*='icon']:before { color: #fff !important; } .core-bar-menu-container > .core-bar-menu .core-bar-menu-item span { display: inline-block; margin-left: 12px; } /*# sourceMappingURL=core-bar.style.css.map */