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

alert_management_settings.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7abde7c1a111d51e3f0e53b3e743e8208a8fba76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import 'mixins_and_variables_and_functions';

$stroke-size: 1px;

.right-arrow {
  height: $stroke-size;
  min-width: $gl-spacing-scale-5;

  &-head {
    top: -$gl-spacing-scale-2;
    left: calc(100% - #{$gl-spacing-scale-3} - #{2 * $stroke-size});
    border-width: 0 $stroke-size $stroke-size 0;
    transform: rotate(-45deg);
  }
}