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

ISTWCMS-5898: Add some spacing updates

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