Skip to content
Snippets Groups Projects
Commit df3152c7 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5898: Add some spacing updates

parent 29899c0a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !70. Comments created here will be created in the context of that merge request.
// @file
// Figure element styles.
:where(figure) {
margin: 0 0 var(--size-2);
}
......@@ -10,3 +10,11 @@
widows: 3;
}
}
.uw-copy-text{
:where(p) {
&:last-of-type{
margin-bottom: 0;
}
}
}
......@@ -8,9 +8,6 @@
.in-layout-builder &{
outline: var(--size-xs) dashed var(--gray-4) !important;
}
&:last-of-type {
margin: 0;
}
.path-dashboard &,
&.block-page-title-block,
&.block-local-tasks-block {
......
......@@ -9,10 +9,11 @@
:root{
--layout-border-color: transparent;
--layout-border-style: solid;
--layout-border-width: var(--size-xs);
--layout-border-width: var(--size-sm);
--layout-border-radius: 0;
--layout-border-shadow: var(--shadow-1);
--layout-show-border-color: var(--gray-3);
--layout-show-seperator-color: var(--blue-6);
--layout-show-bottom-color: var(--red-6);
}
.layout__region {
......
This diff is collapsed.
......@@ -104,7 +104,7 @@
// &::after {
// content: '';
// position: absolute;
// background-color: var(--layout-show-border-color);
// background-color: var(--layout-show-seperator-color);
// width: 100%;
// height: var(--layout-border-width);
// bottom: -1rem;
......@@ -114,7 +114,7 @@
// &::before {
// content: '';
// position: absolute;
// background-color: var(--layout-show-border-color);
// background-color: var(--layout-show-seperator-color);
// width: var(--size-xs);
// height: 100%;
// bottom: 0;
......@@ -131,7 +131,7 @@
// &::before {
// content: '';
// position: absolute;
// background-color: var(--layout-show-border-color);
// background-color: var(--layout-show-seperator-color);
// width: 100%;
// height: var(--layout-border-width);
// bottom: -1rem;
......@@ -141,7 +141,7 @@
// &::before {
// content: '';
// position: absolute;
// background-color: var(--layout-show-border-color);
// background-color: var(--layout-show-seperator-color);
// width: var(--size-xs);
// height: 100%;
// bottom: 0;
......@@ -154,7 +154,7 @@
// &::before {
// content: '';
// position: absolute;
// background-color: var(--layout-show-border-color);
// background-color: var(--layout-show-seperator-color);
// width: 100%;
// height: var(--layout-border-width);
// bottom: -1rem;
......@@ -164,7 +164,7 @@
// &::before {
// content: '';
// position: absolute;
// background-color: var(--layout-show-border-color);
// background-color: var(--layout-show-seperator-color);
// width: var(--size-xs);
// height: 100%;
// bottom: 0;
......
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