Skip to content

Commit

Permalink
Create bootstrap-social styles for helsinki_adfs and eduhelfi
Browse files Browse the repository at this point in the history
  • Loading branch information
terotik authored and juyrjola committed Jun 7, 2018
1 parent 8131407 commit 95a8312
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions helsinki_theme/static/css/helsinki_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}

0 comments on commit 95a8312

Please sign in to comment.