Skip to content
Snippets Groups Projects
Commit df468b38 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: options view

parent b56b91cb
No related branches found
No related tags found
2 merge requests!777Update master to V2.0,!762Resolve "Aligement dans options"
......@@ -31,7 +31,7 @@
color: $grey-bright;
}
div.expansion-panel-summary {
padding: 0px 16px;
padding: 0 1rem;
}
.loader-container {
min-height: 350px;
......
......@@ -20,6 +20,9 @@ div.expansion-panel-root.Mui-expanded:last-child {
.MuiAccordionSummary-content {
margin: 0;
}
.MuiIconButton-edgeEnd {
margin: 0;
}
.accordion-title {
padding-left: 1rem;
color: $white;
......@@ -63,6 +66,6 @@ div.expansion-panel-root.Mui-expanded:last-child {
}
}
div.expansion-panel-summary {
padding: 0 0.938rem;
padding: 0 0.25rem 0 1rem;
}
}
......@@ -78,7 +78,7 @@
}
}
div.expansion-panel-summary {
padding: 0 0.938rem;
padding: 0 0.25rem 0 1rem;
}
.MuiCardContent-root {
padding: 0 1rem !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment