tweak crew header spacing
This commit is contained in:
parent
10359152a3
commit
4da92fbb31
2 changed files with 5 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: spacing.$unit;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.header-title {
|
||||
|
|
|
|||
|
|
@ -445,6 +445,10 @@
|
|||
border-radius: layout.$page-corner;
|
||||
box-shadow: effects.$page-elevation;
|
||||
overflow: hidden;
|
||||
|
||||
:global(.header-info) {
|
||||
gap: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-state {
|
||||
|
|
|
|||
Loading…
Reference in a new issue