forked from moodlehq/moodleapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOBILE-4348 module: Re-estructure activity card
- Loading branch information
1 parent
6cb6d28
commit 468bd7b
Showing
16 changed files
with
297 additions
and
215 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,5 @@ | |
} | ||
|
||
.course-section { | ||
--padding-start: 12px; | ||
--inner-padding-end: 12px; | ||
} |
This file contains 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
13 changes: 9 additions & 4 deletions
13
src/core/features/course/components/module-completion-legacy/module-completion-legacy.scss
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
:host { | ||
min-width: var(--a11y-min-target-size); | ||
min-height: var(--a11y-min-target-size); | ||
display: contents; | ||
--size: 30px; | ||
|
||
img { | ||
padding: 5px; | ||
padding: 2px; | ||
width: var(--size); | ||
vertical-align: middle; | ||
max-width: none; | ||
margin: 7px; | ||
margin: 4px; | ||
} | ||
|
||
ion-button { | ||
--padding-top: 0px; | ||
--padding-start: 0px; | ||
--padding-end: 0px; | ||
--padding-bottom: 0px; | ||
margin: 0; | ||
--a11y-target-min-size: 32px; | ||
width: var(--a11y-target-min-size); | ||
height: var(--a11y-target-min-size); | ||
min-width: var(--a11y-target-min-size); | ||
min-height: var(--a11y-target-min-size);; | ||
} | ||
} |
5 changes: 3 additions & 2 deletions
5
src/core/features/course/components/module-completion/module-completion.scss
This file contains 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
Oops, something went wrong.