ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Missing icon in OAuth services #49

Open Francescu opened 9 years ago

Francescu commented 9 years ago

When adding a third party OAuth service, it usually add an icon into its CSS this way (using steam as service name example):

#login-buttons-image-steam {
  background-image: url(data:image/png;base64,XXXX=);
}

Then the regular accounts-ui add this div on the left inside the "button":

<div class="login-image" id="login-buttons-image-steam"></div>