bia-framework
Version:
Bia Framework to work with angular 2
26 lines (24 loc) • 664 B
CSS
/*#endregion */
/* ###################### MIXINS ##########################*/
/*Core Visibility */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
.flow {
width: 100%;
min-height: 900px;
height: 100%;
background: #303030; }
.flow .flow-component {
cursor: -webkit-grab; }
.flow .flow-component.isDraging {
cursor: -webkit-grabbing; }
.flow .flow-component .flow-node-rect {
fill: #424242; }
.flow .flow-component text.flow-node-title {
fill: #bbbbbb; }
.flow .flow-component .flow-port {
fill: #58666e; }
/*# sourceMappingURL=flow.css.map */