Migrate to modernize template
This commit is contained in:
25
Web/public/scss/apps/_courses.scss
Executable file
25
Web/public/scss/apps/_courses.scss
Executable file
@@ -0,0 +1,25 @@
|
||||
@use "../variables" as *;
|
||||
|
||||
.course-header {
|
||||
padding: 12px !important;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.course-header,
|
||||
.detail-bg {
|
||||
&.Angular {
|
||||
background-color: var(--mat-sys-error);
|
||||
}
|
||||
|
||||
&.Web {
|
||||
background-color: var(--mat-sys-primary);
|
||||
}
|
||||
|
||||
&.Design {
|
||||
background-color: var(--mat-sys-secondary);
|
||||
}
|
||||
|
||||
&.Android {
|
||||
background-color: $warning;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user