mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
color updates to workflows
This commit is contained in:
@@ -2343,3 +2343,7 @@ input[disabled].ui-spinner-input {
|
||||
border-color: @b7grey;
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
background: @default-bg;
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
@f7grey: #F7F7F7;
|
||||
@insights-yellow: #dedc4f;
|
||||
@f2grey: #f2f2f2;
|
||||
@f6grey: #f6f6f6;
|
||||
@ebgrey: #ebebeb;
|
||||
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
}
|
||||
|
||||
.WorkflowResults-rightSide .WorkflowChart-svg {
|
||||
background-color: @default-secondary-bg;
|
||||
background-color: @f6grey;
|
||||
border: 1px solid @d7grey;
|
||||
border-top: 0px;
|
||||
border-bottom-right-radius: 5px;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
}
|
||||
.WorkflowMaker-contentHolder {
|
||||
display: flex;
|
||||
border: 1px solid @d7grey;
|
||||
border: 1px solid @b7grey;
|
||||
border-radius: 5px;
|
||||
height: ~"calc(100% - 85px)";
|
||||
}
|
||||
@@ -54,7 +54,8 @@
|
||||
}
|
||||
.WorkflowMaker-contentRight {
|
||||
flex: 0 0 400px;
|
||||
border-left: 1px solid @d7grey;
|
||||
border-left: 1px solid @b7grey;
|
||||
background: @default-bg;
|
||||
padding: 20px;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
@@ -157,7 +158,8 @@
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: @default-interface-txt;
|
||||
border-bottom: 1px solid @d7grey;
|
||||
background: @default-bg;
|
||||
border-bottom: 1px solid @b7grey;
|
||||
}
|
||||
.WorkflowLegend-maker--left {
|
||||
flex: 1 0 auto;
|
||||
@@ -246,7 +248,7 @@
|
||||
width: 293px;
|
||||
background-color: @default-bg;
|
||||
display: flex;
|
||||
border: 1px solid @d7grey;
|
||||
border: 1px solid @b7grey;
|
||||
border-top: 0px;
|
||||
border-bottom-left-radius: 5px;
|
||||
margin-left: -1px;
|
||||
|
||||
Reference in New Issue
Block a user