Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
quickly fix cancellation 'backdrops'
Browse files Browse the repository at this point in the history
  • Loading branch information
Demotive committed Jan 22, 2016
1 parent e706831 commit 04e1755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1 class="heading-xlarge">
.appointment-old-backdrop {
padding: 1rem 1rem 1px 1rem;
outline: 0.25rem solid rgba(226,35,26,0.2);
overflow: auto;
}
</style>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ <h1 class="heading-xlarge">
.appointment-old-backdrop {
padding: 1rem 1rem 1px 1rem;
outline: 0.25rem solid rgba(226,35,26,0.2);
overflow: auto;
}
.appointment-new-backdrop {
padding: 1rem 1rem 1px 1rem;
outline: 0.25rem solid rgba(119,188,31,0.25);
overflow: auto;
}
</style>

Expand Down

0 comments on commit 04e1755

Please sign in to comment.