summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_workflows.scss
blob: 894b6e7973ae1d1975f373cdecd9668a5cd86e9d (plain)
1
2
3
4
5
6
7
8
9
10
11

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .c
.workflows {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;

  background-color: $background-gray;
  .list-editor-view-list .list-editor-item-view .list-editor-item-view-content .list-editor-item-view-field:last-child {
    flex: 2 1;
  }

  .list-editor-view {
    padding: 30px 50px;
  }

}

.workflows-editor-modal {
  .modal-body {
    padding: 0;
  }
  .validation-form-content {
    padding: 15px;
  }
}