-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #948 from ynput/947-project-permissions-empty-page…
…-on-load Permissions: UI/UX fixes & typo bugfix
- Loading branch information
Showing
7 changed files
with
92 additions
and
67 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
src/components/EmptyPlaceholder/EmptyPlaceholderFlex.styled.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import styled from 'styled-components' | ||
import EmptyPlaceholder from './EmptyPlaceholder' | ||
|
||
export const EmptyPlaceholderFlex = styled(EmptyPlaceholder)` | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
flex-grow: 1; | ||
position: relative; | ||
max-width: 100%; | ||
overflow: hidden; | ||
top: 0; | ||
left: 0; | ||
transform: none; | ||
gap: 8px; | ||
.icon { | ||
font-size: 34px; | ||
} | ||
h3 { | ||
font-size: 18px; | ||
} | ||
` | ||
export const EmptyPlaceholderFlexWrapper = styled.div` | ||
display: flex; | ||
flex-direction: column; | ||
flex-grow: 1; | ||
position: relative; | ||
height: 100%; | ||
border-radius: var(--border-radius-m); | ||
background: var(--md-sys-color-surface-container-low); | ||
.header { | ||
margin: 0; | ||
padding: 9.4px 8px; | ||
text-transform: capitalize; | ||
} | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
src/pages/ProjectManagerPage/Users/ProjectUserAccess.styled.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters