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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

54 lines
849 B
SCSS
Raw Permalink Normal View History

2021-01-03 14:25:43 +05:30
.whats-new-drawer {
2023-06-20 00:43:36 +05:30
margin-top: calc(#{$header-height} + #{$calc-application-bars-height});
2021-01-03 14:25:43 +05:30
@include gl-shadow-none;
2021-01-29 00:20:46 +05:30
overflow-y: hidden;
2021-06-08 01:23:25 +05:30
width: 500px;
2021-01-29 00:20:46 +05:30
.gl-infinite-scroll-legend {
@include gl-display-none;
}
2021-02-22 17:27:13 +05:30
.gl-tabs {
@include gl-overflow-y-auto;
}
.gl-tabs-nav {
flex-wrap: nowrap;
overflow-x: scroll;
align-items: stretch;
.nav-item {
@include gl-flex-shrink-0;
a {
@include gl-h-full;
line-height: 1.5;
}
}
}
.gl-spinner-container {
@include gl-w-full;
@include gl-absolute;
top: 50%;
transform: translateY(-50%);
}
2021-01-03 14:25:43 +05:30
}
2021-01-29 00:20:46 +05:30
.whats-new-item-title-link {
&:hover,
&:focus,
&:active {
@include gl-text-gray-900;
}
}
2020-11-24 15:15:51 +05:30
.whats-new-item-image {
border-color: $gray-50;
2021-06-08 01:23:25 +05:30
height: 250px;
2020-11-24 15:15:51 +05:30
}
2021-01-03 14:25:43 +05:30
.whats-new-modal-backdrop {
2021-03-08 18:12:59 +05:30
z-index: 699;
2021-01-03 14:25:43 +05:30
}