diff options
Diffstat (limited to 'Course/Detail')
| -rw-r--r-- | Course/Detail/Classic/Content/Sidebar/Video.ui.qml | 17 | 
1 files changed, 16 insertions, 1 deletions
diff --git a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml index 5e6e155..0136221 100644 --- a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml +++ b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml @@ -113,9 +113,24 @@ ColumnLayout {  					id: time  					spacing: 8 +					Image { +						source: "../../../../../Font-Awesome/svgs/solid/stopwatch.svg" +						sourceSize { +							width: 13 +							height: 15 +						} + +						ColorOverlay { +							anchors.fill: parent +							source: parent +							color: Eduport +								.bsDanger +						} +					} +  					Lbl.Body {  						text: qsTr("5 days left at this price") -						color: "#d6293e" +						color: Eduport.bsDanger  					}  				}  			}  |