You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C2 design created initially adds a "color patch" icon as background for the tool icons in the course.
Use the attached file as background to add to the course home style (should also appear behind the course introduction icon when there is not course introduction). Ideally the element should use the primary color used by the too icons themselves, just more transparent.
The attached SVG has been designed to use the "color" CSS property of the container of the icon:
/* Set the color for the entire icon */
.tool-icon-background {
color:#ff0000; /* Red */
}
(#ff0000 should be replaced by the call to the primary color).
The default size of the icon is 64x64, which should be OK for the tool icons but will probably require some kind of change for the course introduction section icon.
The text was updated successfully, but these errors were encountered:
The C2 design created initially adds a "color patch" icon as background for the tool icons in the course.
Use the attached file as background to add to the course home style (should also appear behind the course introduction icon when there is not course introduction). Ideally the element should use the primary color used by the too icons themselves, just more transparent.
The attached SVG has been designed to use the "color" CSS property of the container of the icon:
(#ff0000 should be replaced by the call to the primary color).
The default size of the icon is 64x64, which should be OK for the tool icons but will probably require some kind of change for the course introduction section icon.
The text was updated successfully, but these errors were encountered: