File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed
project-management/components/create-project Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 99 background-color : $modal-button-secondary ;
1010 color : white ;
1111}
12+
13+ .item-list-hover :link {
14+ background-color : green ;
15+ }
Original file line number Diff line number Diff line change 99 >
1010 < i class ="far fa-user-circle "> </ i > Dario Herrera
1111 </ a >
12- < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
13- < a class ="dropdown-item "> Sign Out</ a >
12+ < div class ="dropdown-menu style-click " aria-labelledby ="navbarDropdown ">
13+ < a class ="dropdown-item style-click " (click) =" logout() "> Sign Out</ a >
1414 </ div >
1515</ div >
Original file line number Diff line number Diff line change 1+ @import ' ../../../../../styles/colors.scss' ;
2+
13.user-profile {
24 color : black ;
35 cursor : pointer ;
79 margin-left : 50% ;
810 transform : translateX (-50% );
911}
12+
13+ .style-click :active {
14+ background-image : $button-primary-color ;
15+ color : white ;
16+ }
Original file line number Diff line number Diff line change 66 < div class ="card ">
77 < div class ="card-body ">
88 < p *ngIf ="!isClockIn " class ="card-title text-left ">
9- < strong > {{ username }}</ strong > clocked < strong class ="text-success "> in</ strong > at
9+ < strong > {{ username }}</ strong > clocked < strong class ="text-clock-in-color "> in</ strong > at
1010 < strong > {{ hour | number: '2.0-2' }}:{{ minute | number: '2.0-2' }}:{{ seconds | number: '2.0-2' }}</ strong >
1111 </ p >
1212 < p *ngIf ="isClockIn " class ="card-title text-left ">
Original file line number Diff line number Diff line change 2020 background : $button-secondary-color ;
2121 color : white ;
2222}
23+
24+ .text-clock-in-color {
25+ color : $modal-button-secondary ;
26+ }
You can’t perform that action at this time.
0 commit comments