Skip to content
Snippets Groups Projects
buttons-si.css 1004 B
Newer Older
/* Social Buttons Style */
.btn-si {
  background-position: 1em;
  background-repeat: no-repeat;
  background-size: 2em;
  border-radius: 0.5em;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1em;
  height: 4em;
  line-height: 1em;
  padding: 0 2em 0 4em;
  text-decoration: none;
  transition: all 0.5s; }

.btn-google {
  background-color: #dd4b39;
  background-image: url("../img/google.svg"); }
  .btn-google:hover {
    background-color: #e47365; }
  .btn-google:active {
    background-color: #c23321; }

.btn-github {
  background-color: #2a2a2a;
  background-image: url("../img/github.svg"); }
  .btn-github:hover {
    background-color: #444444; }
  .btn-github:active {
    background-color: #101010; }

.btn-si-a {
  padding: 25px 15px 25px 65px !important;
  font-family: arial; 
  color : white;}

.smaller .btn-si-a {
  padding-left: 40px !important;
  font-size: 12px; }

.box{ clear: both; }
.box-a li{
	float: left;
	margin: 30px 0px;
}

#noDot { list-style-type: none;}