diff --git a/helsinki_theme/static/css/helsinki_theme.scss b/helsinki_theme/static/css/helsinki_theme.scss index 0cdba6ee..b2618142 100644 --- a/helsinki_theme/static/css/helsinki_theme.scss +++ b/helsinki_theme/static/css/helsinki_theme.scss @@ -62,3 +62,25 @@ $fa-font-path: "../fonts/font-awesome"; border-top: 1px solid $theme-primary-dark; padding-top: 1em; } + +// create bootstrap-social styles for service helsinki_adfs +.btn-helsinki_adfs { + @include btn-social($hel-bus); +} + +.fa-helsinki_adfs { + @include helsinki-logo($white); + background-position: center; + background-size: 85%; +} + +// create bootstrap-social styles for service btn-eduhelfi +.btn-eduhelfi { + @include btn-social($hel-tram); +} + +.fa-eduhelfi { + @include helsinki-logo($white); + background-position: center; + background-size: 85%; +}