installed plugin `Easy Digital Downloads` version 3.1.0.3

This commit is contained in:
KawaiiPunk 2022-11-27 15:03:07 +00:00 committed by Gitium
parent 555673545b
commit c5dce2cec6
1200 changed files with 238970 additions and 0 deletions

View File

@ -0,0 +1,43 @@
.chosen-container {
font-size: 14px;
}
.chosen-container-multi .search-field,
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
background: $white url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
background-size: 16px 16px;
border: 1px solid $wp-input-border;
box-shadow: 0 0 0 transparent;
color: $wp-input-text;
}
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
border-radius: 4px;
border-color: $wp-input-border;
}
.chosen-container-multi.chosen-with-drop .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.chosen-container-single.chosen-container-active.chosen-with-drop.chosen-dropup .chosen-single,
.chosen-container-multi.chosen-container-active.chosen-dropup .chosen-choices {
border-radius: 0 0 4px 4px;
border-width: 0 1px 0 1px;
z-index: 1011;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border-radius: 0 0 4px 4px;
border-width: 0 1px 0 1px;
border-color: transparent;
background: $white;
outline: 2px solid transparent;
}

View File

@ -0,0 +1,24 @@
/* WordPress Color Schemes */
:root {
@include edd-admin-colors();
}
.chosen-container.chosen-container-active .chosen-single,
.chosen-container.chosen-container-active .chosen-choices,
.chosen-with-drop.chosen-dropup .chosen-drop {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.chosen-with-drop.chosen-dropup .chosen-single,
.chosen-container-active.chosen-dropup .chosen-choices,
.chosen-container .chosen-drop {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 1px 0 1px var(--wp-admin-theme-color);
}
.chosen-container .chosen-results li.highlighted {
background-color: var(--wp-admin-theme-color);
}

View File

@ -0,0 +1,20 @@
.edd-select-chosen {
width: 100%;
max-width: 300px;
}
.edd-select-chosen.edd-customer-select {
width: 100% !important;
}
.edd-select-chosen.edd-time {
width: 55px;
max-width: 55px;
}
@media screen and (max-width: $break-medium) {
.edd-select-chosen.edd-time {
width: 70px;
max-width: 70px;
}
}

View File

@ -0,0 +1,67 @@
.chosen-container-multi {
.search-field {
border: none;
}
&.chosen-with-drop .chosen-choices {
border-bottom-color: transparent;
}
.chosen-choices li.search-field {
min-width: 100px !important;
width: 100%;
}
.chosen-choices li.search-field input[type=text] {
color: $wp-input-text;
font-family: unset;
height: unset;
margin: 0;
padding: 3px 10px;
width: 100% !important;
}
.spinner {
position: absolute;
top: 4px;
right: -4px;
}
.chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 5px 22px 5px 5px;
border: 1px solid $wp-input-border;
max-width: 100%;
border-radius: 4px;
background: #f4f4f4;
box-shadow: none;
color: $wp-input-text;
cursor: default;
}
.chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 15px;
height: 15px;
}
.chosen-choices li.search-choice .search-choice-close:before {
height: 15px;
width: 15px;
position: absolute;
top: 0;
right: 0;
color: $wp-input-text;
font-family: 'dashicons';
content: '\f158';
font-size: 15px;
line-height: 1;
}
.chosen-choices li.search-choice .search-choice-close:hover:before {
color: $wp-text;
}
}

View File

@ -0,0 +1,16 @@
.chosen-container .chosen-results {
color: $wp-text;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
}
.chosen-container .chosen-results li.highlighted {
background-image: none;
border-radius: 4px;
color: $white;
}

View File

@ -0,0 +1,54 @@
.chosen-container-single .chosen-single div b {
background-image: none;
}
.chosen-container-single .chosen-search:after {
display: block;
position: absolute;
right: 6px;
top: 50%;
font-family: dashicons;
font-size: 17px;
content: '\f179';
transform: translateY(-50%);
}
.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
border-radius: 4px 4px 0 0;
}
.chosen-container-single .chosen-single div {
width: 26px;
}
.chosen-container-single .chosen-default {
color: $wp-input-text;
}
.chosen-container-active .chosen-single {
border-color: transparent;
outline: 2px solid transparent;
}
.chosen-container-single .chosen-search input[type=text] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100% !important;
height: auto;
outline: 0;
border: 1px solid $wp-input-border;
border-radius: 4px;
line-height: normal;
box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
}
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
min-height: 30px;
@media screen and (max-width: $break-medium) {
font-size: 16px;
line-height: 1.625;
min-height: 40px;
padding: 5px 8px;
}
}

View File

@ -0,0 +1,17 @@
/* Chosen styles
-------------------------------------------------------------- */
@import "~@wordpress/base-styles/colors";
@import "~@wordpress/base-styles/variables";
@import "~@wordpress/base-styles/mixins";
@import "~@wordpress/base-styles/breakpoints";
@import "~@wordpress/base-styles/animations";
@import "../../variables/colors";
@import "../../variables/mixins";
@import 'base';
@import 'single';
@import 'multi';
@import 'results';
@import 'colors';
@import 'edd';

View File

@ -0,0 +1,349 @@
/* Date Picker Default Styles */
.edd-datepicker {
padding: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #fff;
border: 1px solid #dfdfdf;
border-top: none;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
min-width: 17em;
width: auto;
z-index: 1000 !important;
}
.edd-datepicker * {
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.edd-datepicker table {
font-size: 13px;
margin: 0;
border: none;
border-collapse: collapse;
}
.edd-datepicker .ui-widget-header,
.edd-datepicker .ui-datepicker-header {
background-image: none;
border: none;
color: #fff;
font-weight: normal;
padding: .2em 0;
}
.edd-datepicker .ui-datepicker-header .ui-state-hover {
background: transparent;
border-color: transparent;
cursor: pointer;
}
.edd-datepicker .ui-datepicker-title {
margin: 0;
padding: 10px 0;
color: #fff;
font-size: 14px;
line-height: 14px;
text-align: center;
}
.edd-datepicker .ui-datepicker-prev,
.edd-datepicker .ui-datepicker-next {
position: relative;
top: 0;
height: 34px;
width: 34px;
}
.edd-datepicker .ui-state-hover.ui-datepicker-prev,
.edd-datepicker .ui-state-hover.ui-datepicker-next {
border: none;
}
.edd-datepicker .ui-datepicker-prev,
.edd-datepicker .ui-datepicker-prev-hover {
left: 0;
}
.edd-datepicker .ui-datepicker-next,
.edd-datepicker .ui-datepicker-next-hover {
right: 0;
}
.edd-datepicker .ui-datepicker-next span,
.edd-datepicker .ui-datepicker-prev span {
display: none;
}
.edd-datepicker .ui-datepicker-prev {
float: left;
}
.edd-datepicker .ui-datepicker-next {
float: right;
}
.edd-datepicker .ui-datepicker-prev:before,
.edd-datepicker .ui-datepicker-next:before {
font: normal 20px/34px 'dashicons';
padding-left: 7px;
color: #fff;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 34px;
height: 34px;
}
.edd-datepicker .ui-datepicker-prev:before {
content: '\f341';
}
.edd-datepicker .ui-datepicker-next:before {
content: '\f345';
}
.edd-datepicker .ui-datepicker-prev-hover:before,
.edd-datepicker .ui-datepicker-next-hover:before {
opacity: 0.7;
}
.edd-datepicker select.ui-datepicker-month,
.edd-datepicker select.ui-datepicker-year {
width: 33%;
}
.edd-datepicker thead {
color: #fff;
font-weight: 600;
}
.edd-datepicker th {
padding: 10px;
}
.edd-datepicker td {
padding: 0;
border: 1px solid #f4f4f4;
}
.edd-datepicker td.ui-datepicker-other-month {
border: transparent;
}
.edd-datepicker tr:first-of-type td {
border-top: 1px solid #f0f0f0;
}
.edd-datepicker td.ui-datepicker-week-end {
background-color: #f4f4f4;
border: 1px solid #f0f0f0;
}
.edd-datepicker td.ui-datepicker-today {
background-color: #f0f0c0;
}
.edd-datepicker td.ui-datepicker-current-day {
background: #bbdd88;
}
.edd-datepicker td .ui-state-default {
background: transparent;
border: none;
text-align: center;
text-decoration: none;
width: auto;
display: block;
padding: 5px 10px;
font-weight: normal;
color: #444;
}
.edd-datepicker td.ui-state-disabled .ui-state-default {
opacity: 0.5;
}
/* Default Color Scheme */
.edd-datepicker .ui-widget-header,
.edd-datepicker .ui-datepicker-header {
background: #00a0d2;
}
.edd-datepicker thead {
background: #32373c;
}
.edd-datepicker td .ui-state-hover {
background: #0073aa;
color: #fff;
}
/* WordPress Color Schemes */
/* Fresh */
.admin-color-fresh .edd-datepicker .ui-widget-header,
.admin-color-fresh .edd-datepicker .ui-datepicker-header {
background: #00a0d2;
}
.admin-color-fresh .edd-datepicker thead {
background: #32373c;
}
.admin-color-fresh .edd-datepicker td .ui-state-hover {
background: #0073aa;
color: #fff;
}
/* Blue */
.admin-color-blue .edd-datepicker .ui-widget-header,
.admin-color-blue .edd-datepicker .ui-datepicker-header {
background: #52accc;
}
.admin-color-blue .edd-datepicker thead {
background: #4796b3;
}
.admin-color-blue .edd-datepicker td .ui-state-hover {
background: #096484;
color: #fff;
}
/* Coffee */
.admin-color-coffee .edd-datepicker .ui-widget-header,
.admin-color-coffee .edd-datepicker .ui-datepicker-header {
background: #59524c;
}
.admin-color-coffee .edd-datepicker thead {
background: #46403c;
}
.admin-color-coffee .edd-datepicker td .ui-state-hover {
background: #c7a589;
color: #fff;
}
/* Ectoplasm */
.admin-color-ectoplasm .edd-datepicker .ui-widget-header,
.admin-color-ectoplasm .edd-datepicker .ui-datepicker-header {
background: #523f6d;
}
.admin-color-ectoplasm .edd-datepicker thead {
background: #413256;
}
.admin-color-ectoplasm .edd-datepicker td .ui-state-hover {
background: #a3b745;
color: #fff;
}
/* Midnight */
.admin-color-midnight .edd-datepicker .ui-widget-header,
.admin-color-midnight .edd-datepicker .ui-datepicker-header {
background: #363b3f;
}
.admin-color-midnight .edd-datepicker thead {
background: #26292c;
}
.admin-color-midnight .edd-datepicker td .ui-state-hover {
background: #e14d43;
color: #fff;
}
/* Ocean */
.admin-color-ocean .edd-datepicker .ui-widget-header,
.admin-color-ocean .edd-datepicker .ui-datepicker-header {
background: #738e96;
}
.admin-color-ocean .edd-datepicker thead {
background: #627c83;
}
.admin-color-ocean .edd-datepicker td .ui-state-hover {
background: #9ebaa0;
color: #fff;
}
/* Sunrise */
.admin-color-sunrise .edd-datepicker .ui-widget-header,
.admin-color-sunrise .edd-datepicker .ui-datepicker-header,
.admin-color-sunrise .edd-datepicker .ui-datepicker-header .ui-state-hover {
background: #cf4944;
}
.admin-color-sunrise .edd-datepicker th {
border-color: #be3631;
background: #be3631;
}
.admin-color-sunrise .edd-datepicker td .ui-state-hover {
background: #dd823b;
color: #fff;
}
/* Light */
.admin-color-light .edd-datepicker .ui-widget-header,
.admin-color-light .edd-datepicker .ui-datepicker-header {
background: #e5e5e5;
}
.admin-color-light .edd-datepicker thead {
background: #888;
}
.admin-color-light .edd-datepicker .ui-datepicker-title,
.admin-color-light .edd-datepicker td .ui-state-default,
.admin-color-light .edd-datepicker .ui-datepicker-prev:before,
.admin-color-light .edd-datepicker .ui-datepicker-next:before {
color: #555;
}
.admin-color-light .edd-datepicker td .ui-state-hover {
background: #e5e5e5;
}
/* bbPress Color Schemes */
/* Evergreen */
.admin-color-bbp-evergreen .edd-datepicker .ui-widget-header,
.admin-color-bbp-evergreen .edd-datepicker .ui-datepicker-header {
background: #56b274;
}
.admin-color-bbp-evergreen .edd-datepicker thead {
background: #36533f;
}
.admin-color-bbp-evergreen .edd-datepicker td .ui-state-hover {
background: #446950;
color: #fff;
}
/* Mint */
.admin-color-bbp-mint .edd-datepicker .ui-widget-header,
.admin-color-bbp-mint .edd-datepicker .ui-datepicker-header {
background: #4ca26a;
}
.admin-color-bbp-mint .edd-datepicker thead {
background: #4f6d59;
}
.admin-color-bbp-mint .edd-datepicker td .ui-state-hover {
background: #5fb37c;
color: #fff;
}

View File

@ -0,0 +1,41 @@
.edd-custom-price-option {
&-sections-wrap {
display: none;
border-width: 0 1px 1px;
border-style: solid;
border-color: $wp-border;
box-sizing: border-box;
width: 100%;
}
&-section {
display: block;
padding: 10px 8px;
border-bottom: 1px solid rgba( 222, 222, 222, 0.3 );
&-title {
display: block;
font-weight: 600;
padding: 0 0 10px;
}
&-content {
display: flex;
gap: 12px;
margin-bottom: 6px;
}
&:last-child {
border-bottom: none;
}
}
}
.toggle-custom-price-option-section {
color: $wp-gray-40;
&:hover {
color: $wp-text;
}
}

View File

@ -0,0 +1,30 @@
#edd_product_settings {
.edd-product-options__title,
.inside strong {
border-top: 1px solid $wp-border;
border-bottom: 1px solid $wp-border;
background-color: $wp-alternate;
display: flex;
font-weight: 600;
margin: 0 -12px 16px;
padding: 8px 12px;
justify-content: space-between;
align-items: center;
}
.edd-product-options-wrapper:first-of-type .edd-product-options__title,
.inside div:first-child strong {
margin-top: -8px;
}
.edd-product-options__title .edd-help-tip,
.inside strong .edd-help-tip {
font-size: 20px;
}
.label--block {
display: block;
margin: 0 0 4px;
}
}

