feat: Update TeamPage style (#375)

### Test for regressions
- [x]  ingestion api key
- [x]  personal api key
- [x]  slack webhooks
- [x]  generic webooks
- [x]  sentry
- [x]  team members
- [x]  time format
This commit is contained in:
Ernest Iliiasov 2024-04-18 12:57:42 -07:00 committed by GitHub
parent a14d9755f5
commit ab96e7c002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 748 additions and 572 deletions

View file

@ -0,0 +1,5 @@
---
'@hyperdx/app': patch
---
Update Team Page layout and styling

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,25 @@
@import './variables';
.header {
align-items: center;
background-color: $body-bg;
border-bottom: 1px solid $slate-950;
color: $slate-200;
display: flex;
font-weight: 500;
height: 60px;
justify-content: space-between;
line-height: 1;
padding: 0 32px;
position: sticky;
top: 0;
z-index: 100;
}
.sectionHeader {
border-bottom: 1px solid $slate-950;
margin-top: 20px;
padding-bottom: 10px;
font-size: 14px;
color: $slate-400;
}