From 17a58755f31fcca5f6f42a4f7de1bbf1934dd038 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 4 Feb 2022 18:17:50 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../page_bundles/dashboard_projects.scss | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app/assets/stylesheets/page_bundles/dashboard_projects.scss (limited to 'app/assets/stylesheets/page_bundles/dashboard_projects.scss') diff --git a/app/assets/stylesheets/page_bundles/dashboard_projects.scss b/app/assets/stylesheets/page_bundles/dashboard_projects.scss new file mode 100644 index 00000000000..eb0e1701b7f --- /dev/null +++ b/app/assets/stylesheets/page_bundles/dashboard_projects.scss @@ -0,0 +1,35 @@ +@import 'mixins_and_variables_and_functions'; + +.blank-state { + padding: 20px 50px; + min-height: 240px; + width: calc(50% - #{$gl-padding-8}); + + @include media-breakpoint-down(sm) { + width: 100%; + flex-direction: column; + justify-content: center; + padding: 50px 20px; + } +} + +.blank-state-link { + &:hover { + background-color: $gray-light; + text-decoration: none; + color: $gl-text-color; + } +} + +.blank-state-icon { + svg { + display: block; + } +} + +.blank-state-body { + @include media-breakpoint-down(sm) { + text-align: center; + margin-top: 20px; + } +} -- cgit v1.2.1