This commit is contained in:
Ashley Blewer 2015-11-18 14:44:37 -08:00
parent acdb92a4ac
commit a6e64064f9

View File

@ -14,12 +14,12 @@ div {
color: white;
}
span .btn {
.btn {
margin: 8px;
}
/* Bubble Float Top */
span .btn {
.btn {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
@ -33,7 +33,7 @@ span .btn {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
span .btn:before {
.btn:before {
content: "\f1c8";
position: absolute;
left: 1em;
@ -48,7 +48,7 @@ span .btn:before {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
span .btn:hover:before, span .btn:focus:before, span .btn:active:before {
.btn:hover:before, .btn:focus:before, .btn:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
}