Skip to content

Commit

Permalink
Merge pull request #161 from amiaopensource/css
Browse files Browse the repository at this point in the history
one `.btn`
  • Loading branch information
ablwr authored Mar 5, 2017
2 parents a5a49e1 + e3deb3a commit 0ed5cff
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions css/css.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1,h2,h3,h4,h5,h6 {
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}

Expand All @@ -11,7 +11,7 @@ dd {
}

dt {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

img {
Expand All @@ -38,9 +38,6 @@ div {

.btn {
margin: 8px;
}

.btn {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
Expand All @@ -54,6 +51,7 @@ div {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.btn:before {
content: "💫";
position: absolute;
Expand All @@ -68,6 +66,7 @@ div {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
Expand All @@ -79,7 +78,7 @@ div {
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px
border-radius: 4px;
}

.beware {
Expand Down

0 comments on commit 0ed5cff

Please sign in to comment.