Skip to content

Commit

Permalink
style(sessions): align with styleguide
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Aug 14, 2024
1 parent 24b6072 commit 42fcdcf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/security/AuthTokenList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,25 @@ export default defineComponent({

<style lang="scss" scoped>
.token-list {
width: 100%;
width: 66.6%;
min-height: 50px;
padding-top: 5px;
max-width: fit-content;

th {
padding-block: 10px;
padding-inline-start: 10px;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}

#{&}__header-device {
padding-inline-start: 50px; // 44px icon + 6px padding
padding-inline-start: 0;
}

&__header-activity {
text-align: end;
text-align: start;
}
}
</style>

0 comments on commit 42fcdcf

Please sign in to comment.