You are here

component.css in Lightning Workflow 8.3

Same filename and directory in other branches
  1. 8.2 modules/lightning_scheduler/css/component.css
.scheduled-transition label {
  display: inline;
  font-weight: normal;
}

.scheduled-transition label::before,
.scheduled-transition label::after {
  content: " ";
}

File

modules/lightning_scheduler/css/component.css
View source
  1. .scheduled-transition label {
  2. display: inline;
  3. font-weight: normal;
  4. }
  5. .scheduled-transition label::before,
  6. .scheduled-transition label::after {
  7. content: " ";
  8. }