chore: spacing
This commit is contained in:
parent
1d8bda06a4
commit
b23e499b81
3 changed files with 11 additions and 7 deletions
|
@ -584,6 +584,12 @@ li {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-between {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.justify-centered {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
@ -6,11 +6,7 @@
|
|||
|
||||
& .link {
|
||||
border: 1px solid var(--gray-light);
|
||||
padding: var(--sizing-xs) var(--sizing-sm) 0;
|
||||
|
||||
& button {
|
||||
margin-right: var(--sizing-sm);
|
||||
}
|
||||
padding: var(--sizing-xs) var(--sizing-sm);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue