You are here

auth-icons.css in Social Auth 8

Same filename and directory in other branches
  1. 8.2 css/auth-icons.css
  2. 3.x css/auth-icons.css
/**
 * Styles for the login form
 */
.social-auth.auth-link {
  border-bottom: none;
}
.social-auth.auth-icon {
  width: 3em;
  margin-right: 5px;
}

File

css/auth-icons.css
View source
  1. /**
  2. * Styles for the login form
  3. */
  4. .social-auth.auth-link {
  5. border-bottom: none;
  6. }
  7. .social-auth.auth-icon {
  8. width: 3em;
  9. margin-right: 5px;
  10. }