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

brand_logo.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ee37f1b192b52fd46b714a50dfea62d6dc38156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.brand-logo {
  display: inline-block;
  border-radius: $gl-border-radius-base;
  padding: $gl-spacing-scale-2;
  background-color: transparent;
  border-style: none;

  .tanuki-logo {
    vertical-align: middle;
  }

  &:focus,
  &:active {
    @include gl-focus;
  }
}