body {
&.menu-plan-d-acces {
// this is where I want to modify the padding and margins. For example, I would like the mainbody on this page to have nopaddingtop and nomargintop
}
}
body {
&.menu-plan-d-acces {
#rt-main {
[class*="grid"] {
& > div.rt-block {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
}
}
}
}
body {
&.menu-plan-d-acces {
#rt-main {
[class*="grid"] { // I forgot this line
& > div.rt-block {
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
}
}
}
}
Time to create page: 0.053 seconds