Skip to content

Commit

Permalink
Merge pull request #2756 from bjoernricks/background-for-login-page
Browse files Browse the repository at this point in the history
Background for login page
  • Loading branch information
bjoernricks authored Feb 25, 2021
2 parents 93269c3 + 5477759 commit bada921
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 408 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Refactored useFormValidation hook [#2704](https://github.com/greenbone/gsa/pull/2704)
- Updated copyright and footer layout [#2687](https://github.com/greenbone/gsa/pull/2687)
- New login page layout [#2683](https://github.com/greenbone/gsa/pull/2683), [#2736](https://github.com/greenbone/gsa/pull/2736)
- New login page layout
[#2683](https://github.com/greenbone/gsa/pull/2683),
[#2736](https://github.com/greenbone/gsa/pull/2736),
[#2756](https://github.com/greenbone/gsa/pull/2756)
- CVE Tables Page can now be used with the updated xml-format and CVSSv3(.1). [#2583](https://github.com/greenbone/gsa/pull/2583)
- The CVSS v2 BaseScore calculator calculates the score on the client side now. [#2536](https://github.com/greenbone/gsa/pull/2536)

Expand Down
3 changes: 3 additions & 0 deletions gsa/public/img/login-bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion gsa/public/img/login-label.svg

This file was deleted.

3 changes: 3 additions & 0 deletions gsa/public/img/login-top.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`Footer tests should render footer with copyright 1`] = `
}
.c1:link {
color: #66c430;
color: #787878;
}
.c0 {
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/components/structure/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Theme from 'web/utils/theme';
const Link = styled.a`
color: ${Theme.mediumGray};
&:link {
color: ${Theme.green};
color: ${Theme.mediumGray};
}
`;

Expand Down
Loading

0 comments on commit bada921

Please sign in to comment.