View File

@ -0,0 +1,188 @@
.edd_repeatable_row.ui-sortable-placeholder {
line-height: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
border: 1px dashed $wp-border;
visibility: visible !important;
}
.edd-add-repeatable-row {
border-top: 1px solid $wp-border;
padding: 12px;
margin: 15px -12px -12px -12px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.edd_repeatable_row input[type="text"].large-text {
width: 100%;
}
.edd_variable_prices_wrapper:not(:first-child),
.edd_repeatable_upload_wrapper:not(:first-child) {
margin-top: 12px;
}
.edd_repeatable_row.ui-sortable-helper .edd-repeatable-row-actions .edd-remove-row {
display: none;
}
.edd-repeatable-row-actions {
color: $wp-gray-40;
a {
text-decoration: none;
width: auto;
cursor: pointer;
}
}
.edd-repeatable-row-header,
.edd-bundle-products-header {
clear: both;
background: $wp-gray-0;
border: 1px solid $wp-border;
display: flex;
justify-content: space-between;
}
.edd-repeatable-row-header {
cursor: move;
}
.edd_repeatable_row:hover .edd-repeatable-row-header,
.edd_repeatable_row:hover .edd-repeatable-row-standard-fields {
border-color: $wp-border;
}
.edd-repeatable-row-header:before,
.edd-repeatable-row-header:after,
.edd-bundled-product-row:before,
.edd-bundled-product-row:after {
content: '';
display: table;
}
.edd-repeatable-row-header:after,
.edd-bundled-product-row:after {
clear: both;
}
.edd-repeatable-row-title,
.edd-bundle-products-header {
font-weight: 600;
}
.edd-repeatable-row-title,
.edd-repeatable-row-actions,
.edd-bundle-products-header {
padding: 8px;
box-sizing: border-box;
}
.edd-repeatable-row-actions {
flex-grow: 1;
text-align: right;
}
.edd-repeatable-row-actions .edd-remove-row,
.edd-bundled-product-row .edd-remove-row {
width: auto;
cursor: pointer;
}
.edd-repeatable-row-standard-fields,
.edd-bundled-product-row {
padding: 8px;
border-width: 0 1px 1px;
border-style: solid;
border-color: $wp-border;
display: flex;
justify-content: space-between;
align-items: center;
gap: 18px;
}
/* @todo: remove these when .edd-form-row has been fully implemented */
.edd-repeatable-row-standard-fields .edd-form-group,
.edd-bundled-product-row .edd-form-group {
margin-bottom: 0;
display: inline-flex;
flex-direction: column;
flex-grow: 1;
justify-content: space-between;
}
.edd-repeatable-row-setting-label .edd-help-tip {
display: inline-block;
margin-left: 4px;
}
.edd-bundled-product-item-reorder {
min-width: 30px;
.edd-product-file-reorder {
font-size: 20px;
cursor: move;
color: $wp-gray-5;
font-family: "dashicons";
content: "\f545";
transition: .2s color;
&:hover {
color: $wp-gray-20;
}
}
}
.edd-bundled-product-actions {
align-self: center;
}
#edd_products .edd-select,
.edd_repeatable_upload_wrapper .pricing select,
.edd_repeatable_product_wrapper .edd-select {
min-width: 100%;
max-width: 200px;
}
.edd_repeatable_product_wrapper td {
overflow: visible;
}
@media screen and (max-width: $break-mobile) {
.edd-bundle-products-header,
.edd-repeatable-row-header,
.edd-repeatable-row-standard-fields,
.edd-bundled-product-row {
flex-wrap: wrap;
}
.edd-repeatable-row-standard-fields .edd-form-group,
.edd-bundled-product-row .edd-form-group {
margin-left: 0 !important;
margin-bottom: 24px;
}
}
/* still used by extensions - Software Licensing upgrade paths, Custom Prices */
.edd_remove_repeatable {
border: none;
cursor: pointer;
display: inline-block;
padding: 0;
overflow: hidden;
margin: 8px 0 0 0;
text-indent: -9999px;
width: 10px;
height: 10px;
}
.edd_remove_repeatable:active,
.edd_remove_repeatable:hover,
.edd_remove_repeatable:focus {
background-position: -10px 0 !important;
}

View File

@ -0,0 +1,27 @@
.edd_repeatable_upload_wrapper .edd_repeatable_upload_field_container {
position: relative;
width: 100%;
+span:first-child {
width: 100%;
}
}
.edd_repeatable_upload_field {
padding-right: 32px;
}
.edd_upload_file button {
background: $wp-gray-0;
border: none;
border-left: 1px solid $wp-border;
padding: 0 4px;
position: absolute;
height: calc(100% - 4px);
overflow: hidden;
top: 2px;
right: 2px;
display: inline-flex;
justify-content: center;
align-items: center;
}

View File

@ -0,0 +1,4 @@
@import "prices";
@import "product_settings";
@import "repeatable_row";
@import "upload";

View File

@ -0,0 +1,63 @@
/**
* EDD Admin CSS
*
* @package EDD
* @subpackage Admin Email Tags CSS
* @copyright Copyright (c) 2015, Pippin Williamson
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.edd-email-tags-filter {
margin: -15px -15px 15px;
padding: 15px;
border-bottom: 1px solid #ddd;
background: #f3f3f3;
}
.edd-email-tags-filter-search {
padding: 10px;
width: 100%;
font-size: 20px;
}
.edd-email-tags-list {
margin: 0;
}
.edd-email-tags-list-item {
margin-bottom: 15px;
}
.edd-email-tags-list-item::last-child {
margin-bottom: 0;
}
.edd-email-tags-list-button {
cursor: pointer;
color: #666;
text-align: left;
padding: 0.8rem;
width: 100%;
background: none;
border: 1px solid #ddd;
border-radius: 3px;
}
.edd-email-tags-list-button:hover {
background: #fafafa;
}
.edd-email-tags-list-button strong {
color: #444;
font-size: 14px;
margin-bottom: 8px;
}
.edd-email-tags-list-button code {
margin-left: 10px;
}
.edd-email-tags-list-button span {
display: block;
margin-top: 10px;
}

View File

@ -0,0 +1,143 @@
/* Extension Manager
------------------------------------------------------------- */
.edd-extension-manager__card {
background-color: #fff;
padding: 2em;
margin: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.edd-extension-manager__card-group .edd-extension-manager__card {
float: left;
max-width: 360px;
margin: 1em;
}
@supports(grid-area: auto) {
.edd-extension-manager__card-group {
display: grid;
grid-template-columns: auto;
gap: 1em;
margin-top: 24px;
}
.edd-extension-manager__card-group .edd-extension-manager__card {
float: none;
margin: 0;
max-width: unset;
}
}
.inside .edd-extension-manager__card {
padding: 0;
}
.edd-extension-manager__title {
margin: 0 0 1em 0;
}
.edd-extension-manager__group {
display: grid;
}
.edd-extension-manager__step {
grid-area: 1/-1;
margin: 0;
}
.edd-extension-manager__step:not(:first-of-type) {
display: none;
}
.edd-extension-manager__step .button {
display: table;
margin: 0 auto;
text-align: center;
white-space: normal;
}
td .edd-extension-manager__step .button {
display: inline-block;
}
.edd-extension-manager__body {
display: grid;
gap: 1.5em;
grid-template-rows: auto 1fr;
flex-grow: 1;
}
.edd-extension-manager__image img {
display: block;
margin: 0 auto;
max-width: 500px;
width: 100%;
}
.edd-extension-manager__features ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.edd-extension-manager__features .dashicons-yes {
color: #008a20;
margin-right: .25em;
}
.edd-extension-manager__body .notice {
max-width: 320px;
}
/* Extension Manager Style Variations
--------------------------------------- */
.edd-extension-manager__card--horizontal {
margin: 24px 0;
max-width: 700px;
}
.edd-extension-manager__card--detailed {
background-color: transparent;
max-width: 700px;
}
.edd-extension-manager__card--detailed-2col {
background-color: transparent;
max-width: 900px;
}
.edd-extension-manager__card--detailed .edd-extension-manager__title,
.edd-extension-manager__card--detailed-2col .edd-extension-manager__title {
border-bottom: 1px solid #ccc;
padding-bottom: 1em;
}
@media screen and (min-width: 601px) {
.edd-extension-manager__card-group {
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.edd-extension-manager__card--horizontal .edd-extension-manager__body {
grid-template-columns: minmax(0, 300px) 1fr;
grid-template-rows: 1fr auto;
grid-auto-flow: column;
}
.edd-extension-manager__card--horizontal .edd-extension-manager__image {
grid-row: 1 / 4;
}
.edd-extension-manager__features,
.edd-extension-manager__card--horizontal .edd-extension-manager__description {
align-self: center;
}
}
@media screen and (min-width: 783px) {
.edd-extension-manager__card--detailed-2col .edd-extension-manager__body {
grid-template-columns: minmax(0, 375px) 1fr;
grid-auto-flow: column;
}
}

View File

@ -0,0 +1,86 @@
/**
* Form Group
*
* <div class="edd-form-group">
* <label class="edd-form-group__label">Label</label>
* <div class="edd-form-group__control">
* <input type="text" class="edd-form-group__input" />
* </div>
* <p class="edd-form-group__help">Help</p>
* </div>
*
*
* <fieldset class="edd-form-group">
* <legend class="edd-form-group__label">Label</label>
*
* <div class="edd-form-group__control">
* <input type="radio" class="edd-form-group__input" />
* <label>Radio 1</label>
* </div>
*
* <div class="edd-form-group__control">
* <input type="radio" class="edd-form-group__input" />
* <label>Radio 2</label>
* </div>
* </fieldset>
*
*/
.edd-form-group {
margin-bottom: 16px;
&:last-of-type {
margin-bottom: 0;
}
}
.edd-form-group__label,
.edd-form-group>label {
display: block;
font-weight: 600;
margin-bottom: 8px;
padding: 0;
}
.edd-form-group__control {
margin-bottom: 12px;
max-width: 100%;
&.is-radio,
&.is-check {
margin-top: 4px;
}
&:last-of-type {
margin-bottom: 0;
}
&--is-inline {
display: inline-flex;
align-items: flex-end;
}
}
.edd-form-group__input {
max-width: 100%;
&[type="checkbox"],
&[type="radio"] {
margin-top: 0;
+label {
display: unset;
}
}
}
select.edd-form-group__input {
max-width: 100%;
}
.edd-form-group__help {
color: $wp-gray-50;
font-size: 13px;
font-style: italic;
line-height: initial;
margin: 8px 0 0;
}

View File

@ -0,0 +1,20 @@
.edd-form-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
&__column {
display: inline-flex;
flex-direction: column;
justify-content: flex-end;
&.edd-form-group {
margin-bottom: 0;
}
}
label,
label.edd-form-group__label {
margin-bottom: 8px;
}
}

View File

@ -0,0 +1,2 @@
@import "form-group";
@import "form-row";

View File

@ -0,0 +1,21 @@
/* PayPal Connect
-------------------------------------------------------------- */
.edd-paypal-account-status ul {
margin-left: 25px;
}
.edd-paypal-account-status > li {
margin-bottom: 1em;
}
.edd-paypal-account-status ul:not(.edd-paypal-webhook-events) {
list-style: disc;
list-style-position: inside;
}
.edd-paypal-account-status ul:not(.edd-paypal-webhook-events) li {
margin: .25em 0;
}
.edd-paypal-account-status .dashicons-yes {
color: #008a20;
}
.edd-paypal-account-status .dashicons-no {
color: #d63638;
}

View File

@ -0,0 +1,13 @@
.edd-item-header-small {
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 6px;
span {
font-weight: 600;
font-size: 15px;
}
}

View File

@ -0,0 +1 @@
@import "item-header";

View File

@ -0,0 +1,64 @@
/**
* EDD Admin Menu CSS
*
* @package EDD
* @subpackage Admin CSS
* @copyright Copyright (c) 2015, Pippin Williamson
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
@import "~@wordpress/base-styles/breakpoints";
@import "../variables/colors";
/* Submenu Styles
-------------------------------------------------------------- */
#menu-posts-download a[href^="edit.php?post_type=download"] {
&:hover,
&:focus {
box-shadow: inset 4px 0 0 0 currentColor;
transition: box-shadow .1s linear;
}
}
/* Secondary Separators */
#menu-posts-download li:not(:last-child) a[href^="post-new.php?post_type=download"]:after,
#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-discount"]:after,
#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-reports"]:after,
#menu-posts-download li:nth-last-child(2) a:after {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
display: block;
float: left;
margin: 13px -15px 8px;
content: '';
width: calc(100% + 26px);
@media screen and (max-width: $break-medium) {
margin: 20px -20px 8px -20px;
width: calc(100% + 30px);
}
}
#adminmenu #menu-posts-download {
/* WordPress 5.7 fix for left-shadow on hover */
ul.wp-submenu-wrap li {
clear: both;
}
a.wp-has-current-submenu:after {
display: none;
}
}
/* Show Submenu Arrow */
ul#adminmenu #menu-posts-download ul.wp-submenu li.current a:before {
right: 0;
border: solid 8px transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: $wp-gray-0;
margin-top: 2px;
}

