-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WP Mail Logging restructure and design refresh
contributed by @donmhico
- Loading branch information
Showing
131 changed files
with
16,447 additions
and
6,468 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/vendor/ | ||
/credentials.json | ||
/releases | ||
/node_modules | ||
/build | ||
lib/vendor/redux-framework |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
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,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; |
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,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; | ||
} | ||
} |
Oops, something went wrong.