This commit is contained in:
Olivier Gagnon
2021-05-31 17:34:23 -04:00
parent 674ce17834
commit 0f266eaa42
26 changed files with 306 additions and 105 deletions
+3 -3
View File
@@ -26,7 +26,7 @@
margin: 10px;
}
#work-in-progress-cancel-button {
.work-button {
@include borderRadius(12px);
@include boxShadow(1px 1px 3px #000);
@@ -39,8 +39,8 @@
border: 3px solid #fff;
}
#work-in-progress-cancel-button:hover,
#work-in-progress-cancel-button:focus {
.work-button:hover,
.work-button:focus {
color: #fff;
text-decoration: none;
cursor: pointer;