summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/whats_new.scss
blob: 64e82531c30dd86346f1783c8ed2d6ca58ff41db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.whats-new-drawer {
  margin-top: $header-height;
  @include gl-shadow-none;
  overflow-y: hidden;

  .gl-infinite-scroll-legend {
    @include gl-display-none;
  }
}

.with-performance-bar .whats-new-drawer {
  margin-top: calc(#{$performance-bar-height} + #{$header-height});
}

.gl-badge.whats-new-item-badge {
  background-color: $purple-light;
  color: $purple;
  @include gl-font-weight-bold;
}

.whats-new-item-title-link {
  &:hover,
  &:focus,
  &:active {
    @include gl-text-gray-900;
  }
}

.whats-new-item-image {
  border-color: $gray-50;
}

.whats-new-modal-backdrop {
  z-index: 9;
}

.whats-new-notification-count {
  @include gl-bg-gray-900;
  @include gl-font-sm;
  @include gl-line-height-normal;
  @include gl-text-white;
  @include gl-vertical-align-top;
  border-radius: 20px;
  padding: 3px 10px;
}