fix: #201, #145, #205 and additional fixes #206

Merged
enes merged 14 commits from 201-toolbox-update into staging 2024-09-30 14:20:07 +00:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 633c23e459 - Show all commits

View File

@ -132,8 +132,10 @@ export const AppBar = () => {
<div className={styles.banner}> <div className={styles.banner}>
<Container> <Container>
<div className={styles.bannerInner}> <div className={styles.bannerInner}>
SIGit is currently Alpha software (available for internal <p className={styles.bannerText}>
testing), use at your own risk! SIGit is currently Alpha software (available for internal
testing), use at your own risk!
</p>
<Button <Button
aria-label={`close banner`} aria-label={`close banner`}
variant="text" variant="text"

View File

@ -67,3 +67,9 @@
} }
} }
} }
.bannerText {
margin-left: 54px;
flex-grow: 1;
text-align: center;
}