Coder Social home page Coder Social logo

terrymooreii / materialize-social Goto Github PK

View Code? Open in Web Editor NEW
50.0 2.0 27.0 1.13 MB

Social Login Buttons for MaterializeCSS

Home Page: https://terrymooreii.github.io/materialize-social/

License: MIT License

CSS 34.61% HTML 64.64% JavaScript 0.75%
material matieral-design materializecss social oauth2 css less icons oauth buttons

materialize-social's Introduction

materialize-social

Social Login Buttons for MaterializeCSS

How to install

npm install --save materialize-social
bower install --save materialize-social

How to use

Check out this site usage

materialize-social's People

Contributors

terrymooreii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

materialize-social's Issues

icon is not showing up

Added CDN reference:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/materialize-social.css" integrity="sha256-fCY3nqZIbaRNV43p3uX2P5UtH1dkKui9VbUiTz9tL3Y=" crossorigin="anonymous">

Then, adding a button:

          <div class="row">
            <a class="waves-effect waves-light social-icon btn windows "><i class="fa fa-windows "></i></a>
          </div>

Unfortunately, I get

image

Update the colors

Hi, how are you?

I'm using your tool and I'm really enjoying it, but I think you need an update on the colors used in social networking.

Like the Instagram that had a color change in its logo.

In instagram I changed the color to that indicated in this site: Social Colors

Could you please update the colors of social networks?

Thank you very much.

Pressing button with href tag reveals teal tint

I have a button defined as follows:

<a class="waves-effect waves-light btn-floating social google" data-delay="100" href="mailto:[email protected]">
 <i class="fa fa-google"></i></a>

After clicking the button, the background colour of the button becomes a teal/green colour (see screenshot).

screenshot 2017-09-04 18 10 40

Solution

Adding !important annotations besides the background-color in the .css file fixes this issue.
Example:

.linkedin {
  background-color: #007bb6 !important;
  color: #fff !important;
}

There is no teal tint if there is no href tag in the button.

Update to angular 4

Hi

I've developing a angular4/material application. When installing I get this message.

npm WARN deprecated [email protected]: This version of Angular has been deprecated. Use @angular/core instead.
npm WARN [email protected] requires a peer of es6-shim@^0.35.0 but none was installed.

Would it be possible for you to update to latest and greatest versions ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.