Skip to content

Commit 4499202

Browse files
committed
Add button for bitbucket
1 parent 4c984c9 commit 4499202

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Added
10+
11+
- Module discopower: Add style rules and logos for the buttons of the IdPs:
12+
- Bitbucket
13+
14+
715
## [v2.2.1](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v2.2.0...v2.2.1) - 2019-07-03
816

917
### Fixed

www/resources/images/bitbucket.svg

Lines changed: 1 addition & 0 deletions
Loading

www/resources/sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ $openminted: #02bab4;
4141
$wechat: #2dc101;
4242
$qq: #4292FF;
4343
$epos: #10482A;
44-
44+
$bitbucket: #0747a6;

www/resources/sass/_idps_buttons.scss

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,21 @@
142142
&.epos {
143143
border-color: $epos;
144144
background-color: $white;
145-
img {
146-
padding: 5px;
147-
margin-right: 0;
148-
}
145+
img {
146+
padding: 5px;
147+
margin-right: 0;
148+
}
149149
}
150+
&.bitbucket {
151+
border-color: $bitbucket;
152+
background-color: $white;
153+
span {
154+
display: none;
155+
}
156+
img {
157+
padding: 5px;
158+
margin-right: 0;
159+
}
160+
}
161+
150162
}

0 commit comments

Comments
 (0)