Skip to content
Snippets Groups Projects

Riba

Merged mrp19 requested to merge Riba into Develop
3 files
+ 179
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -13,6 +13,9 @@ const ExpansionPanel = withStyles({
root: {
border: "1px solid rgba(0, 0, 0, .125)",
boxShadow: "none",
'.MuiButtonBase-root' : {
paddingInline:"0 !important"
},
"&:not(:last-child)": {
borderBottom: 0
},
@@ -32,9 +35,7 @@ const ExpansionPanelSummary = withStyles({
marginBottom: -1,
minHeight: 56,
backgroundColor: "#fff",
".MuiButtonBase-root.MuiIconButton-root.MuiExpansionPanelSummary-expandIcon.MuiIconButton-edgeEnd": {
paddingInline: "0"
},
"&$expanded": {
minHeight: 56,
Loading