Welcome to mirror list, hosted at ThFree Co, Russian Federation.

feature_highlight.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d301cc56177b1b4f334582085cf948ddcf181ec (plain)
1
2
3
4
5
.gl-sm-mr-3 {
  @media (min-width: $breakpoint-sm) {
    @include gl-mr-3;
  }
}