Skip to content

Commit f8e5003

Browse files
authored
Merge pull request #3 from rciam/feature-umbrellaid-button
Feature umbrellaid button
2 parents 81aff10 + 9cb2092 commit f8e5003

5 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11-
- Add `login_with` key in discopower definitions
11+
- Add `login_with` key in discopower definitions.
12+
- Add style rules and logos for IdP umbrellaid.
1213

1314
### Fixed
1415

35.2 KB
Loading
46.9 KB
Loading

www/resources/sass/_colors.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ $qq: #4292FF;
4343
$epos: #10482A;
4444
$bitbucket: #0747a6;
4545
$github: #24292e;
46+
$umbrellaid: #fdb82e;
47+
$umbrellaid-secondary: #fd887a;

www/resources/sass/_idps_buttons.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,16 @@
173173
background-size: 26px;
174174
}
175175
}
176+
&.umbrellaid {
177+
border-color: $umbrellaid;
178+
background: $white url("../images/umbrellaid.png") no-repeat center center;
179+
background-size: contain;
180+
img {
181+
visibility: hidden;
182+
}
183+
&:hover {
184+
background-image: url("../images/umbrellaid-secondary.png");
185+
border-color: $umbrellaid-secondary;
186+
}
187+
}
176188
}

0 commit comments

Comments
 (0)