View File

@ -0,0 +1,123 @@
/* Notifications
-------------------------------------------------------------- */
.edd-overlay {
position: fixed;
z-index: 1052;
top: 0;
right: 0;
bottom: 0;
left: 160px;
background-color: #141b38;
opacity: .5;
transition: .5s;
}
.edd-slide-in {
transform: translateX(100%) !important;
-webkit-transform: translateX(100%) !important;
}
#edd-notifications-panel {
background-color: white;
height: 100%;
width: 100%;
max-width: 570px;
position: fixed;
z-index: 1053;
top: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
transition: .5s;
transform: translateX(0%);
-webkit-transform: translateX(0%);
}
body.admin-bar #edd-notifications-panel {
top: 32px;
}
@media screen and (max-width: 600px) {
body.admin-bar #edd-notifications-panel {
top: 46px;
}
}
#edd-notifications-header {
display: flex;
align-items: center;
padding: 0 30px;
color: #fff;
background-color: #0c5d95;
}
#edd-notifications-header h3 {
color: #fff;
flex: 1;
}
#edd-notifications-header .edd-close {
background: none;
border: none;
color: #fff;
cursor: pointer;
}
#edd-notifications-body {
padding: 30px;
}
.edd-notification {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.edd-notification--icon {
color: #00aa63;
}
.edd-notification--icon.edd-notification--icon-info {
color: #005ae0;
}
.edd-notification--icon.edd-notification--icon-warning {
color: #f18200;
}
.edd-notification--icon.edd-notification--icon-error {
color: #df2a4a;
}
.edd-notification--body {
flex: 1;
}
.edd-notification--header {
align-items: center;
display: flex;
justify-content: space-between;
gap: 5px;
margin-bottom: 7px;
}
.edd-notification--title {
color: #141b38;
flex: 1;
font-size: 16px;
font-weight: 600;
margin: 0;
}
.edd-notification--date {
color: #71747e;
font-size: 12px;
}
.edd-notification--actions {
flex-wrap: wrap;
display: flex;
align-items: center;
gap: 5px;
margin-top: 10px;
}
.edd-notification--dismiss {
background: none !important;
border: none !important;
box-shadow: none !important;
color: #71747e !important;
cursor: pointer;
padding: 0 10px;
text-decoration: underline;
}
.edd-notification--dismiss:hover {
text-decoration: none;
}

View File

@ -0,0 +1,124 @@
$fixed-column-width: 80px;
#edd-submit-refund-status {
text-align: center;
font-size: 1.2em;
.edd-submit-refund-message {
&:before{
font-family: dashicons;
font-size: 1.5em;
vertical-align: middle;
color: #fff;
border-radius: 16px;
margin: 5px;
}
&.success:before {
content: "\f147";
background-color: $wp-green-50;
padding-right: 1px;
}
&.fail {
display: block;
margin-bottom: 16px;
&::before {
content: "\f335";
background-color: $wp-red-50;
}
}
}
}
.refund-items {
td,
th.check-column {
vertical-align: baseline;
}
.column-amount,
.column-quantity,
.column-subtotal,
.column-tax,
.column-discount,
.column-total {
width: $fixed-column-width;
}
.edd-form-group__control {
display: flex;
align-items: center;
select,
input {
background-color: transparent;
border: 0;
border-bottom: 1px solid;
border-radius: 0;
box-shadow: none;
text-align: right;
width: 100%;
&:disabled {
border-bottom: none;
}
&:focus {
border-bottom: 1px solid var(--wp-admin-theme-color-darker-10);
box-shadow: 0 1px 0 var(--wp-admin-theme-color-darker-10);
}
}
select[data-original="1"] {
background: transparent;
}
select,
.is-before + span > input {
text-align: left;
}
}
.edd-refund-submit-line-total {
background-color: $white !important;
td {
text-align: right;
}
}
.edd-refund-submit-line-total-amount {
display: inline-block;
margin-left: 20px;
text-align: left;
width: $fixed-column-width;
}
#edd-refund-submit-subtotal td {
border-top: 2px solid $wp-border;
}
@media screen and ( max-width: 782px ) {
td.column-total {
margin-bottom: 16px;
}
.edd-refund-submit-line-total-amount {
padding-right: 16px;
width: unset;
}
}
}
.edd-submit-refund-actions {
margin: 16px 0 0;
}
.did-refund {
.refund-items,
.edd-submit-refund-actions {
display: none;
}
}

View File

@ -0,0 +1,2 @@
@import "refunds-modal";

View File

@ -0,0 +1,92 @@
.edd-admin-notice-top-of-page {
font-size: 15px;
line-height: 1.4;
color: #fff;
margin-left: -20px;
padding: 12px 32px 12px 20px;
background: #2d6ca2;
display: none;
@media screen and ( min-width: 783px ) {
padding: 10px 46px 10px 22px;
}
@media screen and ( min-width: 961px ) {
text-align: center;
}
a {
color: #fff;
&:hover {
text-decoration: none;
}
}
.button-link {
position: absolute;
top: 48px;
right: -1px;
font-size: 20px;
color: #fff;
font-weight: bold;
text-decoration: none;
margin-left: 5px;
padding: 6px 10px;
&:hover, &:active, &:focus {
color: #fff;
text-decoration: none;
}
@media screen and ( min-width: 601px ) {
top: 1px;
}
@media screen and ( min-width: 783px ) {
right: 9px;
}
}
}
/* Five Star Review Request
------------------------------------------------------------- */
#edd-admin-notice-five-star-review {
display: grid;
}
#edd_dashboard_sales .edd-promo-notice {
border-bottom: 1px solid #c3c4c7;
}
.edd-review-actions {
display: flex;
gap: 6px;
margin: 0 0 16px 0;
}
.edd-promo-notice .edd-peeking {
align-self: flex-end;
justify-self: flex-end;
margin-right: 16px;
margin-bottom: -1px;
}
@media screen and (max-width: 782px) {
#edd-admin-notice-five-star-review.notice .edd-peeking {
margin-bottom: -6px;
}
}
@media screen and (min-width: 400px) {
.edd-promo-notice .edd-peeking {
justify-self: flex-start;
margin-right: 0;
margin-left: 200px;
}
}
.edd-review-step,
.edd-promo-notice .edd-peeking {
grid-area: 1/-1;
}

View File

@ -0,0 +1,129 @@
#edd-filters {
padding: 10px;
margin: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
.filter-items {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
float: none;
flex-grow: 1;
.edd-date-range-options {
display: inline-block;
margin: 10px 0;
}
}
> p {
color: $gray-700;
}
input[type="text"].edd_datepicker,
input[type="number"] {
max-width: 105px;
}
input[type="number"],
.button-secondary {
margin-bottom: 0;
}
.search-form {
margin: 0;
}
@media screen and ( max-width: 480px ) {
span {
margin: 2px 0;
}
}
}
#edd-advanced-filters {
position: relative;
.inside {
z-index: 99;
position: absolute;
top: 29px;
right: 0;
border: 1px solid $gray-200;
padding: 0;
background: $white;
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
min-width: 285px;
opacity: 0;
visibility: hidden;
}
fieldset {
display: block;
padding: 10px 15px 15px;
margin: 10px 0;
&:not(:last-of-type) {
border-bottom: 1px solid $gray-200;
}
&:last-of-type {
padding-bottom: 5px;
}
&.edd-add-on-filters {
label,
span,
p,
div {
display: block;
margin-bottom: 2px;
}
}
}
div.edd-select-chosen:not(:last-child) {
margin-bottom: 10px;
}
&.open {
.edd-advanced-filters-button {
background: $gray-200;
border-color: $gray-600;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
.inside {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.2s ease-in;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
}
}
.download_page_edd-reports {
#edd-filters {
margin-bottom: -1px;
box-shadow: none;
@media screen and ( max-width: 782px ) {
gap: 0;
}
}
}
.edd-old-log-filters {
margin-top: -30px;
margin-left: 2px;
}

View File

@ -0,0 +1,26 @@
@media screen and (min-width: $break-small) {
#edd-reports-charts-wrap {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(2, minmax(200px, 50%));
grid-gap: 20px;
}
.edd-reports-chart {
margin-bottom: 0;
}
.edd-reports-chart-line {
grid-column: 1 / span 2;
}
}
.edd-reports-chart {
height: 500px;
max-height: 700px;
}
.chart-timezone {
font-size: .75rem;
color: #CCCCCC;
}

View File

@ -0,0 +1,27 @@
.edd-mobile-link {
line-height: 32px;
a {
text-decoration: none;
&:before,
&:after {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 20px/30px "dashicons";
vertical-align: top;
margin: 1px 0 0 0;
padding: 0;
}
&:before {
content: "\f470";
color: $gray-700;
margin-right: -3px;
}
&:after {
content: "\f504";
}
}
}

View File

