Skip to content

Instantly share code, notes, and snippets.

@TinaC
Created October 27, 2020 08:35
Show Gist options
  • Save TinaC/31648732b98e49d2a6e7233c9e9ae349 to your computer and use it in GitHub Desktop.
Save TinaC/31648732b98e49d2a6e7233c9e9ae349 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$workspace_pages: '#groups_index','#member_favorite_groups_index',
'#groups_invitations', '#groups_recent_activity', '#groups_list',
'#groups_filtered_groups';
$fiori_pages: '.admin-page', '.profile-page', $workspace_pages;
body.robus-ui {
@each $fiori_page in $fiori_pages {
&#{$fiori_page} {
#jam-layout #jam-body {
#middle_col {
margin: 0;
}
}
}
}
}
body.robus-ui {
@each $workspace_page in $workspace_pages {
&#{$workspace_page} {
#jam-layout #jam-body {
#middle_col {
padding: 0;
}
}
}
}
}
body.robus-ui.admin-page #jam-layout #jam-body #middle_col {
margin: 0;
}
body.robus-ui.profile-page #jam-layout #jam-body #middle_col {
margin: 0;
}
body.robus-ui#groups_index #jam-layout #jam-body #middle_col, body.robus-ui #member_favorite_groups_index #jam-layout #jam-body #middle_col, body.robus-ui #groups_invitations #jam-layout #jam-body #middle_col, body.robus-ui #groups_recent_activity #jam-layout #jam-body #middle_col, body.robus-ui #groups_list #jam-layout #jam-body #middle_col, body.robus-ui #groups_filtered_groups #jam-layout #jam-body #middle_col {
margin: 0;
}
body.robus-ui#groups_index #jam-layout #jam-body #middle_col {
padding: 0;
}
body.robus-ui#member_favorite_groups_index #jam-layout #jam-body #middle_col {
padding: 0;
}
body.robus-ui#groups_invitations #jam-layout #jam-body #middle_col {
padding: 0;
}
body.robus-ui#groups_recent_activity #jam-layout #jam-body #middle_col {
padding: 0;
}
body.robus-ui#groups_list #jam-layout #jam-body #middle_col {
padding: 0;
}
body.robus-ui#groups_filtered_groups #jam-layout #jam-body #middle_col {
padding: 0;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment