File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ $openminted: #02bab4;
4141$wechat : #2dc101 ;
4242$qq : #4292FF ;
4343$epos : #10482A ;
44-
44+ $bitbucket : #0747a6 ;
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments