@@ -1,10 +1,10 @@ | |||||
import { Component } from '@angular/core'; | import { Component } from '@angular/core'; | ||||
@Component({ | @Component({ | ||||
selector: 'app-root', | |||||
templateUrl: './app.component.html', | |||||
styleUrls: ['./app.component.scss'] | |||||
selector: 'app-root', | |||||
templateUrl: './app.component.html', | |||||
styleUrls: ['./app.component.scss'] | |||||
}) | }) | ||||
export class AppComponent { | export class AppComponent { | ||||
title = 'lms-app-new'; | |||||
title = 'lms-app-new'; | |||||
} | } |
@@ -138,6 +138,8 @@ | |||||
</ul> | </ul> | ||||
<button class="logout-button"> Logout </button> | <button class="logout-button"> Logout </button> | ||||
<button class="logout-button teacher-mode"> Login as Teacher </button> | |||||
</section> | </section> | ||||
</div> | </div> |
@@ -179,6 +179,10 @@ | |||||
border-radius: 5px; | border-radius: 5px; | ||||
height: 50px; | height: 50px; | ||||
font-size: 16px; | font-size: 16px; | ||||
&.teacher-mode { | |||||
background-color: var(--teal-green); | |||||
} | |||||
} | } | ||||
.segment-list { | .segment-list { | ||||