File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
DigitalLearningSolutions.Web/Styles Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616a .delete-button {
1717 background-color : nhsuk-colour (" red" );
18- box-shadow : 0 4px 0 shade (nhsuk-colour (" red" ), 50% );
18+ box-shadow : 0 4px 0 nhsuk- shade (nhsuk-colour (" red" ), 50% );
1919 margin-bottom : 16px !important ;
2020
2121 & :hover {
22- background-color : shade (nhsuk-colour (" red" ), 20% );
22+ background-color : nhsuk- shade (nhsuk-colour (" red" ), 20% );
2323 }
2424
2525 & :active {
26- background-color : shade (nhsuk-colour (" red" ), 50% );
26+ background-color : nhsuk- shade (nhsuk-colour (" red" ), 50% );
2727 }
2828}
2929
3030.overdue {
31- background-color : tint (nhsuk-colour (" red" ), 80 );
31+ background-color : nhsuk- tint (nhsuk-colour (" red" ), 80 );
3232}
3333
3434.due-soon {
Original file line number Diff line number Diff line change 88}
99
1010.status-inactive {
11- border-left : 6px solid tint (nhsuk-colour (" red" ), 80 );
11+ border-left : 6px solid nhsuk- tint (nhsuk-colour (" red" ), 80 );
1212}
1313
1414.status-archived {
Original file line number Diff line number Diff line change 5353
5454 & .inactive {
5555 background-color : #fff ;
56- border-left : 6px solid tint (nhsuk-colour (" red" ), 80 );
56+ border-left : 6px solid nhsuk- tint (nhsuk-colour (" red" ), 80 );
5757 }
5858
5959 & .archived {
6363}
6464
6565.status-inactive {
66- border-left : 6px solid tint (nhsuk-colour (" red" ), 80 );
66+ border-left : 6px solid nhsuk- tint (nhsuk-colour (" red" ), 80 );
6767}
6868
6969.status-archived {
You can’t perform that action at this time.
0 commit comments