From 95a8312b8bb5b1018263418d253802f3b5ac58b3 Mon Sep 17 00:00:00 2001 From: Tero Tikkanen Date: Fri, 23 Feb 2018 13:17:29 +0200 Subject: [PATCH] Create bootstrap-social styles for helsinki_adfs and eduhelfi --- helsinki_theme/static/css/helsinki_theme.scss | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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%; +}