/*** custom class on grid-row: grid-row-borders ***/
/**** and set with variables to the rule set - so just change it to the root values ****/
:root {
--frame-width-grid-row: 30px;
--shadow-width-grid-row: 10px;
}
#top .av-layout-grid-container.grid-row-borders::after {
position: absolute;
left: var(--frame-width-grid-row);
top: var(--frame-width-grid-row);
content: "";
background: transparent;
width: calc(100% - var(--frame-width-grid-row)*2);
height: calc(100% - var(--frame-width-grid-row)*2);
box-shadow: inset 0 0 var( --shadow-width-grid-row) var( --shadow-width-grid-row) #aaa;
outline: var(--frame-width-grid-row) solid red;
}
IconBox Title
Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here