auth-icons.css in Social Auth 8
Same filename and directory in other branches
/** * 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.cssView source
- /**
- * Styles for the login form
- */
- .social-auth.auth-link {
- border-bottom: none;
- }
- .social-auth.auth-icon {
- width: 3em;
- margin-right: 5px;
- }