Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Aug 8, 2023
1 parent 49d48c0 commit 5ec1551
Show file tree
Hide file tree
Showing 49 changed files with 2,023 additions and 1,538 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"format-check": "yarn prettier --c ."
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@apollo/react-hooks": "^3.1.5",
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.10.6",
Expand Down
1 change: 1 addition & 0 deletions src/components/Breadcrumbs/StyledBreadCrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const BreadCrumbLink = styled.a`

export const StyledBreadcrumbsWrapper = styled.div`
padding: 1vw 0.75vw;
min-height:100px;
background-color: ${props => props.theme.backgrounds.breadCrumbs};
border-bottom: ${props =>
props.theme.colorScheme === 'dark' ? `2px solid ${props.theme.borders.box}` : `1px solid ${color.midGrey}`};
Expand Down
3 changes: 0 additions & 3 deletions src/components/NavTabs/StylednavTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ export const StyledNavigation = styled.ul`
}
&.active {
&::before {
/* background-color: ${color.white}; */
}
background-color: ${props => props.theme.backgrounds.content};
border-right: 1px solid ${props => props.theme.backgrounds.content};
width: calc(100% + 1px);
Expand Down
96 changes: 0 additions & 96 deletions src/components/Organizations/AddNotifications/Email/index.js

This file was deleted.

51 changes: 0 additions & 51 deletions src/components/Organizations/AddNotifications/Email/logic.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5ec1551

Please sign in to comment.