Sha256: b5808413eb970f1af2a262d42ba066b974d712f08a533fee921ceb6354ad0b34

Contents?: true

Size: 820 Bytes

Versions: 1

Compression:

Stored size: 820 Bytes

Contents

/* Used by Jobs */
.callout {
  border: 1px solid #eee;
  border-left-width: 0.5em;
}
.callout-queued {
  border-left-color: darkgrey;
}
.callout-running {
  border-left-color: #337ab7;
}
.callout-completed {
  border-left-color: green;
}
.callout-paused {
  border-left-color: orange;
}
.callout-failed {
  border-left-color: red;
}
.callout-aborted {
  border-left-color: darkorange;
}

/* Used by Dirmon Entries */
.callout-enabled {
  border-left-color: green;
}
.callout-disabled {
  border-left-color: orange;
}

/* Used by Workers */
.callout-top {
  border: 1px solid #eee;
  border-top-width: 5px;
}
.callout-info-top {
  border-top-color: #1b809e;
}
.callout-success-top {
  border-top-color: #3c763d;
}
.callout-warning-top {
  border-top-color: #aa6708;
}
.callout-alert-top {
  border-top-color: #ce4844;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rocketjob_mission_control-1.2.0 app/assets/stylesheets/rocket_job_mission_control/callout.scss