@ -0,0 +1,145 @@
#edd-reports-tiles-wrap #dashboard-widgets .sortable-placeholder {
padding: 0;
margin: 0 0 20px 0;
line-height: 0;
box-sizing: border-box;
height: 110px;
}
#edd-reports-tiles-wrap #dashboard-widgets #primary-sortables {
margin-left: 0;
}
#edd-reports-tiles-wrap #dashboard-widgets #tertiary-sortables {
margin-right: 0;
}
#edd-reports-tiles-wrap {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 20px;
}
.edd-reports-tile {
text-align: center;
padding: 20px 10px 35px 10px;
display: flex;
flex-direction: column;
justify-content: center;
border: 1px solid #e5e5e5;
background: #fafafa;
position: relative;
box-sizing: border-box;
gap: .5em;
>span:not(.tile-compare) {
width: 100%;
}
}
.edd-reports-tile .tile-label {
text-align: center;
text-transform: uppercase;
font-size: 12px;
font-weight: normal;
color: $wp-gray-2;
}
.edd-reports-tile .tile-value {
color: #333;
font-size: 2em;
line-height: 1;
transition: all .2s ease-in-out;
display: flex;
justify-content: center;
flex-direction: column;
gap: .25em;
}
.edd-reports-tile:hover {
border: 1px solid #aaa;
}
.edd-reports-tile:hover .tile-value:not(.tile-no-data) {
transform: scale(1.05);
}
.edd-reports-tile .tile-amount {
color: rgb(39, 148, 218);
}
.edd-reports-tile .tile-number {
color: rgb(153, 102, 255);
}
.edd-reports-tile .tile-amount,
.edd-reports-tile .tile-number {
color: #fff;
}
.edd-reports-tile .tile-value.tile-no-data {
color: #ddd;
}
.edd-reports-tile .tile-value.tile-url {
font-size: 1.5em;
}
.edd-reports-tile .tile-relative {
font-size: 12px;
font-weight: normal;
color: #888;
}
.edd-reports-tile span.dashicons {
display: inline-block;
font-size: 30px;
line-height: 20px;
height: 20px;
width: 20px;
position: relative;
top: 4px;
left: -5px;
margin-left: -5px;
color: $wp-inactive;
}
.edd-reports-tile .tile-relative {
span.dashicons {
top: -5px;
left: -3px;
margin-left: 0px;
}
span.dashicons-arrow-down,
span.dashicons-arrow-up.reverse {
color: $wp-red-50;
}
span.dashicons-arrow-up,
span.dashicons-arrow-down.reverse {
color: $wp-green-50;
}
}
.edd-reports-tile .tile-compare {
position: absolute;
right: 0;
bottom: 0;
color: #aaa;
font-size: 11px;
line-height: 1em;
background-color: #fff;
border-left: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top-left-radius: 8px;
padding: 4px 0 0 9px;
margin: 0 -1px -1px 0;
}
.edd-reports-tile:hover .tile-compare {
border-left: 1px solid #bbb;
border-top: 1px solid #bbb;
color: #777;
}

View File

@ -0,0 +1,11 @@
@import "~@wordpress/base-styles/colors";
@import "~@wordpress/base-styles/variables";
@import "~@wordpress/base-styles/mixins";
@import "~@wordpress/base-styles/breakpoints";
@import "~@wordpress/base-styles/animations";
@import "../../variables/colors";
@import "filter";
@import "layout";
@import "mobile-link";
@import "tiles";

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,34 @@
.edd-tax-rate-table-add {
th select,
th input[type="text"],
th input[type="number"] {
width: 100%;
margin: 0;
padding: 4px;
}
#tax_rate_region_global {
margin-right: 4px;
margin-bottom: 8px;
}
@media screen and (max-width: $break-medium) {
display: block;
th {
display: block;
}
.screen-reader-text {
display: block;
width: unset;
clip: unset;
height: unset;
clip-path: unset;
margin: 0 0 12px;
position: relative;
}
}
}

View File

@ -0,0 +1,110 @@
#edd-admin-tax-rates {
margin: 1em 0 0;
table {
border-collapse: collapse;
}
.tablenav.top {
display: flex;
justify-content: space-between;
}
.edd-admin-tax-rates__tablenav--left {
display: inline-flex;
}
th:not(.check-column) {
padding: 15px 10px;
width: unset;
}
.chosen-container {
width: 100% !important;
}
tbody tr:not(:last-of-type) {
border-bottom: 1px solid $gray-200;
}
tfoot.add-new th {
font-weight: normal;
padding: 12px 8px 10px 8px;
}
/**
* [1] Due to the inability to reset the <tbody> child views the "empty" view
* can only be appended to the parent. This means duplicates may be added.
*
* This can be removed once changes are immediately reflected with Backbone.sync()
*/
.edd-tax-rate-row--is-empty + .edd-tax-rate-row--is-empty, /* [1] */
.edd-tax-rate-row--inactive {
display: none;
}
.has-inactive .edd-tax-rate-row--inactive {
display: table-row;
}
.edd-tax-rate-row--is-empty td {
background-color: $wp-alternate;
}
.edd-tax-rate-row--inactive td {
color: $wp-inactive;
background-color: $wp-alternate;
}
.edd-tax-rate-table-add {
background-color: $wp-alternate;
}
@media screen and (max-width: 782px) {
thead th:not(.edd-tax-rates-table-rate),
tfoot:not(.add-new) th:not(.edd-tax-rates-table-rate) {
display: none;
}
thead tr,
tfoot:not(.add-new) tr,
.edd-tax-rate-row {
display: grid;
grid-template-columns: 2.5em 1fr;
grid-template-rows: 1fr;
grid-gap: 0 16px;
}
th.edd-tax-rates-table-rate {
padding-left: 12px;
}
.edd-tax-rates-table-checkbox {
grid-row: 1 / 5;
}
tbody td {
padding-left: 35% !important;
}
td:before {
content: attr(data-colname);
display: block;
width: 32%;
position: absolute;
}
.tablenav.top {
flex-wrap: wrap;
}
.edd-admin-tax-rates__tablenav--left {
margin-bottom: 16px;
}
.edd-admin-tax-rates__tablenav--left select {
margin-right: 6px;
}
}
}

View File

@ -0,0 +1,9 @@
@import "~@wordpress/base-styles/colors";
@import "~@wordpress/base-styles/variables";
@import "~@wordpress/base-styles/mixins";
@import "~@wordpress/base-styles/breakpoints";
@import "~@wordpress/base-styles/animations";
@import "../../variables/colors";
@import "base";
@import "add";

View File

