Skip to content

Commit

Permalink
WP Mail Logging restructure and design refresh
Browse files Browse the repository at this point in the history
contributed by @donmhico
  • Loading branch information
capuderg committed Mar 15, 2023
1 parent 9253a32 commit c9ae860
Show file tree
Hide file tree
Showing 131 changed files with 16,447 additions and 6,468 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/vendor/
/credentials.json
/releases
/node_modules
/build
lib/vendor/redux-framework
233 changes: 0 additions & 233 deletions Gruntfile.js

This file was deleted.

Binary file removed assets/banner-772x250.jpg
Binary file not shown.
File renamed without changes.
14 changes: 14 additions & 0 deletions assets/css/_colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Color styles

$primary-text: #1D2327;
$secondary-text: #646970;
$description-text: #3C434A;
$orange: #E27730;
$orange-dark: #cb5836;
$positive: #38a17e;
$negative: #D63638;
$field-border: #8b8f93;
$field-text: #2C3338;
$label-text: #1E2327;
$link: #2171B1;
$link-hover: #135e96;
15 changes: 15 additions & 0 deletions assets/css/_general.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Core admin style overrides.
#wpcontent {
padding-left: 0 !important;
position: relative;

@include media("<=phone") {
padding-top: 46px;
}
}

#wpbody {
@include media("<=phone") {
padding-top: 0;
}
}
Loading

0 comments on commit c9ae860

Please sign in to comment.