Skip to content
Snippets Groups Projects
Commit b3be9f95 authored by Martin Leblanc's avatar Martin Leblanc Committed by Eric Bremner
Browse files

ISTWCMS-5740: created dashboard.scss to then call the files in needs, made...

ISTWCMS-5740: created dashboard.scss to then call the files in needs, made adjustments to dashboard.js
parent 28f56eac
No related branches found
No related tags found
1 merge request!36Feature/istwcms 5740 ebremner dashboards
...@@ -27,11 +27,7 @@ module.exports = { ...@@ -27,11 +27,7 @@ module.exports = {
// Compile Sass. // Compile Sass.
compileDashboard: function () { compileDashboard: function () {
return src([ return src([
'./src/patterns/global.scss', './src/patterns/dashboard.scss'
'./src/patterns/01-core/**/*.scss',
'./src/patterns/03-layouts/layout/**/*.scss',
'./src/patterns/04-components/00-cms-styles/dashboards/*.scss',
'./src/patterns/04-components/form-view-search/*.scss'
]) ])
.pipe(sass.sync({ .pipe(sass.sync({
includePaths: ['node_modules'], includePaths: ['node_modules'],
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.block { .block {
margin-bottom: var(--grid-gap); margin-bottom: var(--grid-gap);
.path-dashboard &,
&.block-page-title-block,
&.block-local-tasks-block {
margin-bottom: 0;
}
} }
// disable margin for layout builder blocks // disable margin for layout builder blocks
......
// @file
// Admin Dashboards styles
@use '01-core/font-face' as *;
@use '01-core/props' as *;
@use '01-core/utilities' as *;
@use '03-layouts' as *;
@use '04-components/00-cms-styles/dashboards/dashboards' as *;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment