Introduce budget, reimbursements for expenses #195

Merged
raucao merged 57 commits from feature/expenses into master 2021-06-03 14:23:45 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c3b1bd2f4c - Show all commits
+1 -1
View File
@@ -77,7 +77,7 @@ main {
@include media-max(small) {
padding: 2rem 1rem;
font-size: 1.4rem;
font-size: 1.5rem;
}
h2 {
+1 -1
View File
@@ -47,7 +47,7 @@ a {
section {
h2 {
font-size: 1.4rem;
font-size: 1.5rem;
color: $primary-color;
}
+1 -1
View File
@@ -10,7 +10,7 @@
.loading-spinner {
margin-top: 12rem;
text-align: center;
font-size: 1.4rem;
font-size: 1.5rem;
color: $primary-color;
@include media-max(small) {