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

storage_quota.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 347bd1316c06a828c01d9176ad73814eeee3fbdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.storage-type-usage {
  &:first-child {
    @include gl-rounded-top-left-base;
    @include gl-rounded-bottom-left-base;
  }

  &:last-child {
    @include gl-rounded-top-right-base;
    @include gl-rounded-bottom-right-base;
  }

  &:not(:last-child) {
    @include gl-border-r-2;
    @include gl-border-r-solid;
    @include gl-border-white;
  }
}