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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: spacing.$unit;
|
gap: spacing.$unit;
|
||||||
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
|
|
|
||||||
|
|
@ -445,6 +445,10 @@
|
||||||
border-radius: layout.$page-corner;
|
border-radius: layout.$page-corner;
|
||||||
box-shadow: effects.$page-elevation;
|
box-shadow: effects.$page-elevation;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
:global(.header-info) {
|
||||||
|
gap: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-state {
|
.loading-state {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue