-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed guzzle, attempted some optimization
- Loading branch information
Tyler Kemme
committed
May 10, 2017
1 parent
f4ad210
commit 9b912db
Showing
32 changed files
with
806 additions
and
2,106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* WP Cloudflare Dashboard Analytics Styles | ||
* | ||
* Styles for the analytics page | ||
* | ||
* https://tylerkemme.com | ||
* | ||
* Copyright (c) 2017 Tyler Kemme | ||
* Licensed under the GPLv2+ license. | ||
*/ | ||
.wpcd-analytics{ | ||
background: #fff; | ||
padding: 20px 15px; | ||
border: none; | ||
margin: 10px -4px; | ||
|
||
.wpcd-analytics-data{ | ||
max-width: 97.5%; | ||
padding: 20px 0; | ||
|
||
svg{ | ||
overflow: visible !important; | ||
} | ||
} | ||
} | ||
|
||
#analytics-tabs { | ||
background: #fff; | ||
box-shadow: 0 1px 1px rgba(0,0,0,.04); | ||
padding: 15px 15px 0; | ||
border: 1px solid #e5e5e5; | ||
} |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.