Skip to content

Commit bf302a0

Browse files
committedMay 2, 2020
Add missions in plannings
1 parent 826f993 commit bf302a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+607
-104
lines changed
 

‎assets/css/availability-form.scss

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ table.availability-form-table {
3131
&.booked {
3232
background-color: $colorBooked !important;
3333
}
34+
35+
&.mission {
36+
outline: 5px solid $colorMission;
37+
outline-offset: -5px;
38+
}
3439
}
3540

3641
button.select-all {

‎assets/css/availability-table.scss

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ table.availability-table {
6565
color: white;
6666
}
6767

68+
.engaged {
69+
background-color: $colorMission;
70+
color: $colorMissionText;
71+
}
72+
6873
.locked {
6974
background-color: $colorLocked;
7075
color: white;

0 commit comments

Comments
 (0)