Introduce budget, reimbursements for expenses #195

Merged
raucao merged 57 commits from feature/expenses into master 2021-06-03 14:23:45 +00:00
Showing only changes of commit 37dc91da57 - Show all commits
+3 -3
View File
@@ -20,7 +20,7 @@ button, input[type=submit], .button {
background-color: rgba(22, 21, 40, 0.8);
}
&:active, &.active {
&:focus, &:active, &.active {
border-color: $primary-color;
}
@@ -41,7 +41,7 @@ button, input[type=submit], .button {
&:hover {
background-color: rgba(40, 21, 21, 0.8);
}
&:active, &.active {
&:focus, &:active, &.active {
border-color: $red;
}
}
@@ -54,7 +54,7 @@ button, input[type=submit], .button {
&:hover {
background-color: rgba(21, 40, 21, 0.8);
}
&:active, &.active {
&:focus, &:active, &.active {
border-color: $green;
}
}