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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/organizations.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/organizations.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/organizations.scss b/app/assets/stylesheets/page_bundles/organizations.scss
new file mode 100644
index 00000000000..1f1d127a82a
--- /dev/null
+++ b/app/assets/stylesheets/page_bundles/organizations.scss
@@ -0,0 +1,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;
+}