Welcome to mirror list, hosted at ThFree Co, Russian Federation.

organizations.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f1d127a82a6bd623dcfe34566c2178d0851d33c (plain)
1
2
3
4
5
6
7
8
9
10
@import 'mixins_and_variables_and_functions';

// Modeled after projects.scss and groups.scss
.organization-row .organization-description p {
  @include gl-mb-0;
}

.organization-root-path {
  max-width: 40vw;
}