MOBILE-4470 quiz: Improve attempts summary page styles
parent
655254abd2
commit
e775a066ae
Binary file not shown.
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
@ -36,6 +36,9 @@
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
padding-top: var(--mdl-spacing-2);
|
padding-top: var(--mdl-spacing-2);
|
||||||
padding-bottom: var(--mdl-spacing-2);
|
padding-bottom: var(--mdl-spacing-2);
|
||||||
|
@include margin-horizontal(var(--mdl-spacing-2), null);
|
||||||
|
|
||||||
|
font: var(--mdl-typography-body-font-md);
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -44,13 +47,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-accordion-group {
|
ion-accordion-group {
|
||||||
border-top: 1px solid var(--stroke);
|
|
||||||
|
|
||||||
.accordion-expanded .addon-mod_quiz-attempt-title-info,
|
.accordion-expanded .addon-mod_quiz-attempt-title-info,
|
||||||
.accordion-expanding .addon-mod_quiz-attempt-title-info {
|
.accordion-expanding .addon-mod_quiz-attempt-title-info {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font: var(--mdl-typography-subtitle-font-md);
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: var(--stroke);
|
background-color: var(--stroke);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
@ -58,19 +63,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-accordion:nth-child(odd) {
|
ion-accordion:nth-child(odd) {
|
||||||
background-color: var(--core-table-odd-cell-background);
|
--ion-item-background: var(--core-table-odd-cell-background);
|
||||||
|
|
||||||
::ng-deep ion-item {
|
|
||||||
--background: var(--core-table-odd-cell-background);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-accordion:nth-child(even) {
|
ion-accordion:nth-child(even) {
|
||||||
background-color: var(--core-table-even-cell-background);
|
--ion-item-background: var(--core-table-even-cell-background);
|
||||||
|
|
||||||
::ng-deep ion-item {
|
|
||||||
--background: var(--core-table-even-cell-background);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
ion-accordion {
|
||||||
|
.ion-accordion-toggle-icon[slot="start"] {
|
||||||
|
@include margin-horizontal(null, var(--mdl-spacing-4));
|
||||||
|
}
|
||||||
|
}
|
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
/* Ionic components overrides */
|
/* Ionic components overrides */
|
||||||
html {
|
html {
|
||||||
|
@import "components/ion-accordion.scss";
|
||||||
@import "components/ion-action-sheet.scss";
|
@import "components/ion-action-sheet.scss";
|
||||||
@import "components/ion-alert.scss";
|
@import "components/ion-alert.scss";
|
||||||
@import "components/ion-back-button.scss";
|
@import "components/ion-back-button.scss";
|
||||||
|
|
Loading…
Reference in New Issue