MOBILE-3814 style: Fix typo on --list-item--max-width
parent
64f687f8a8
commit
331b16440f
|
@ -82,7 +82,7 @@
|
|||
}
|
||||
|
||||
&.list-item-limited-width .core-loading-content {
|
||||
max-width: var(--list-item--max-width);
|
||||
max-width: var(--list-item-max-width);
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
|
|
@ -102,7 +102,7 @@ ion-chip {
|
|||
|
||||
// List layout.
|
||||
ion-card.core-course-list-item {
|
||||
max-width: var(--list-item--max-width);
|
||||
max-width: var(--list-item-max-width);
|
||||
|
||||
ion-icon.course-icon {
|
||||
padding: 12px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@import "~theme/globals";
|
||||
|
||||
:host {
|
||||
--list-item--max-width: 600px;
|
||||
--list-item-max-width: 600px;
|
||||
}
|
||||
|
||||
.item-input:last-child {
|
||||
|
|
|
@ -830,7 +830,7 @@ ion-card {
|
|||
ion-list.core-course-module-list-wrapper,
|
||||
.list-item-limited-width,
|
||||
.core-course-module-list-wrapper {
|
||||
max-width: var(--list-item--max-width);
|
||||
max-width: var(--list-item-max-width);
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
--module-icon-size: 24px;
|
||||
--module-icon-radius: var(--medium-radius);
|
||||
|
||||
--list-item--max-width: 768px;
|
||||
--list-item-max-width: 768px;
|
||||
|
||||
--contrast-background: white;
|
||||
|
||||
|
|
Loading…
Reference in New Issue