Skip to content

Commit

Permalink
removed guzzle, attempted some optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kemme committed May 10, 2017
1 parent f4ad210 commit 9b912db
Show file tree
Hide file tree
Showing 32 changed files with 806 additions and 2,106 deletions.
32 changes: 32 additions & 0 deletions assets/css/sass/analytics.scss
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;
}
16 changes: 0 additions & 16 deletions assets/css/sass/cmb2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@
* Copyright (c) 2017 Tyler Kemme
* Licensed under the GPLv2+ license.
*/
.cmb2-analytics{
background: #fff;
padding: 20px 15px;
border: none;
margin: 10px -4px;

.cmb2-analytics-data{
max-width: 97.5%;
padding: 20px 0;

svg{
overflow: visible !important;
}
}
}

.cmb2-options-page{
.cmb-form{
.cmb-row {
Expand Down
38 changes: 0 additions & 38 deletions assets/css/sass/selectmenu.scss

This file was deleted.

3 changes: 1 addition & 2 deletions assets/css/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Copyright (c) 2017 Tyler Kemme
* Licensed under the GPLv2+ license.
*/
@import "analytics";
@import "cmb2";
@import "tabs";
@import "selectmenu";
@import "wpcd";
82 changes: 0 additions & 82 deletions assets/css/sass/tabs.scss

This file was deleted.

9 changes: 1 addition & 8 deletions assets/css/sass/wpcd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
* Copyright (c) 2017 Tyler Kemme
* Licensed under the GPLv2+ license.
*/
#analytics-tabs {
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.04);
padding: 15px 15px 0;
border: 1px solid #e5e5e5;
}

fieldset {
border: 0;
Expand Down Expand Up @@ -73,8 +67,7 @@ label {
}
}

#timeSelect-button,
#zoneSelect-button {
#filter-button {
min-width: 250px;
margin: 10px 0px;

Expand Down
132 changes: 23 additions & 109 deletions assets/css/wp-cloudflare-dashboard.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b912db

Please sign in to comment.