Skip to content

Commit

Permalink
Travel reimbursement process is now in live
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 13, 2024
1 parent 00affcc commit ca584d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/IconLabel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ defineProps<{
margin: 4px;
background-color: $primary-color-light;
border-radius: 3px;
color: $primary-color !important;
font-size: 1rem;
font-weight: bold;
line-height: 2;
vertical-align: middle;
color: $primary-color !important;
font-weight: bold;
}
}
</style>
2 changes: 1 addition & 1 deletion src/views/Travel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const currentView = computed<'travel' | 'discover'>(() => {
@use '@/variables' as *;
.explore {
width: 100%;
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-end;
margin-top: 20px;
Expand Down

0 comments on commit ca584d0

Please sign in to comment.