Commit 0f100c5c authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '239360-convert-stylesheets-pages-admin-scss-into-page-specific-bundle' into 'master'

Convert stylesheets/pages/admin.scss into page specific bundle

See merge request gitlab-org/gitlab!52558
parents c08d18b3 1265d60d
@import './pages/admin';
@import './pages/branches';
@import './pages/ci_projects';
@import './pages/clusters';
......
.admin-builds-table {
td:last-child {
min-width: 120px;
}
}
.usage-data {
max-height: 400px;
}
[data-page='admin:jobs:index'] {
.admin-builds-table {
td:last-child {
min-width: 120px;
}
}
}
- add_page_specific_style 'page_bundles/admin/application_settings_metrics_and_profiling'
- breadcrumb_title _("Metrics and profiling")
- page_title _("Metrics and profiling")
- @content_class = "limit-container-width" unless fluid_layout
......
- add_page_specific_style 'page_bundles/ci_status'
- add_page_specific_style 'page_bundles/admin/jobs_index'
- breadcrumb_title _("Jobs")
- page_title _("Jobs")
......
......@@ -176,6 +176,8 @@ module Gitlab
config.assets.precompile << "notify.css"
config.assets.precompile << "mailers/*.css"
config.assets.precompile << "page_bundles/_mixins_and_variables_and_functions.css"
config.assets.precompile << "page_bundles/admin/application_settings_metrics_and_profiling.css"
config.assets.precompile << "page_bundles/admin/jobs_index.css"
config.assets.precompile << "page_bundles/alert_management_details.css"
config.assets.precompile << "page_bundles/alert_management_settings.css"
config.assets.precompile << "page_bundles/boards.css"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment