debian-mirror-gitlab/app/assets/stylesheets/components/whats_new.scss

33 lines
634 B
SCSS
Raw Normal View History

2021-01-03 14:25:43 +05:30
.whats-new-drawer {
margin-top: $header-height;
@include gl-shadow-none;
}
.with-performance-bar .whats-new-drawer {
margin-top: calc(#{$performance-bar-height} + #{$header-height});
}
2020-11-24 15:15:51 +05:30
.gl-badge.whats-new-item-badge {
background-color: $purple-light;
color: $purple;
2021-01-03 14:25:43 +05:30
@include gl-font-weight-bold;
2020-11-24 15:15:51 +05:30
}
.whats-new-item-image {
border-color: $gray-50;
}
2021-01-03 14:25:43 +05:30
.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;
}