]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Introduces SASS modules
authorEnno Gotthold <egotthold@suse.de>
Mon, 6 Jul 2020 09:01:45 +0000 (11:01 +0200)
committerEnno Gotthold <egotthold@suse.de>
Tue, 7 Jul 2020 10:03:35 +0000 (12:03 +0200)
commite8d80f285c92163676cdb4d48b811e7cf1dc253c
treefa99a9f9443614fcc6b752d77db047f60343c05b
parent86648430832400508b95a7d0f372623797959155
mgr/dashboard: Introduces SASS modules

Fixes: https://tracker.ceph.com/issues/45934
Signed-off-by: Enno Gotthold <egotthold@suse.de>
48 files changed:
src/pybind/mgr/dashboard/frontend/.stylelintrc
src/pybind/mgr/dashboard/frontend/angular.json
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/blank-layout/blank-layout.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/breadcrumbs/breadcrumbs.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select-badges/select-badges.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss
src/pybind/mgr/dashboard/frontend/src/styles.scss
src/pybind/mgr/dashboard/frontend/src/styles/_chart-tooltip.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_buttons.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_dropdown.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_grid.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_icons.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_index.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/chart-tooltip.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/styles/defaults.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_bootstrap-defaults.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_functions.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_index.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_mixins.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/vendor.overrides.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/styles/vendor.variables.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/styles/vendor/_index.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/vendor/_style-overrides.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/vendor/_variables.scss [new file with mode: 0644]