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

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

20 lines
413 B
SCSS
Raw Normal View History

2023-06-20 00:43:36 +05:30
@import 'mixins_and_variables_and_functions';
2020-06-23 00:09:42 +05:30
.storage-type-usage {
&:first-child {
@include gl-rounded-top-left-base;
@include gl-rounded-bottom-left-base;
}
&:last-child {
@include gl-rounded-top-right-base;
@include gl-rounded-bottom-right-base;
}
&:not(:last-child) {
@include gl-border-r-2;
@include gl-border-r-solid;
2023-06-20 00:43:36 +05:30
border-right-color: var(--white, $white);
2020-06-23 00:09:42 +05:30
}
}