-
-
Save Manimall/fadff2892bfe501a8a3fa2e64ae6b51b to your computer and use it in GitHub Desktop.
Revisions
-
agragregra revised this gist
Sep 12, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,7 @@ position: relative outline: none transition: background-color .1s ease cursor: pointer &::after transition: background-color .2s ease position: absolute -
agragregra revised this gist
Dec 21, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,9 +13,9 @@ text-align: center position: relative outline: none transition: background-color .1s ease &::after transition: background-color .2s ease position: absolute content: '' height: 4px -
agragregra created this gist
Dec 19, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ .button display: inline-block border: none color: #fff text-decoration: none background-color: $accent padding: 15px 45px font-size: 13px text-transform: uppercase font-weight: 600 letter-spacing: 3px border-radius: 2px text-align: center position: relative outline: none transition: background-color .1s &::after transition: background-color .1s position: absolute content: '' height: 4px bottom: 0 width: 100% background-color: darken($accent, 50%) opacity: .18 border-bottom-left-radius: 2px border-bottom-right-radius: 2px left: 0 &:focus, &:hover text-decoration: none color: #fff &:hover background-color: lighten($accent, 5%) &::after opacity: .22 &:active background-color: darken($accent, 5%) &::after opacity: .32