mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Pulled in the colors css files so that I can use @color-names instead of hex
This commit is contained in:
@@ -1,35 +1,33 @@
|
|||||||
.WorkflowChart-isActiveEdit {
|
@import "./client/src/shared/branding/colors.default.less";
|
||||||
stroke: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nodeConnector circle, .nodeConnector .linkCross, .node .addCircle, .node .removeCircle, .node .WorkflowChart-hoverPath {
|
.nodeConnector circle, .nodeConnector .linkCross, .node .addCircle, .node .removeCircle, .node .WorkflowChart-hoverPath {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .addCircle, .nodeConnector .addCircle {
|
.node .addCircle, .nodeConnector .addCircle {
|
||||||
fill: #5CB85C;
|
fill: @default-succ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.addCircle.addHovering {
|
.addCircle.addHovering {
|
||||||
fill: #449D44;
|
fill: @default-succ-hov;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .removeCircle {
|
.node .removeCircle {
|
||||||
fill: #D9534F;
|
fill: @default-err;
|
||||||
}
|
}
|
||||||
|
|
||||||
.removeCircle.removeHovering {
|
.removeCircle.removeHovering {
|
||||||
fill: #C9302C;
|
fill: @default-err-hov;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .WorkflowChart-defaultText {
|
.node .WorkflowChart-defaultText {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
fill: #707070;
|
fill: @default-interface-txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .rect {
|
.node .rect {
|
||||||
fill: #FCFCFC;
|
fill: @default-secondary-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rect.placeholder {
|
.rect.placeholder {
|
||||||
@@ -37,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.node .transparentRect {
|
.node .transparentRect {
|
||||||
fill: #FFFFFF;
|
fill: @default-bg;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -61,11 +59,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.WorkflowChart-svg {
|
.WorkflowChart-svg {
|
||||||
background-color: #f6f6f6;
|
background-color: @default-no-items-bord;
|
||||||
}
|
}
|
||||||
.WorkflowChart-nodeTypeCircle {
|
.WorkflowChart-nodeTypeCircle {
|
||||||
fill: #848992;
|
fill: @default-icon;
|
||||||
}
|
}
|
||||||
.WorkflowChart-nodeTypeLetter {
|
.WorkflowChart-nodeTypeLetter {
|
||||||
fill: #FFFFFF;
|
fill: @default-bg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user