forked from MicrosoftEdge/Demos-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update perf demo with current styles
- Loading branch information
Melanie Richards
committed
May 7, 2016
1 parent
fab15a6
commit 07dceef
Showing
3 changed files
with
32 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +0,0 @@ | ||
.button { | ||
border: none; | ||
display: inline-block; | ||
border-radius: 3px; | ||
padding: 15px 20px; | ||
background-color: #12acef; | ||
/*font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/ | ||
font-size: 1.4em; | ||
font-weight: 500; | ||
text-align: center; | ||
line-height: 1.4; | ||
color: white; | ||
cursor: pointer; | ||
-webkit-appearence: none; | ||
transition: background .3s ease-in; | ||
-webkit-transition: background .3s ease-in; | ||
} | ||
This file was deleted.
Oops, something went wrong.