debian-mirror-gitlab/app/assets/stylesheets/page_bundles/clusters.scss

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

23 lines
384 B
SCSS
Raw Normal View History

2022-11-25 23:54:43 +05:30
@import 'mixins_and_variables_and_functions';
2018-03-17 18:26:18 +05:30
.clusters-container {
2021-12-11 22:18:48 +05:30
@include media-breakpoint-down(xs) {
.nav-controls {
@include gl-w-full;
order: -1;
.gl-new-dropdown,
.split-content-button {
@include gl-w-full;
}
}
}
2020-04-08 14:13:33 +05:30
}
2022-01-26 12:08:38 +05:30
2022-04-04 11:22:00 +05:30
.cluster-card-item {
@include media-breakpoint-up(sm) {
@include gl-pt-2;
min-height: 372px;
}
}