Created
October 27, 2020 08:35
-
-
Save TinaC/31648732b98e49d2a6e7233c9e9ae349 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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; | |
} | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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