Skip to content

Add text and background css classes

Simon Knox requested to merge ee-css-color-utils into master

What does this MR do?

EE for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26898

.bg-success-100 {
  background-color: $green-100;
}

.bg-secondary-100 {
  background-color: $gray-100;
}

.text-warning-950 {
  color: $orange-950;
}

.text-4 {
  font-size: 20px;
}

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Simon Knox

Merge request reports