Skip to content

Commit

Permalink
Add more utility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Dec 12, 2024
1 parent 4e763af commit 03ef4b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ui/ManagementPortal/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ body,
margin-right: 4px !important;
}
.mx-2 {
margin-left: 8px !important;
margin-right: 8px !important;
}
.mt-2 {
margin-top: 8px !important;
}
Expand Down Expand Up @@ -151,6 +156,10 @@ body,
display: flex;
}
.flex-1 {
flex: 1;
}
.flex-column {
flex-direction: column;
}
Expand All @@ -167,6 +176,10 @@ body,
justify-content: end;
}
.justify-content-between {
justify-content: space-between;
}
.justify-self-end {
justify-self: end;
}
Expand Down

0 comments on commit 03ef4b2

Please sign in to comment.