@ -0,0 +1,22 @@
#edd-migration-progress {
.dashicons-minus {
color: $gray-600;
}
.dashicons-yes {
color: green;
}
.dashicons-update:before {
animation: rotation 2s infinite linear;
display: block;
}
}
#edd-v3-migration-remove-legacy-data-submit-wrap {
display: flex;
align-items: center;
gap: 6px;
.button {
margin: 0;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.edd-email-tags-filter{margin:-15px -15px 15px;padding:15px;border-bottom:1px solid #ddd;background:#f3f3f3}.edd-email-tags-filter-search{padding:10px;width:100%;font-size:20px}.edd-email-tags-list{margin:0}.edd-email-tags-list-item{margin-bottom:15px}.edd-email-tags-list-item::last-child{margin-bottom:0}.edd-email-tags-list-button{cursor:pointer;color:#666;text-align:right;padding:.8rem;width:100%;background:none;border:1px solid #ddd;border-radius:3px}.edd-email-tags-list-button:hover{background:#fafafa}.edd-email-tags-list-button strong{color:#444;font-size:14px;margin-bottom:8px}.edd-email-tags-list-button code{margin-right:10px}.edd-email-tags-list-button span{display:block;margin-top:10px}

View File

@ -0,0 +1 @@
.edd-email-tags-filter{margin:-15px -15px 15px;padding:15px;border-bottom:1px solid #ddd;background:#f3f3f3}.edd-email-tags-filter-search{padding:10px;width:100%;font-size:20px}.edd-email-tags-list{margin:0}.edd-email-tags-list-item{margin-bottom:15px}.edd-email-tags-list-item::last-child{margin-bottom:0}.edd-email-tags-list-button{cursor:pointer;color:#666;text-align:left;padding:.8rem;width:100%;background:none;border:1px solid #ddd;border-radius:3px}.edd-email-tags-list-button:hover{background:#fafafa}.edd-email-tags-list-button strong{color:#444;font-size:14px;margin-bottom:8px}.edd-email-tags-list-button code{margin-left:10px}.edd-email-tags-list-button span{display:block;margin-top:10px}

View File

@ -0,0 +1 @@
.edd-extension-manager__card{background-color:#fff;padding:2em;margin:0;display:flex;flex-direction:column;justify-content:space-between}.edd-extension-manager__card-group .edd-extension-manager__card{float:right;max-width:360px;margin:1em}@supports(grid-area:auto){.edd-extension-manager__card-group{display:grid;grid-template-columns:auto;gap:1em;margin-top:24px}.edd-extension-manager__card-group .edd-extension-manager__card{float:none;margin:0;max-width:unset}}.inside .edd-extension-manager__card{padding:0}.edd-extension-manager__title{margin:0 0 1em}.edd-extension-manager__group{display:-ms-grid;display:grid}.edd-extension-manager__step{-ms-grid-row:1;grid-area:1/-1;margin:0}.edd-extension-manager__step:not(:first-of-type){display:none}.edd-extension-manager__step .button{display:table;margin:0 auto;text-align:center;white-space:normal}td .edd-extension-manager__step .button{display:inline-block}.edd-extension-manager__body{display:-ms-grid;display:grid;gap:1.5em;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr;flex-grow:1}.edd-extension-manager__image img{display:block;margin:0 auto;max-width:500px;width:100%}.edd-extension-manager__features ul{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.edd-extension-manager__features .dashicons-yes{color:#008a20;margin-left:.25em}.edd-extension-manager__body .notice{max-width:320px}.edd-extension-manager__card--horizontal{margin:24px 0;max-width:700px}.edd-extension-manager__card--detailed{background-color:transparent;max-width:700px}.edd-extension-manager__card--detailed-2col{background-color:transparent;max-width:900px}.edd-extension-manager__card--detailed-2col .edd-extension-manager__title,.edd-extension-manager__card--detailed .edd-extension-manager__title{border-bottom:1px solid #ccc;padding-bottom:1em}@media screen and (min-width:601px){.edd-extension-manager__card-group{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.edd-extension-manager__card--horizontal .edd-extension-manager__body{-ms-grid-columns:minmax(0,300px) 1fr;grid-template-columns:minmax(0,300px) 1fr;-ms-grid-rows:1fr auto;grid-template-rows:1fr auto;grid-auto-flow:column}.edd-extension-manager__card--horizontal .edd-extension-manager__image{-ms-grid-row:1;-ms-grid-row-span:3;grid-row:1/4}.edd-extension-manager__card--horizontal .edd-extension-manager__description,.edd-extension-manager__features{-ms-grid-row-align:center;align-self:center}}@media screen and (min-width:783px){.edd-extension-manager__card--detailed-2col .edd-extension-manager__body{-ms-grid-columns:minmax(0,375px) 1fr;grid-template-columns:minmax(0,375px) 1fr;grid-auto-flow:column}}

View File

@ -0,0 +1 @@
.edd-extension-manager__card{background-color:#fff;padding:2em;margin:0;display:flex;flex-direction:column;justify-content:space-between}.edd-extension-manager__card-group .edd-extension-manager__card{float:left;max-width:360px;margin:1em}@supports(grid-area:auto){.edd-extension-manager__card-group{display:grid;grid-template-columns:auto;gap:1em;margin-top:24px}.edd-extension-manager__card-group .edd-extension-manager__card{float:none;margin:0;max-width:unset}}.inside .edd-extension-manager__card{padding:0}.edd-extension-manager__title{margin:0 0 1em}.edd-extension-manager__group{display:-ms-grid;display:grid}.edd-extension-manager__step{-ms-grid-row:1;grid-area:1/-1;margin:0}.edd-extension-manager__step:not(:first-of-type){display:none}.edd-extension-manager__step .button{display:table;margin:0 auto;text-align:center;white-space:normal}td .edd-extension-manager__step .button{display:inline-block}.edd-extension-manager__body{display:-ms-grid;display:grid;gap:1.5em;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr;flex-grow:1}.edd-extension-manager__image img{display:block;margin:0 auto;max-width:500px;width:100%}.edd-extension-manager__features ul{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.edd-extension-manager__features .dashicons-yes{color:#008a20;margin-right:.25em}.edd-extension-manager__body .notice{max-width:320px}.edd-extension-manager__card--horizontal{margin:24px 0;max-width:700px}.edd-extension-manager__card--detailed{background-color:transparent;max-width:700px}.edd-extension-manager__card--detailed-2col{background-color:transparent;max-width:900px}.edd-extension-manager__card--detailed-2col .edd-extension-manager__title,.edd-extension-manager__card--detailed .edd-extension-manager__title{border-bottom:1px solid #ccc;padding-bottom:1em}@media screen and (min-width:601px){.edd-extension-manager__card-group{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.edd-extension-manager__card--horizontal .edd-extension-manager__body{-ms-grid-columns:minmax(0,300px) 1fr;grid-template-columns:minmax(0,300px) 1fr;-ms-grid-rows:1fr auto;grid-template-rows:1fr auto;grid-auto-flow:column}.edd-extension-manager__card--horizontal .edd-extension-manager__image{-ms-grid-row:1;-ms-grid-row-span:3;grid-row:1/4}.edd-extension-manager__card--horizontal .edd-extension-manager__description,.edd-extension-manager__features{-ms-grid-row-align:center;align-self:center}}@media screen and (min-width:783px){.edd-extension-manager__card--detailed-2col .edd-extension-manager__body{-ms-grid-columns:minmax(0,375px) 1fr;grid-template-columns:minmax(0,375px) 1fr;grid-auto-flow:column}}

View File

@ -0,0 +1 @@
#menu-posts-download a[href^="edit.php?post_type=download"]:focus,#menu-posts-download a[href^="edit.php?post_type=download"]:hover{box-shadow:inset -4px 0 0 0 currentColor;transition:box-shadow .1s linear}#menu-posts-download li>a[href^="post-new.php?post_type=download"]{display:none}#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-discount"]:after,#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-reports"]:after,#menu-posts-download li:not(:last-child) a[href^="post-new.php?post_type=download"]:after,#menu-posts-download li:nth-last-child(3) a:after{border-bottom:1px solid hsla(0,0%,100%,.2);display:block;float:right;margin:13px -15px 8px;content:"";width:calc(100% + 26px)}@media screen and (max-width:782px){#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-discount"]:after,#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-reports"]:after,#menu-posts-download li:not(:last-child) a[href^="post-new.php?post_type=download"]:after,#menu-posts-download li:nth-last-child(3) a:after{margin:20px -20px 8px;width:calc(100% + 30px)}}#adminmenu #menu-posts-download ul.wp-submenu-wrap li{clear:both}#adminmenu #menu-posts-download a.wp-has-current-submenu:after{display:none}ul#adminmenu #menu-posts-download ul.wp-submenu li.current a:before{left:0;content:" ";height:0;width:0;position:absolute;pointer-events:none;border:8px solid transparent;border-left-color:#f6f7f7;margin-top:2px}

View File

@ -0,0 +1 @@
#menu-posts-download a[href^="edit.php?post_type=download"]:focus,#menu-posts-download a[href^="edit.php?post_type=download"]:hover{box-shadow:inset 4px 0 0 0 currentColor;transition:box-shadow .1s linear}#menu-posts-download li>a[href^="post-new.php?post_type=download"]{display:none}#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-discount"]:after,#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-reports"]:after,#menu-posts-download li:not(:last-child) a[href^="post-new.php?post_type=download"]:after,#menu-posts-download li:nth-last-child(3) a:after{border-bottom:1px solid hsla(0,0%,100%,.2);display:block;float:left;margin:13px -15px 8px;content:"";width:calc(100% + 26px)}@media screen and (max-width:782px){#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-discount"]:after,#menu-posts-download li:not(:last-child) a[href^="edit.php?post_type=download&page=edd-reports"]:after,#menu-posts-download li:not(:last-child) a[href^="post-new.php?post_type=download"]:after,#menu-posts-download li:nth-last-child(3) a:after{margin:20px -20px 8px;width:calc(100% + 30px)}}#adminmenu #menu-posts-download ul.wp-submenu-wrap li{clear:both}#adminmenu #menu-posts-download a.wp-has-current-submenu:after{display:none}ul#adminmenu #menu-posts-download ul.wp-submenu li.current a:before{right:0;content:" ";height:0;width:0;position:absolute;pointer-events:none;border:8px solid transparent;border-right-color:#f6f7f7;margin-top:2px}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
#edd-admin-tax-rates{margin:1em 0 0}#edd-admin-tax-rates table{border-collapse:collapse}#edd-admin-tax-rates .tablenav.top{display:flex;justify-content:space-between}#edd-admin-tax-rates .edd-admin-tax-rates__tablenav--left{display:inline-flex}#edd-admin-tax-rates th:not(.check-column){padding:15px 10px;width:unset}#edd-admin-tax-rates .chosen-container{width:100%!important}#edd-admin-tax-rates tbody tr:not(:last-of-type){border-bottom:1px solid #e0e0e0}#edd-admin-tax-rates tfoot.add-new th{font-weight:400;padding:12px 8px 10px}#edd-admin-tax-rates .edd-tax-rate-row--inactive,#edd-admin-tax-rates .edd-tax-rate-row--is-empty+.edd-tax-rate-row--is-empty{display:none}#edd-admin-tax-rates .has-inactive .edd-tax-rate-row--inactive{display:table-row}#edd-admin-tax-rates .edd-tax-rate-row--is-empty td{background-color:#f9f9f9}#edd-admin-tax-rates .edd-tax-rate-row--inactive td{color:#999;background-color:#f9f9f9}#edd-admin-tax-rates .edd-tax-rate-table-add{background-color:#f9f9f9}@media screen and (max-width:782px){#edd-admin-tax-rates tfoot:not(.add-new) th:not(.edd-tax-rates-table-rate),#edd-admin-tax-rates thead th:not(.edd-tax-rates-table-rate){display:none}#edd-admin-tax-rates .edd-tax-rate-row,#edd-admin-tax-rates tfoot:not(.add-new) tr,#edd-admin-tax-rates thead tr{display:-ms-grid;display:grid;-ms-grid-columns:2.5em 1fr;grid-template-columns:2.5em 1fr;-ms-grid-rows:1fr;grid-template-rows:1fr;grid-gap:0 16px}#edd-admin-tax-rates th.edd-tax-rates-table-rate{padding-right:12px}#edd-admin-tax-rates .edd-tax-rates-table-checkbox{-ms-grid-row:1;-ms-grid-row-span:4;grid-row:1/5}#edd-admin-tax-rates tbody td{padding-right:35%!important}#edd-admin-tax-rates td:before{content:attr(data-colname);display:block;width:32%;position:absolute}#edd-admin-tax-rates .tablenav.top{flex-wrap:wrap}#edd-admin-tax-rates .edd-admin-tax-rates__tablenav--left{margin-bottom:16px}#edd-admin-tax-rates .edd-admin-tax-rates__tablenav--left select{margin-left:6px}}.edd-tax-rate-table-add th input[type=number],.edd-tax-rate-table-add th input[type=text],.edd-tax-rate-table-add th select{width:100%;margin:0;padding:4px}.edd-tax-rate-table-add #tax_rate_region_global{margin-left:4px;margin-bottom:8px}@media screen and (max-width:782px){.edd-tax-rate-table-add,.edd-tax-rate-table-add th{display:block}.edd-tax-rate-table-add .screen-reader-text{display:block;width:unset;clip:unset;height:unset;clip-path:unset;margin:0 0 12px;position:relative}}

View File

@ -0,0 +1 @@
#edd-admin-tax-rates{margin:1em 0 0}#edd-admin-tax-rates table{border-collapse:collapse}#edd-admin-tax-rates .tablenav.top{display:flex;justify-content:space-between}#edd-admin-tax-rates .edd-admin-tax-rates__tablenav--left{display:inline-flex}#edd-admin-tax-rates th:not(.check-column){padding:15px 10px;width:unset}#edd-admin-tax-rates .chosen-container{width:100%!important}#edd-admin-tax-rates tbody tr:not(:last-of-type){border-bottom:1px solid #e0e0e0}#edd-admin-tax-rates tfoot.add-new th{font-weight:400;padding:12px 8px 10px}#edd-admin-tax-rates .edd-tax-rate-row--inactive,#edd-admin-tax-rates .edd-tax-rate-row--is-empty+.edd-tax-rate-row--is-empty{display:none}#edd-admin-tax-rates .has-inactive .edd-tax-rate-row--inactive{display:table-row}#edd-admin-tax-rates .edd-tax-rate-row--is-empty td{background-color:#f9f9f9}#edd-admin-tax-rates .edd-tax-rate-row--inactive td{color:#999;background-color:#f9f9f9}#edd-admin-tax-rates .edd-tax-rate-table-add{background-color:#f9f9f9}@media screen and (max-width:782px){#edd-admin-tax-rates tfoot:not(.add-new) th:not(.edd-tax-rates-table-rate),#edd-admin-tax-rates thead th:not(.edd-tax-rates-table-rate){display:none}#edd-admin-tax-rates .edd-tax-rate-row,#edd-admin-tax-rates tfoot:not(.add-new) tr,#edd-admin-tax-rates thead tr{display:-ms-grid;display:grid;-ms-grid-columns:2.5em 1fr;grid-template-columns:2.5em 1fr;-ms-grid-rows:1fr;grid-template-rows:1fr;grid-gap:0 16px}#edd-admin-tax-rates th.edd-tax-rates-table-rate{padding-left:12px}#edd-admin-tax-rates .edd-tax-rates-table-checkbox{-ms-grid-row:1;-ms-grid-row-span:4;grid-row:1/5}#edd-admin-tax-rates tbody td{padding-left:35%!important}#edd-admin-tax-rates td:before{content:attr(data-colname);display:block;width:32%;position:absolute}#edd-admin-tax-rates .tablenav.top{flex-wrap:wrap}#edd-admin-tax-rates .edd-admin-tax-rates__tablenav--left{margin-bottom:16px}#edd-admin-tax-rates .edd-admin-tax-rates__tablenav--left select{margin-right:6px}}.edd-tax-rate-table-add th input[type=number],.edd-tax-rate-table-add th input[type=text],.edd-tax-rate-table-add th select{width:100%;margin:0;padding:4px}.edd-tax-rate-table-add #tax_rate_region_global{margin-right:4px;margin-bottom:8px}@media screen and (max-width:782px){.edd-tax-rate-table-add,.edd-tax-rate-table-add th{display:block}.edd-tax-rate-table-add .screen-reader-text{display:block;width:unset;clip:unset;height:unset;clip-path:unset;margin:0 0 12px;position:relative}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,29 @@
@import "~@wordpress/base-styles/colors";
@import "~@wordpress/base-styles/colors.native";
/**
* WordPress Core colors current as of 5.5.1.
*/
$wp-text: $gray-text-min;
$wp-border: #c3c4c7;
$wp-input-text: #32373c;
$wp-input-border: #7e8993;
$wp-alternate: #f9f9f9;
$wp-inactive: #999;
$wp-red-50: #d63638;
$wp-green-50: #008a20;
$wp-gray-0: $gray-0;
$wp-gray-2: $gray-100;
$wp-gray-5: #dcdcde;
$wp-gray-10: #c3c4c7;
$wp-gray-20: $gray-20;
$wp-gray-40: $gray-40;
$wp-gray-50: $gray-50;
$buddypress-colors: (
'evergreen': #36533f,
'mint': #4f6d59,
);

View File

@ -0,0 +1,10 @@
@mixin edd-admin-colors() {
@include admin-scheme(#007cba);
@include wordpress-admin-schemes();
@each $slug, $color in $buddypress-colors {
body.admin-color-#{$slug} {
@include admin-scheme($color);
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="210" height="210" xml:space="preserve"><path fill="#1D2428" d="M116.226 155.494c-2.052-1.334-4.651-2.533-7.787-3.574-2.398-.827-4.371-1.606-5.911-2.358-1.527-.744-2.656-1.571-3.377-2.441-.739-.888-1.085-1.951-1.085-3.172 0-.976.293-1.903.923-2.782.617-.875 1.584-1.606 2.896-2.157 1.326-.56 3.014-.862 5.11-.871 1.689.009 3.229.144 4.624.385 1.378.249 2.599.551 3.644.897 1.059.359 1.916.696 2.59 1.015l2.332-7.031c-1.409-.709-3.176-1.295-5.32-1.772-1.82-.402-3.903-.634-6.269-.713v-7.275h-6.409v7.639c-1.028.166-2.013.39-2.944.661-2.358.696-4.384 1.663-6.059 2.923-1.663 1.256-2.949 2.726-3.833 4.41-.888 1.684-1.326 3.539-1.343 5.534.013 2.31.617 4.344 1.811 6.103 1.194 1.759 2.896 3.286 5.093 4.594 2.188 1.304 4.799 2.428 7.818 3.373 2.266.726 4.113 1.483 5.521 2.262 1.409.774 2.441 1.628 3.084 2.559.656.932.98 2.012.967 3.22 0 1.326-.389 2.476-1.151 3.469-.752.98-1.864 1.75-3.325 2.297-1.461.551-3.246.823-5.337.84a30.776 30.776 0 0 1-4.961-.433 32.183 32.183 0 0 1-4.48-1.124c-1.396-.464-2.616-.967-3.675-1.531l-2.253 7.324c1.019.56 2.292 1.063 3.85 1.527 1.557.468 3.272.84 5.149 1.124a41.77 41.77 0 0 0 5.727.433l.341-.005v7.521h6.409v-8.124a24.452 24.452 0 0 0 2.323-.564c2.572-.774 4.707-1.829 6.396-3.181 1.702-1.339 2.962-2.892 3.797-4.642a12.811 12.811 0 0 0 1.247-5.574c0-2.31-.495-4.353-1.514-6.112-1.027-1.778-2.558-3.331-4.619-4.674z"/><g fill="#1D2428"><path d="M179.244 30.752C160.247 11.751 133.993 0 105.004 0 76.007 0 49.757 11.751 30.756 30.752 11.751 49.753 0 76.007 0 105s11.751 55.247 30.752 74.248C49.753 198.253 76.007 210 105.004 210c28.993 0 55.248-11.756 74.244-30.752C198.249 160.243 210 133.993 210 105s-11.756-55.247-30.756-74.248zm-3.465 145.027c-18.112 18.113-43.137 29.317-70.779 29.317s-52.671-11.204-70.783-29.317C16.105 157.666 4.9 132.641 4.9 105s11.205-52.666 29.317-70.779C52.329 16.109 77.355 4.904 104.996 4.904s52.666 11.205 70.779 29.317c18.113 18.113 29.317 43.138 29.317 70.779.004 27.641-11.201 52.666-29.313 70.779z"/><path d="M195.326 104.125c-.472-49.486-40.727-89.456-90.322-89.456-49.599 0-89.858 39.974-90.322 89.46L56.1 62.711l13.891 13.891-30.31 30.31h130.646l-30.31-30.31 13.891-13.891 41.418 41.414zM105 88.603 66.513 48.217h25.576V28.311c0-5.167 5.81-9.402 12.911-9.402s12.911 4.231 12.911 9.402v19.906h25.576L105 88.603z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

View File

@ -0,0 +1 @@
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M5 6l5 5 5-5 2 1-7 7-7-7 2-1z" fill="#555"/></svg>

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

View File

@ -0,0 +1,216 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="edd_logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="687.366px" height="111.515px" viewBox="0 0 687.366 111.515" enable-background="new 0 0 687.366 111.515"
xml:space="preserve">
<g>
<path fill="#1D2428" d="M95.183,16.33C85.095,6.24,71.154,0,55.76,0C40.362,0,26.422,6.24,16.332,16.33
C6.24,26.42,0,40.362,0,55.758s6.24,29.338,16.33,39.428c10.09,10.092,24.032,16.33,39.43,16.33
c15.396,0,29.338-6.243,39.425-16.33c10.09-10.092,16.33-24.032,16.33-39.428S105.273,26.42,95.183,16.33z M93.343,93.343
c-9.618,9.618-22.907,15.568-37.585,15.568s-27.969-5.95-37.588-15.568S2.602,70.436,2.602,55.758
c0-14.678,5.95-27.967,15.568-37.585S41.077,2.604,55.756,2.604c14.678,0,27.967,5.95,37.585,15.568
c9.618,9.618,15.568,22.907,15.568,37.585C108.911,70.436,102.961,83.725,93.343,93.343z"/>
<path fill="#1D2428" d="M103.723,55.293C103.472,29.015,82.096,7.79,55.76,7.79c-26.339,0-47.717,21.227-47.963,47.505
l21.994-21.994l7.376,7.376L21.072,56.773h69.377L74.353,40.678l7.376-7.376L103.723,55.293z M55.758,47.05L35.32,25.604h13.582
V15.034c0-2.744,3.085-4.993,6.856-4.993s6.856,2.247,6.856,4.993v10.571h13.582L55.758,47.05z"/>
<path fill="#1D2428" d="M61.719,82.754c-1.09-0.709-2.47-1.345-4.135-1.898c-1.273-0.439-2.321-0.853-3.139-1.252
c-0.811-0.395-1.41-0.834-1.793-1.296c-0.393-0.471-0.576-1.036-0.576-1.684c0-0.518,0.156-1.011,0.49-1.478
c0.328-0.465,0.841-0.853,1.538-1.145c0.704-0.297,1.6-0.458,2.713-0.462c0.897,0.005,1.715,0.077,2.456,0.205
c0.732,0.132,1.38,0.293,1.935,0.476c0.562,0.19,1.018,0.369,1.375,0.539l1.238-3.733c-0.748-0.376-1.687-0.688-2.825-0.941
c-0.967-0.214-2.072-0.337-3.329-0.379v-3.863h-3.404v4.056c-0.546,0.088-1.069,0.207-1.564,0.351
c-1.252,0.369-2.328,0.883-3.218,1.552c-0.883,0.667-1.566,1.447-2.035,2.342c-0.472,0.894-0.704,1.88-0.713,2.939
c0.007,1.227,0.328,2.307,0.962,3.241c0.634,0.934,1.538,1.745,2.704,2.44c1.162,0.692,2.548,1.289,4.152,1.791
c1.204,0.386,2.184,0.788,2.932,1.201c0.748,0.411,1.296,0.864,1.638,1.359c0.349,0.495,0.521,1.069,0.513,1.71
c0,0.704-0.207,1.315-0.611,1.842c-0.4,0.52-0.99,0.929-1.766,1.22c-0.776,0.293-1.724,0.437-2.834,0.446
c-0.904-0.007-1.78-0.084-2.635-0.23c-0.848-0.153-1.645-0.351-2.379-0.597c-0.741-0.246-1.389-0.513-1.952-0.813l-1.196,3.889
c0.541,0.297,1.217,0.564,2.044,0.811c0.827,0.249,1.738,0.446,2.734,0.597c0.99,0.146,2.007,0.221,3.041,0.23l0.181-0.002v3.994
h3.404v-4.314c0.432-0.083,0.843-0.183,1.234-0.299c1.366-0.411,2.5-0.971,3.396-1.689c0.904-0.711,1.573-1.536,2.016-2.465
c0.441-0.929,0.662-1.912,0.662-2.96c0-1.227-0.263-2.312-0.804-3.245C63.627,84.292,62.813,83.467,61.719,82.754z"/>
</g>
<g>
<path fill="#1D2428" d="M131.75,57.241c0,1.163,0.165,2.289,0.495,3.374c0.329,1.087,0.823,2.037,1.483,2.852
c0.659,0.814,1.493,1.464,2.502,1.948c1.008,0.486,2.21,0.728,3.607,0.728c1.939,0,3.5-0.416,4.684-1.251
c1.183-0.833,2.065-2.084,2.647-3.752h6.284c-0.349,1.629-0.951,3.083-1.804,4.363c-0.854,1.28-1.882,2.356-3.083,3.229
c-1.203,0.873-2.551,1.533-4.043,1.979c-1.494,0.445-3.055,0.669-4.684,0.669c-2.366,0-4.461-0.388-6.283-1.163
c-1.824-0.776-3.366-1.862-4.625-3.259c-1.261-1.396-2.211-3.063-2.851-5.003c-0.64-1.939-0.96-4.073-0.96-6.4
c0-2.132,0.339-4.16,1.019-6.08c0.678-1.92,1.648-3.607,2.909-5.062c1.26-1.455,2.783-2.608,4.567-3.462
c1.784-0.853,3.801-1.28,6.051-1.28c2.365,0,4.489,0.494,6.371,1.483c1.881,0.989,3.442,2.298,4.684,3.927
c1.241,1.629,2.143,3.501,2.705,5.614c0.562,2.115,0.708,4.296,0.437,6.545H131.75z M147.226,52.878
c-0.079-1.047-0.301-2.055-0.669-3.025c-0.369-0.969-0.873-1.812-1.513-2.531c-0.64-0.717-1.416-1.299-2.327-1.745
c-0.912-0.446-1.93-0.669-3.054-0.669c-1.164,0-2.221,0.204-3.171,0.611c-0.951,0.407-1.766,0.97-2.444,1.687
c-0.679,0.718-1.222,1.562-1.629,2.531c-0.407,0.97-0.631,2.017-0.669,3.142H147.226z"/>
<path fill="#1D2428" d="M184.112,63.874c0,0.814,0.106,1.396,0.32,1.745c0.212,0.349,0.63,0.523,1.251,0.523
c0.193,0,0.426,0,0.698,0c0.271,0,0.582-0.038,0.931-0.116v4.597c-0.233,0.077-0.534,0.164-0.902,0.262
c-0.369,0.096-0.747,0.184-1.134,0.262c-0.388,0.077-0.776,0.135-1.164,0.174s-0.718,0.059-0.989,0.059
c-1.358,0-2.483-0.271-3.375-0.814c-0.893-0.543-1.475-1.493-1.746-2.851c-1.319,1.279-2.938,2.211-4.858,2.792
c-1.92,0.582-3.772,0.873-5.556,0.873c-1.358,0-2.657-0.185-3.898-0.553c-1.242-0.368-2.337-0.911-3.287-1.629
c-0.951-0.718-1.708-1.629-2.269-2.734c-0.563-1.105-0.844-2.395-0.844-3.869c0-1.861,0.339-3.374,1.018-4.538
c0.678-1.163,1.571-2.074,2.676-2.734c1.105-0.659,2.346-1.135,3.724-1.425c1.376-0.291,2.764-0.514,4.16-0.669
c1.202-0.232,2.347-0.397,3.433-0.494c1.085-0.097,2.045-0.262,2.88-0.495c0.834-0.233,1.493-0.591,1.979-1.077
c0.484-0.484,0.727-1.211,0.727-2.182c0-0.853-0.204-1.551-0.611-2.094c-0.407-0.543-0.912-0.96-1.513-1.251
c-0.602-0.291-1.271-0.484-2.007-0.582c-0.737-0.096-1.435-0.146-2.094-0.146c-1.862,0-3.395,0.388-4.596,1.164
c-1.203,0.776-1.882,1.978-2.037,3.607h-6.632c0.116-1.939,0.582-3.549,1.396-4.829c0.815-1.28,1.852-2.307,3.113-3.083
c1.26-0.775,2.686-1.318,4.276-1.629c1.59-0.31,3.219-0.465,4.887-0.465c1.474,0,2.928,0.155,4.363,0.465
c1.435,0.311,2.725,0.814,3.869,1.513c1.144,0.698,2.065,1.6,2.764,2.706c0.698,1.105,1.047,2.453,1.047,4.043V63.874z
M177.479,55.495c-1.009,0.66-2.25,1.058-3.724,1.193c-1.475,0.137-2.948,0.34-4.421,0.611c-0.698,0.116-1.377,0.281-2.037,0.494
c-0.66,0.214-1.242,0.505-1.745,0.873c-0.505,0.369-0.902,0.854-1.193,1.454c-0.291,0.602-0.437,1.329-0.437,2.182
c0,0.737,0.213,1.358,0.64,1.862c0.426,0.504,0.94,0.901,1.542,1.192c0.601,0.291,1.26,0.494,1.978,0.61
c0.717,0.117,1.367,0.175,1.949,0.175c0.736,0,1.532-0.096,2.386-0.291c0.853-0.193,1.658-0.523,2.415-0.989
c0.756-0.465,1.386-1.056,1.891-1.774c0.503-0.717,0.756-1.6,0.756-2.646V55.495z"/>
<path fill="#1D2428" d="M196.271,60.906c0.194,1.94,0.931,3.298,2.211,4.073c1.28,0.776,2.812,1.163,4.596,1.163
c0.62,0,1.328-0.048,2.124-0.146c0.795-0.096,1.542-0.28,2.24-0.553c0.698-0.271,1.27-0.669,1.716-1.192
c0.445-0.523,0.649-1.212,0.611-2.065c-0.039-0.853-0.349-1.551-0.931-2.095c-0.582-0.543-1.329-0.979-2.24-1.309
c-0.912-0.329-1.949-0.611-3.113-0.844s-2.347-0.484-3.549-0.757c-1.242-0.271-2.435-0.601-3.578-0.988
c-1.145-0.388-2.173-0.911-3.083-1.571c-0.912-0.659-1.639-1.502-2.182-2.531c-0.544-1.027-0.814-2.298-0.814-3.811
c0-1.629,0.397-2.996,1.192-4.102c0.794-1.105,1.804-1.997,3.025-2.676c1.222-0.678,2.579-1.154,4.073-1.425
c1.493-0.271,2.918-0.407,4.276-0.407c1.551,0,3.034,0.166,4.451,0.494c1.416,0.33,2.695,0.864,3.84,1.6
c1.144,0.737,2.094,1.697,2.851,2.88c0.756,1.184,1.231,2.609,1.426,4.276h-6.923c-0.311-1.59-1.039-2.656-2.182-3.2
c-1.145-0.543-2.454-0.815-3.927-0.815c-0.465,0-1.018,0.04-1.658,0.117c-0.64,0.078-1.242,0.224-1.804,0.436
c-0.563,0.214-1.038,0.524-1.425,0.931c-0.388,0.407-0.582,0.941-0.582,1.6c0,0.814,0.281,1.474,0.844,1.978
c0.562,0.504,1.299,0.922,2.211,1.251c0.911,0.33,1.949,0.611,3.112,0.843c1.164,0.233,2.366,0.485,3.607,0.756
c1.202,0.272,2.385,0.602,3.549,0.989c1.164,0.388,2.201,0.912,3.113,1.571c0.911,0.659,1.648,1.493,2.211,2.501
c0.562,1.01,0.843,2.25,0.843,3.724c0,1.785-0.407,3.298-1.222,4.538c-0.814,1.242-1.872,2.25-3.171,3.025
c-1.3,0.776-2.744,1.338-4.334,1.688c-1.591,0.349-3.162,0.523-4.712,0.523c-1.901,0-3.656-0.214-5.265-0.64
c-1.61-0.427-3.006-1.076-4.189-1.949c-1.184-0.873-2.115-1.958-2.793-3.258c-0.679-1.3-1.038-2.841-1.076-4.626H196.271z"/>
<path fill="#1D2428" d="M218.147,40.485h7.273l7.854,22.457h0.117l7.622-22.457h6.923l-11.694,31.708
c-0.543,1.357-1.076,2.656-1.6,3.898c-0.523,1.24-1.164,2.336-1.92,3.287c-0.756,0.95-1.697,1.706-2.822,2.269
c-1.125,0.562-2.56,0.844-4.305,0.844c-1.552,0-3.083-0.116-4.596-0.349v-5.586c0.542,0.078,1.066,0.165,1.571,0.262
c0.504,0.097,1.027,0.146,1.571,0.146c0.775,0,1.416-0.097,1.92-0.29c0.504-0.195,0.921-0.476,1.251-0.844
c0.329-0.369,0.611-0.806,0.844-1.31c0.232-0.504,0.445-1.086,0.64-1.745l0.756-2.327L218.147,40.485z"/>
<path fill="#1D2428" d="M274.698,70.565v-5.702h-0.116c-0.388,0.971-0.96,1.862-1.717,2.677c-0.756,0.814-1.62,1.504-2.589,2.065
c-0.97,0.562-2.007,0.998-3.113,1.309c-1.105,0.311-2.202,0.466-3.287,0.466c-2.289,0-4.276-0.417-5.963-1.251
c-1.687-0.833-3.093-1.978-4.218-3.433c-1.125-1.454-1.959-3.142-2.502-5.062c-0.543-1.92-0.814-3.946-0.814-6.08
c0-2.132,0.271-4.16,0.814-6.08c0.542-1.92,1.376-3.607,2.502-5.062c1.125-1.455,2.531-2.608,4.218-3.462
c1.688-0.853,3.674-1.28,5.963-1.28c1.125,0,2.22,0.136,3.287,0.407c1.066,0.271,2.065,0.689,2.997,1.251
c0.931,0.562,1.754,1.25,2.473,2.065c0.717,0.815,1.27,1.766,1.658,2.851h0.116V29.024h3.666v41.541H274.698z M254.596,60.18
c0.368,1.532,0.95,2.899,1.746,4.102c0.794,1.202,1.812,2.182,3.055,2.938c1.241,0.757,2.734,1.135,4.479,1.135
c1.939,0,3.578-0.378,4.917-1.135c1.338-0.756,2.423-1.735,3.258-2.938c0.834-1.202,1.435-2.569,1.804-4.102
c0.368-1.532,0.553-3.074,0.553-4.626c0-1.551-0.185-3.092-0.553-4.625c-0.369-1.532-0.97-2.899-1.804-4.102
c-0.834-1.202-1.92-2.182-3.258-2.938c-1.338-0.756-2.978-1.134-4.917-1.134c-1.745,0-3.239,0.378-4.479,1.134
c-1.242,0.756-2.26,1.736-3.055,2.938c-0.795,1.203-1.377,2.57-1.746,4.102c-0.369,1.533-0.553,3.074-0.553,4.625
C254.044,57.106,254.228,58.648,254.596,60.18z"/>
<path fill="#1D2428" d="M288.777,29.024V34.9h-3.666v-5.876H288.777z M288.777,40.544v30.021h-3.666V40.544H288.777z"/>
<path fill="#1D2428" d="M320.456,74.113c-0.486,1.784-1.251,3.297-2.298,4.538s-2.415,2.191-4.102,2.851
c-1.688,0.659-3.753,0.989-6.196,0.989c-1.513,0-2.987-0.175-4.422-0.523c-1.435-0.349-2.725-0.893-3.869-1.629
c-1.145-0.737-2.095-1.679-2.851-2.822c-0.756-1.145-1.193-2.512-1.309-4.102h3.666c0.193,1.125,0.572,2.065,1.134,2.822
c0.562,0.756,1.241,1.367,2.037,1.832c0.794,0.466,1.677,0.805,2.647,1.019c0.969,0.213,1.958,0.32,2.967,0.32
c3.413,0,5.876-0.971,7.389-2.909c1.513-1.94,2.269-4.732,2.269-8.378v-4.073h-0.116c-0.854,1.862-2.104,3.355-3.752,4.48
c-1.649,1.125-3.578,1.688-5.789,1.688c-2.405,0-4.461-0.397-6.167-1.193c-1.708-0.794-3.113-1.891-4.218-3.287
s-1.911-3.034-2.415-4.916c-0.504-1.881-0.756-3.888-0.756-6.021c0-2.056,0.3-4.005,0.902-5.847
c0.601-1.842,1.474-3.452,2.618-4.829c1.144-1.376,2.56-2.463,4.247-3.258c1.688-0.794,3.616-1.192,5.789-1.192
c1.125,0,2.182,0.155,3.171,0.465c0.989,0.311,1.891,0.747,2.705,1.309c0.814,0.562,1.542,1.212,2.182,1.949
c0.64,0.737,1.134,1.513,1.483,2.328h0.116v-5.178h3.666v27.578C321.183,70.332,320.941,72.329,320.456,74.113z M312.049,66.113
c1.202-0.678,2.211-1.57,3.025-2.676c0.814-1.105,1.425-2.376,1.833-3.811s0.611-2.909,0.611-4.422
c0-1.474-0.174-2.947-0.523-4.422c-0.349-1.474-0.912-2.812-1.688-4.015c-0.776-1.202-1.774-2.171-2.996-2.909
c-1.222-0.736-2.706-1.105-4.451-1.105c-1.746,0-3.239,0.359-4.48,1.076c-1.242,0.718-2.269,1.658-3.083,2.822
s-1.406,2.493-1.774,3.985c-0.369,1.494-0.553,3.016-0.553,4.567c0,1.513,0.193,2.987,0.582,4.422
c0.387,1.435,0.989,2.705,1.804,3.811c0.814,1.105,1.842,1.998,3.083,2.676c1.241,0.68,2.714,1.019,4.422,1.019
C309.45,67.132,310.846,66.793,312.049,66.113z"/>
<path fill="#1D2428" d="M331.888,29.024V34.9h-3.666v-5.876H331.888z M331.888,40.544v30.021h-3.666V40.544H331.888z"/>
<path fill="#1D2428" d="M350.855,40.544v3.083h-6.109v20.247c0,1.202,0.165,2.144,0.495,2.821c0.329,0.68,1.154,1.058,2.473,1.135
c1.047,0,2.095-0.059,3.142-0.175v3.084c-0.544,0-1.086,0.019-1.629,0.058c-0.543,0.038-1.086,0.059-1.629,0.059
c-2.443,0-4.151-0.475-5.12-1.426c-0.97-0.95-1.436-2.705-1.396-5.265V43.627h-5.236v-3.083h5.236v-9.018h3.665v9.018H350.855z"/>
<path fill="#1D2428" d="M356.905,45.198c0.62-1.28,1.464-2.327,2.531-3.142c1.066-0.814,2.316-1.416,3.752-1.804
c1.435-0.387,3.025-0.582,4.771-0.582c1.317,0,2.637,0.126,3.956,0.378c1.318,0.253,2.502,0.728,3.549,1.425
c1.047,0.698,1.9,1.678,2.56,2.938c0.659,1.261,0.989,2.9,0.989,4.916v15.942c0,1.474,0.718,2.21,2.153,2.21
c0.426,0,0.814-0.077,1.163-0.232v3.084c-0.427,0.078-0.806,0.136-1.135,0.174c-0.33,0.039-0.747,0.059-1.251,0.059
c-0.931,0-1.678-0.125-2.239-0.378c-0.563-0.252-0.999-0.611-1.31-1.076c-0.311-0.466-0.515-1.019-0.61-1.658
c-0.098-0.641-0.146-1.348-0.146-2.124h-0.116c-0.66,0.97-1.329,1.833-2.008,2.589c-0.679,0.757-1.436,1.388-2.269,1.892
c-0.835,0.504-1.785,0.892-2.852,1.163c-1.066,0.271-2.337,0.407-3.811,0.407c-1.396,0-2.705-0.165-3.927-0.494
s-2.289-0.853-3.2-1.571c-0.912-0.717-1.629-1.629-2.152-2.734c-0.524-1.105-0.786-2.414-0.786-3.927
c0-2.095,0.465-3.733,1.396-4.917c0.932-1.183,2.162-2.084,3.694-2.705c1.532-0.62,3.259-1.056,5.179-1.309
c1.92-0.252,3.869-0.495,5.847-0.727c0.775-0.077,1.455-0.175,2.036-0.291c0.582-0.116,1.066-0.32,1.455-0.611
c0.387-0.291,0.688-0.688,0.901-1.193c0.213-0.503,0.32-1.164,0.32-1.978c0-1.241-0.204-2.259-0.611-3.054
c-0.407-0.795-0.97-1.426-1.687-1.891c-0.719-0.465-1.552-0.786-2.502-0.96c-0.951-0.174-1.97-0.262-3.055-0.262
c-2.327,0-4.229,0.553-5.701,1.658c-1.475,1.105-2.25,2.88-2.328,5.323H355.8C355.916,47.991,356.284,46.478,356.905,45.198z
M375.232,54.158c-0.233,0.427-0.68,0.738-1.339,0.931c-0.659,0.194-1.241,0.33-1.745,0.406c-1.552,0.272-3.151,0.516-4.8,0.728
c-1.649,0.214-3.151,0.534-4.509,0.96c-1.358,0.428-2.473,1.038-3.346,1.833c-0.872,0.796-1.309,1.93-1.309,3.403
c0,0.932,0.184,1.756,0.553,2.473c0.368,0.719,0.862,1.339,1.483,1.862c0.62,0.523,1.338,0.922,2.152,1.192
c0.814,0.271,1.648,0.407,2.502,0.407c1.396,0,2.734-0.213,4.015-0.64s2.395-1.048,3.346-1.862
c0.949-0.814,1.706-1.804,2.269-2.967c0.562-1.164,0.844-2.481,0.844-3.956v-4.771H375.232z"/>
<path fill="#1D2428" d="M390.067,29.024v41.541h-3.665V29.024H390.067z"/>
<path fill="#1D2428" d="M425.441,70.565h-6.283v-4.072h-0.116c-0.893,1.745-2.191,2.996-3.898,3.752
c-1.707,0.757-3.511,1.135-5.41,1.135c-2.366,0-4.432-0.417-6.196-1.251c-1.766-0.833-3.229-1.968-4.393-3.403
c-1.164-1.435-2.036-3.132-2.618-5.091c-0.582-1.958-0.873-4.062-0.873-6.312c0-2.714,0.368-5.062,1.105-7.04
c0.736-1.978,1.717-3.607,2.938-4.887c1.222-1.28,2.618-2.22,4.188-2.821c1.571-0.601,3.171-0.902,4.8-0.902
c0.932,0,1.881,0.087,2.852,0.262c0.969,0.174,1.899,0.456,2.792,0.844c0.892,0.388,1.717,0.882,2.473,1.483
c0.757,0.602,1.387,1.309,1.891,2.124h0.117V29.024h6.632V70.565z M402.286,55.845c0,1.28,0.164,2.541,0.494,3.782
c0.329,1.241,0.834,2.347,1.513,3.315c0.679,0.971,1.542,1.746,2.589,2.328c1.048,0.581,2.288,0.872,3.724,0.872
c1.474,0,2.744-0.31,3.812-0.931c1.066-0.62,1.938-1.435,2.618-2.443c0.678-1.009,1.183-2.143,1.513-3.403
c0.329-1.261,0.494-2.551,0.494-3.87c0-3.334-0.747-5.934-2.24-7.795s-3.52-2.793-6.079-2.793c-1.553,0-2.861,0.32-3.928,0.96
c-1.067,0.64-1.939,1.474-2.618,2.501c-0.679,1.028-1.163,2.192-1.454,3.491C402.431,53.16,402.286,54.488,402.286,55.845z"/>
<path fill="#1D2428" d="M446.444,71.379c-2.405,0-4.548-0.398-6.429-1.192c-1.882-0.795-3.472-1.891-4.771-3.287
c-1.3-1.396-2.289-3.063-2.968-5.004c-0.679-1.938-1.018-4.072-1.018-6.4c0-2.288,0.339-4.401,1.018-6.341
c0.679-1.939,1.668-3.607,2.968-5.004c1.299-1.396,2.889-2.492,4.771-3.287c1.881-0.794,4.023-1.192,6.429-1.192
c2.404,0,4.548,0.398,6.429,1.192c1.881,0.795,3.472,1.891,4.771,3.287c1.299,1.396,2.288,3.065,2.967,5.004
c0.679,1.94,1.019,4.053,1.019,6.341c0,2.328-0.34,4.462-1.019,6.4c-0.679,1.94-1.668,3.607-2.967,5.004
c-1.3,1.396-2.891,2.492-4.771,3.287C450.992,70.981,448.848,71.379,446.444,71.379z M446.444,66.143
c1.474,0,2.754-0.31,3.84-0.931c1.086-0.62,1.979-1.435,2.677-2.443s1.212-2.143,1.542-3.403c0.329-1.261,0.494-2.551,0.494-3.87
c0-1.279-0.165-2.559-0.494-3.839c-0.33-1.28-0.844-2.415-1.542-3.403c-0.698-0.989-1.591-1.793-2.677-2.415
c-1.086-0.62-2.366-0.931-3.84-0.931c-1.475,0-2.754,0.311-3.84,0.931c-1.086,0.621-1.978,1.425-2.676,2.415
c-0.698,0.989-1.213,2.124-1.542,3.403c-0.33,1.28-0.495,2.56-0.495,3.839c0,1.319,0.165,2.609,0.495,3.87
c0.329,1.261,0.844,2.395,1.542,3.403s1.59,1.823,2.676,2.443C443.69,65.833,444.969,66.143,446.444,66.143z"/>
<path fill="#1D2428" d="M464.421,40.485h7.04l5.876,22.457h0.117l5.644-22.457h6.69l5.41,22.457h0.117l6.108-22.457h6.749
l-9.425,30.079h-6.808l-5.585-22.341h-0.116l-5.527,22.341h-6.981L464.421,40.485z"/>
<path fill="#1D2428" d="M512.42,40.485h6.283v4.421l0.116,0.117c1.008-1.667,2.327-2.977,3.956-3.927
c1.629-0.95,3.433-1.425,5.411-1.425c3.296,0,5.896,0.854,7.796,2.56c1.9,1.708,2.851,4.268,2.851,7.68v20.654h-6.632V51.656
c-0.078-2.365-0.582-4.082-1.513-5.149c-0.932-1.066-2.386-1.6-4.364-1.6c-1.125,0-2.133,0.204-3.025,0.611
s-1.648,0.97-2.269,1.687c-0.621,0.718-1.105,1.562-1.454,2.531c-0.35,0.97-0.524,1.998-0.524,3.083v17.745h-6.632V40.485z"/>
<path fill="#1D2428" d="M545.989,29.024h6.633v41.541h-6.633V29.024z"/>
<path fill="#1D2428" d="M573.624,71.379c-2.405,0-4.548-0.398-6.429-1.192c-1.882-0.795-3.472-1.891-4.771-3.287
c-1.3-1.396-2.289-3.063-2.968-5.004c-0.679-1.938-1.018-4.072-1.018-6.4c0-2.288,0.339-4.401,1.018-6.341
c0.679-1.939,1.668-3.607,2.968-5.004c1.299-1.396,2.889-2.492,4.771-3.287c1.881-0.794,4.023-1.192,6.429-1.192
c2.404,0,4.548,0.398,6.429,1.192c1.881,0.795,3.472,1.891,4.771,3.287c1.299,1.396,2.288,3.065,2.967,5.004
c0.679,1.94,1.019,4.053,1.019,6.341c0,2.328-0.34,4.462-1.019,6.4c-0.679,1.94-1.668,3.607-2.967,5.004
c-1.3,1.396-2.891,2.492-4.771,3.287C578.172,70.981,576.028,71.379,573.624,71.379z M573.624,66.143
c1.474,0,2.754-0.31,3.84-0.931c1.086-0.62,1.979-1.435,2.677-2.443s1.212-2.143,1.542-3.403c0.329-1.261,0.494-2.551,0.494-3.87
c0-1.279-0.165-2.559-0.494-3.839c-0.33-1.28-0.844-2.415-1.542-3.403c-0.698-0.989-1.591-1.793-2.677-2.415
c-1.086-0.62-2.366-0.931-3.84-0.931c-1.475,0-2.754,0.311-3.84,0.931c-1.086,0.621-1.978,1.425-2.676,2.415
c-0.698,0.989-1.213,2.124-1.542,3.403c-0.33,1.28-0.495,2.56-0.495,3.839c0,1.319,0.165,2.609,0.495,3.87
c0.329,1.261,0.844,2.395,1.542,3.403s1.59,1.823,2.676,2.443C570.87,65.833,572.149,66.143,573.624,66.143z"/>
<path fill="#1D2428" d="M619.527,63.874c0,0.814,0.106,1.396,0.32,1.745c0.213,0.349,0.63,0.523,1.251,0.523
c0.193,0,0.426,0,0.698,0c0.271,0,0.581-0.038,0.931-0.116v4.597c-0.232,0.077-0.533,0.164-0.901,0.262
c-0.369,0.096-0.748,0.184-1.135,0.262c-0.389,0.077-0.776,0.135-1.164,0.174s-0.718,0.059-0.989,0.059
c-1.357,0-2.482-0.271-3.374-0.814c-0.893-0.543-1.475-1.493-1.745-2.851c-1.319,1.279-2.938,2.211-4.858,2.792
c-1.92,0.582-3.772,0.873-5.556,0.873c-1.358,0-2.657-0.185-3.898-0.553c-1.242-0.368-2.337-0.911-3.287-1.629
c-0.951-0.718-1.707-1.629-2.27-2.734s-0.844-2.395-0.844-3.869c0-1.861,0.34-3.374,1.019-4.538
c0.678-1.163,1.571-2.074,2.677-2.734c1.105-0.659,2.346-1.135,3.723-1.425c1.377-0.291,2.764-0.514,4.16-0.669
c1.202-0.232,2.347-0.397,3.433-0.494c1.086-0.097,2.046-0.262,2.88-0.495c0.834-0.233,1.493-0.591,1.979-1.077
c0.484-0.484,0.728-1.211,0.728-2.182c0-0.853-0.204-1.551-0.611-2.094c-0.407-0.543-0.912-0.96-1.513-1.251
c-0.602-0.291-1.271-0.484-2.007-0.582c-0.737-0.096-1.436-0.146-2.095-0.146c-1.862,0-3.395,0.388-4.597,1.164
s-1.882,1.978-2.036,3.607h-6.633c0.117-1.939,0.582-3.549,1.396-4.829c0.814-1.28,1.852-2.307,3.113-3.083
c1.26-0.775,2.685-1.318,4.275-1.629c1.591-0.31,3.22-0.465,4.888-0.465c1.474,0,2.928,0.155,4.363,0.465
c1.435,0.311,2.725,0.814,3.869,1.513c1.144,0.698,2.065,1.6,2.764,2.706c0.698,1.105,1.047,2.453,1.047,4.043V63.874z
M612.895,55.495c-1.01,0.66-2.25,1.058-3.724,1.193c-1.475,0.137-2.948,0.34-4.422,0.611c-0.698,0.116-1.377,0.281-2.036,0.494
c-0.66,0.214-1.242,0.505-1.746,0.873c-0.504,0.369-0.901,0.854-1.192,1.454c-0.291,0.602-0.437,1.329-0.437,2.182
c0,0.737,0.213,1.358,0.641,1.862c0.426,0.504,0.939,0.901,1.541,1.192s1.261,0.494,1.979,0.61
c0.717,0.117,1.367,0.175,1.949,0.175c0.736,0,1.531-0.096,2.385-0.291c0.854-0.193,1.658-0.523,2.415-0.989
c0.756-0.465,1.386-1.056,1.891-1.774c0.504-0.717,0.757-1.6,0.757-2.646V55.495z"/>
<path fill="#1D2428" d="M655.017,70.565h-6.283v-4.072h-0.116c-0.893,1.745-2.191,2.996-3.898,3.752
c-1.707,0.757-3.511,1.135-5.41,1.135c-2.366,0-4.432-0.417-6.196-1.251c-1.766-0.833-3.229-1.968-4.393-3.403
c-1.164-1.435-2.036-3.132-2.618-5.091c-0.582-1.958-0.873-4.062-0.873-6.312c0-2.714,0.368-5.062,1.105-7.04
c0.736-1.978,1.717-3.607,2.938-4.887c1.222-1.28,2.618-2.22,4.188-2.821c1.571-0.601,3.171-0.902,4.8-0.902
c0.932,0,1.881,0.087,2.852,0.262c0.969,0.174,1.899,0.456,2.792,0.844c0.892,0.388,1.717,0.882,2.473,1.483
c0.757,0.602,1.387,1.309,1.891,2.124h0.117V29.024h6.632V70.565z M631.862,55.845c0,1.28,0.164,2.541,0.494,3.782
c0.329,1.241,0.834,2.347,1.513,3.315c0.679,0.971,1.542,1.746,2.589,2.328c1.048,0.581,2.288,0.872,3.724,0.872
c1.474,0,2.744-0.31,3.812-0.931c1.066-0.62,1.938-1.435,2.618-2.443c0.678-1.009,1.183-2.143,1.513-3.403
c0.329-1.261,0.494-2.551,0.494-3.87c0-3.334-0.747-5.934-2.24-7.795s-3.52-2.793-6.079-2.793c-1.553,0-2.861,0.32-3.928,0.96
c-1.067,0.64-1.939,1.474-2.618,2.501c-0.679,1.028-1.163,2.192-1.454,3.491C632.008,53.16,631.862,54.488,631.862,55.845z"/>
<path fill="#1D2428" d="M667.235,60.906c0.193,1.94,0.931,3.298,2.211,4.073c1.28,0.776,2.812,1.163,4.597,1.163
c0.619,0,1.328-0.048,2.123-0.146c0.795-0.096,1.542-0.28,2.24-0.553c0.698-0.271,1.27-0.669,1.716-1.192
c0.446-0.523,0.649-1.212,0.611-2.065c-0.039-0.853-0.35-1.551-0.931-2.095c-0.582-0.543-1.329-0.979-2.24-1.309
c-0.912-0.329-1.949-0.611-3.112-0.844c-1.164-0.232-2.348-0.484-3.549-0.757c-1.242-0.271-2.435-0.601-3.578-0.988
c-1.145-0.388-2.173-0.911-3.084-1.571c-0.912-0.659-1.639-1.502-2.182-2.531c-0.544-1.027-0.814-2.298-0.814-3.811
c0-1.629,0.397-2.996,1.192-4.102s1.804-1.997,3.025-2.676c1.222-0.678,2.579-1.154,4.072-1.425
c1.493-0.271,2.919-0.407,4.276-0.407c1.551,0,3.035,0.166,4.451,0.494c1.415,0.33,2.695,0.864,3.84,1.6
c1.144,0.737,2.095,1.697,2.851,2.88c0.757,1.184,1.231,2.609,1.426,4.276h-6.924c-0.311-1.59-1.038-2.656-2.182-3.2
c-1.145-0.543-2.453-0.815-3.927-0.815c-0.466,0-1.019,0.04-1.658,0.117c-0.641,0.078-1.242,0.224-1.804,0.436
c-0.562,0.214-1.038,0.524-1.426,0.931s-0.581,0.941-0.581,1.6c0,0.814,0.28,1.474,0.843,1.978c0.562,0.504,1.3,0.922,2.211,1.251
c0.911,0.33,1.949,0.611,3.113,0.843c1.163,0.233,2.365,0.485,3.606,0.756c1.202,0.272,2.386,0.602,3.55,0.989
c1.163,0.388,2.2,0.912,3.112,1.571c0.911,0.659,1.648,1.493,2.211,2.501c0.562,1.01,0.844,2.25,0.844,3.724
c0,1.785-0.407,3.298-1.222,4.538c-0.815,1.242-1.872,2.25-3.171,3.025c-1.301,0.776-2.745,1.338-4.335,1.688
c-1.591,0.349-3.161,0.523-4.713,0.523c-1.9,0-3.656-0.214-5.265-0.64c-1.61-0.427-3.007-1.076-4.189-1.949
c-1.184-0.873-2.114-1.958-2.792-3.258c-0.68-1.3-1.038-2.841-1.077-4.626H667.235z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Some files were not shown because too many files have changed in this diff Show More