plugin updates
@@ -1,22 +0,0 @@
|
||||
Copyright (c) 2013 Trent Richardson
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -1,427 +0,0 @@
|
||||
/* Coupons By Location styles */
|
||||
span.search label{
|
||||
font-size: 1em !important;
|
||||
float:left !important;
|
||||
}
|
||||
|
||||
label.billing{
|
||||
width: 75px !important;
|
||||
margin-left: 1px !important;
|
||||
}
|
||||
|
||||
label.shipping{
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.chosen-container-multi .chosen-choices .search-field input{
|
||||
height: 21px !important;
|
||||
}
|
||||
|
||||
/*==============================
|
||||
CHOSEN CSS - Added from woo 2.6
|
||||
================================*/
|
||||
|
||||
.chosen-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 13px;
|
||||
zoom: 1;
|
||||
user-select: none
|
||||
}
|
||||
.chosen-container .chosen-drop {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: -9999px;
|
||||
z-index: 1010;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border: 1px solid #aaa;
|
||||
border-top: 0;
|
||||
background: #fff;
|
||||
box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
|
||||
}
|
||||
.chosen-container.chosen-with-drop .chosen-drop {
|
||||
left: 0
|
||||
}
|
||||
.chosen-container a {
|
||||
cursor: pointer
|
||||
}
|
||||
.chosen-container-single .chosen-single {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding: 0 0 0 8px;
|
||||
height: 26px;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
|
||||
background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
line-height: 26px
|
||||
}
|
||||
.chosen-container-single .chosen-default {
|
||||
color: #999
|
||||
}
|
||||
.chosen-container-single .chosen-single span {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin-right: 26px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap
|
||||
}
|
||||
.chosen-container-single .chosen-single-with-deselect span {
|
||||
margin-right: 38px
|
||||
}
|
||||
.chosen-container-single .chosen-single abbr {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 26px;
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
|
||||
font-size: 1px
|
||||
}
|
||||
.chosen-container-single .chosen-single abbr:hover,
|
||||
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
|
||||
background-position: -42px -10px
|
||||
}
|
||||
.chosen-container-single .chosen-single div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: block;
|
||||
width: 18px;
|
||||
height: 100%
|
||||
}
|
||||
.chosen-container-single .chosen-single div b {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(../images/chosen-sprite.png) 0 2px no-repeat
|
||||
}
|
||||
.chosen-container-single .chosen-search {
|
||||
position: relative;
|
||||
z-index: 1010;
|
||||
margin: 0;
|
||||
padding: 3px 4px;
|
||||
white-space: nowrap
|
||||
}
|
||||
.chosen-container-single .chosen-search input[type=text] {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 0;
|
||||
padding: 4px 20px 4px 5px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
outline: 0;
|
||||
border: 1px solid #aaa;
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat #fff;
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -webkit-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -moz-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -o-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, linear-gradient(#eee 1%, #fff 15%);
|
||||
font-size: 1em;
|
||||
font-family: sans-serif;
|
||||
line-height: normal;
|
||||
border-radius: 0
|
||||
}
|
||||
.chosen-container-single .chosen-drop {
|
||||
margin-top: -1px;
|
||||
border-radius: 0 0 4px 4px;
|
||||
background-clip: padding-box
|
||||
}
|
||||
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
|
||||
position: absolute;
|
||||
left: -9999px
|
||||
}
|
||||
.chosen-container .chosen-results {
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
margin: 0 4px 4px 0;
|
||||
padding: 0 0 0 4px;
|
||||
max-height: 240px;
|
||||
-webkit-overflow-scrolling: touch
|
||||
}
|
||||
.chosen-container .chosen-results li {
|
||||
display: none;
|
||||
margin: 0;
|
||||
padding: 5px 6px;
|
||||
list-style: none;
|
||||
line-height: 15px
|
||||
}
|
||||
.chosen-container .chosen-results li.active-result {
|
||||
display: list-item;
|
||||
cursor: pointer
|
||||
}
|
||||
.chosen-container .chosen-results li.disabled-result {
|
||||
display: list-item;
|
||||
color: #ccc;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container .chosen-results li.highlighted {
|
||||
background-color: #3875d7;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
||||
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
color: #fff
|
||||
}
|
||||
.chosen-container .chosen-results li.no-results {
|
||||
display: list-item;
|
||||
background: #f4f4f4
|
||||
}
|
||||
.chosen-container .chosen-results li.group-result {
|
||||
display: list-item;
|
||||
font-weight: 700;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container .chosen-results li.group-option {
|
||||
padding-left: 15px
|
||||
}
|
||||
.chosen-container .chosen-results li em {
|
||||
font-style: normal;
|
||||
text-decoration: underline
|
||||
}
|
||||
.chosen-container-multi .chosen-choices {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: auto!important;
|
||||
height: 1%;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #fff;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
|
||||
background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
|
||||
background-image: -o-linear-gradient(#eee 1%, #fff 15%);
|
||||
background-image: linear-gradient(#eee 1%, #fff 15%);
|
||||
cursor: text
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li {
|
||||
float: left;
|
||||
list-style: none
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-field {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
|
||||
margin: 1px 0;
|
||||
padding: 5px;
|
||||
height: 15px;
|
||||
outline: 0;
|
||||
border: 0!important;
|
||||
background: 0 0!important;
|
||||
box-shadow: none;
|
||||
color: #666;
|
||||
font-size: 100%;
|
||||
font-family: sans-serif;
|
||||
line-height: normal;
|
||||
border-radius: 0
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-field .default {
|
||||
color: #999
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice {
|
||||
position: relative;
|
||||
margin: 3px 0 3px 5px;
|
||||
padding: 3px 20px 3px 5px;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-color: #e4e4e4;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
||||
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
|
||||
color: #333;
|
||||
line-height: 13px;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 3px;
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
|
||||
font-size: 1px
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
|
||||
background-position: -42px -10px
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice-disabled {
|
||||
padding-right: 5px;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #e4e4e4;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
color: #666
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice-focus {
|
||||
background: #d4d4d4
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
|
||||
background-position: -42px -10px
|
||||
}
|
||||
.chosen-container-multi .chosen-results {
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
.chosen-container-multi .chosen-drop .result-selected {
|
||||
display: list-item;
|
||||
color: #ccc;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container-active .chosen-single {
|
||||
border: 1px solid #5897fb;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3)
|
||||
}
|
||||
.chosen-container-active.chosen-with-drop .chosen-single {
|
||||
border: 1px solid #aaa;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
|
||||
background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
|
||||
background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
|
||||
background-image: -o-linear-gradient(#eee 20%, #fff 80%);
|
||||
background-image: linear-gradient(#eee 20%, #fff 80%);
|
||||
box-shadow: 0 1px 0 #fff inset
|
||||
}
|
||||
.chosen-container-active.chosen-with-drop .chosen-single div {
|
||||
border-left: none;
|
||||
background: 0 0
|
||||
}
|
||||
.chosen-container-active.chosen-with-drop .chosen-single div b {
|
||||
background-position: -18px 2px
|
||||
}
|
||||
.chosen-container-active .chosen-choices {
|
||||
border: 1px solid #5897fb;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3)
|
||||
}
|
||||
.chosen-container-active .chosen-choices li.search-field input[type=text] {
|
||||
color: #111!important
|
||||
}
|
||||
.chosen-disabled {
|
||||
opacity: .5!important;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
|
||||
.chosen-disabled .chosen-single {
|
||||
cursor: default
|
||||
}
|
||||
.chosen-rtl {
|
||||
text-align: right
|
||||
}
|
||||
.chosen-rtl .chosen-single {
|
||||
overflow: visible;
|
||||
padding: 0 8px 0 0
|
||||
}
|
||||
.chosen-rtl .chosen-single span {
|
||||
margin-right: 0;
|
||||
margin-left: 26px;
|
||||
direction: rtl
|
||||
}
|
||||
.chosen-rtl .chosen-single-with-deselect span {
|
||||
margin-left: 38px
|
||||
}
|
||||
.chosen-rtl .chosen-single div {
|
||||
right: auto;
|
||||
left: 3px
|
||||
}
|
||||
.chosen-rtl .chosen-single abbr {
|
||||
right: auto;
|
||||
left: 26px
|
||||
}
|
||||
.chosen-rtl .chosen-choices li {
|
||||
float: right
|
||||
}
|
||||
.chosen-rtl .chosen-choices li.search-field input[type=text] {
|
||||
direction: rtl
|
||||
}
|
||||
.chosen-rtl .chosen-choices li.search-choice {
|
||||
margin: 3px 5px 3px 0;
|
||||
padding: 3px 5px 3px 19px
|
||||
}
|
||||
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
|
||||
right: auto;
|
||||
left: 4px
|
||||
}
|
||||
.chosen-rtl .chosen-drop,
|
||||
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
|
||||
left: 9999px
|
||||
}
|
||||
.chosen-rtl.chosen-container-single .chosen-results {
|
||||
margin: 0 0 4px 4px;
|
||||
padding: 0 4px 0 0
|
||||
}
|
||||
.chosen-rtl .chosen-results li.group-option {
|
||||
padding-right: 15px;
|
||||
padding-left: 0
|
||||
}
|
||||
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
|
||||
border-right: none
|
||||
}
|
||||
.chosen-rtl .chosen-search input[type=text] {
|
||||
padding: 4px 5px 4px 20px;
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -webkit-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -moz-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -o-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, linear-gradient(#eee 1%, #fff 15%);
|
||||
direction: rtl
|
||||
}
|
||||
.chosen-rtl.chosen-container-single .chosen-single div b {
|
||||
background-position: 6px 2px
|
||||
}
|
||||
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
|
||||
background-position: -12px 2px
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and (min-resolution: 144dpi) {
|
||||
.chosen-container .chosen-results-scroll-down span,
|
||||
.chosen-container .chosen-results-scroll-up span,
|
||||
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
|
||||
.chosen-container-single .chosen-search input[type=text],
|
||||
.chosen-container-single .chosen-single abbr,
|
||||
.chosen-container-single .chosen-single div b,
|
||||
.chosen-rtl .chosen-search input[type=text] {
|
||||
background-image: url(../images/chosen-sprite@2x.png)!important;
|
||||
background-size: 52px 37px!important;
|
||||
background-repeat: no-repeat!important
|
||||
}
|
||||
}
|
||||
#cc_list_chosen .search-field input {
|
||||
width: 100% !important;
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
||||
.ui-timepicker-div dl { text-align: left; }
|
||||
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
|
||||
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
|
||||
.ui-timepicker-div td { font-size: 90%; }
|
||||
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
||||
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
|
||||
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }
|
||||
|
||||
.ui-timepicker-rtl{ direction: rtl; }
|
||||
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
|
||||
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
|
||||
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
|
||||
|
||||
/* Shortened version style */
|
||||
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
|
||||
@@ -1,6 +0,0 @@
|
||||
/* phpcs:ignoreFile */
|
||||
/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
|
||||
* http://trentrichardson.com/examples/timepicker
|
||||
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
|
||||
|
||||
.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:0;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:0 0;color:inherit;border:0;outline:0;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
|
||||
@@ -1,437 +0,0 @@
|
||||
/* Smart Coupons Style */
|
||||
.coupon-container {
|
||||
line-height: 1.4em;
|
||||
position: relative;
|
||||
display: inline-table;
|
||||
margin: 2px;
|
||||
padding: .55em;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
box-shadow: 0 0 5px #e0e0e0;
|
||||
}
|
||||
|
||||
.coupon-container.previews {
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
.coupon-content {
|
||||
padding: .2em 1.2em;
|
||||
}
|
||||
|
||||
.coupon-content .code {
|
||||
font-family: monospace;
|
||||
font-size: 1.2em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.coupon-content .coupon-expire,
|
||||
.coupon-content .discount-info {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.coupon-content .discount-description {
|
||||
font: .7em/1 Helvetica, Arial, sans-serif;
|
||||
display: inline-block;
|
||||
margin: 10px inherit;
|
||||
}
|
||||
|
||||
.wc-sc-coupon-style-preview .coupon-container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.wc-sc-coupon-preview-container {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
margin: 0 0 0 1em;
|
||||
font-size: initial;
|
||||
}
|
||||
|
||||
.wc_sc_custom_design_css_doc_div {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
/*Shortcode fields*/
|
||||
#coupon-selector #coupon-option label span {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
}
|
||||
#coupon-selector #coupon-option label select {
|
||||
width: 175px;
|
||||
margin-bottom: 6px;
|
||||
margin-left: -.2em;
|
||||
}
|
||||
div#sc_shortcode_update {
|
||||
float: right;
|
||||
|
||||
margin-top: -5px;
|
||||
}
|
||||
form#sc_coupons_attributes {
|
||||
padding: 0 1em 1em;
|
||||
}
|
||||
div#coupon-selector {
|
||||
float: left;
|
||||
padding: 1em 1em 1em 0;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
}
|
||||
.coupon-preview {
|
||||
float: left;
|
||||
width: 175px;
|
||||
padding: 1em 0 1em 1em;
|
||||
}
|
||||
.preview-heading {
|
||||
font-size: 15px;
|
||||
padding-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#search-panel {
|
||||
overflow-x: hidden;
|
||||
width: 275px;
|
||||
min-height: 80px;
|
||||
max-height: 110px;
|
||||
margin: 5px 0;
|
||||
color: #333;
|
||||
border: 1px solid #d4d4d4;
|
||||
background-color: #fff;
|
||||
}
|
||||
#coupon-option #search-panel #search-results span {
|
||||
width: 100%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#search-results ul {
|
||||
margin: 5px -2px;
|
||||
}
|
||||
#search-results ul li {
|
||||
font-size: 12px;
|
||||
margin-bottom: -1px;
|
||||
padding: 3px 15px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #f2f2f2;
|
||||
}
|
||||
#search-results ul li:hover {
|
||||
color: #000;
|
||||
background-color: #eaf2fa;
|
||||
}
|
||||
#coupon-option #search-panel #search-results ul li span {
|
||||
width: 0;
|
||||
color: #f00;
|
||||
}
|
||||
#sc_coupons_attributes .submitbox {
|
||||
clear: both;
|
||||
}
|
||||
#default-text {
|
||||
font-style: italic;
|
||||
margin-bottom: -5px;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
/* Gift Cerificate form */
|
||||
input.gift_receiver_email, input.gift_sending_date_time {
|
||||
min-width: 100%;
|
||||
margin: 1% 0;
|
||||
}
|
||||
div#gift-certificate-receiver-form thead th {
|
||||
text-align: center;
|
||||
}
|
||||
input#deliver_on_date {
|
||||
text-align: center;
|
||||
}
|
||||
.email_sending_date_time_wrapper:not(.show),
|
||||
.wc_sc_schedule_gift_sending_wrapper:not(.show) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wc_sc_schedule_gift_sending_wrapper.show {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
/* Coupon generation form */
|
||||
form#generate_coupons p.form-field input[type=text] {
|
||||
width: 30%;
|
||||
}
|
||||
form#generate_coupons p.form-field input[type=number] {
|
||||
width: 15%;
|
||||
}
|
||||
form#generate_coupons p.form-field input[name="wc_sc_max_discount"] {
|
||||
width: 30%;
|
||||
}
|
||||
div.gift-certificate-receiver-detail-form,
|
||||
div#gift-certificate-receiver-form-multi {
|
||||
display: none;
|
||||
}
|
||||
a#single_multi {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sc_info_box {
|
||||
overflow: hidden;
|
||||
margin-bottom: 2em !important;
|
||||
padding: .5em 1em 0 !important;
|
||||
background-color: #f7f6f7;
|
||||
}
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror + span.wc-sc-coupon-preview-container {
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
tr.wc_sc_custom_design_css_wrapper td.forminp.forminp-textarea {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.sc-coupons-list details > summary {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.sc-coupons-list details > summary::marker, /* Latest Chrome, Edge, Firefox */
|
||||
.sc-coupons-list details > summary::-webkit-details-marker /* Safari */ {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.sc_info_box {
|
||||
float: unset !important;
|
||||
width: unset !important;
|
||||
margin-right: unset !important;
|
||||
padding: .5em 1em 0 !important;
|
||||
}
|
||||
|
||||
.page-template-template-fullwidth-php .sc_info_box {
|
||||
float: unset !important;
|
||||
width: unset !important;
|
||||
margin-right: unset !important;
|
||||
margin-left: unset !important;
|
||||
padding: .5em 1em 0 !important;
|
||||
}
|
||||
|
||||
/* Fix for positioning 'Sell store credit at less price?' settings' tooltip */
|
||||
label[for="smart_coupons_sell_store_credit_at_less_price"] span.woocommerce-help-tip,
|
||||
label[for="smart_coupons_schedule_store_credit"] span.woocommerce-help-tip {
|
||||
float: left;
|
||||
margin: 1px 4px 1px -1.7em !important;
|
||||
}
|
||||
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror + span.wc-sc-coupon-preview-container {
|
||||
left: 415px;
|
||||
}
|
||||
}
|
||||
|
||||
textarea.gift_receiver_message {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form_table {
|
||||
width: 97%;
|
||||
padding: 20px 10px;
|
||||
|
||||
border-top: 2px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #dbdbdb;
|
||||
}
|
||||
.message_row {
|
||||
width: 100%;
|
||||
}
|
||||
.sc_message {
|
||||
width: 100%;
|
||||
}
|
||||
.email_amount {
|
||||
width: 100%;
|
||||
}
|
||||
.gift-certificate-show-form p {
|
||||
margin: 0;
|
||||
}
|
||||
.gift-certificate-show-form lable {
|
||||
display: inline;
|
||||
}
|
||||
.gift-certificate-show-form input[type=radio] {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.show_hide_list {
|
||||
padding-left: 0;
|
||||
margin-left: 25px;
|
||||
}
|
||||
.single_multi_list {
|
||||
display: none;
|
||||
}
|
||||
div.mce-smart-coupon-shortcode {
|
||||
cursor: pointer;
|
||||
}
|
||||
div.mce-smart-coupon-shortcode i:before {
|
||||
font-family: 'WooCommerce';
|
||||
|
||||
content: '\e600';
|
||||
}
|
||||
div[aria-describedby='sc_coupons_attributes'] {
|
||||
z-index: 1000;
|
||||
}
|
||||
.wc_sc_total_available_store_credit {
|
||||
padding: 1em 0;
|
||||
|
||||
text-align: right;
|
||||
}
|
||||
.wc_sc_total_available_store_credit .amount {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
div#invalid_coupons_list div#all_coupon_container .coupon-container {
|
||||
cursor: initial !important;
|
||||
|
||||
opacity: .5;
|
||||
}
|
||||
div#invalid_coupons_list div#all_coupon_container .coupon-container .coupon-content .coupon-expire {
|
||||
display: none;
|
||||
}
|
||||
.variation-sc_called_credit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Bulk Generate tab - Coupon Description */
|
||||
.sc_bulk_description textarea#woocommerce-coupon-description {
|
||||
width: 90%;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
#call_for_credit {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
input#credit_called {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.wc-sc-call-for-credit-container .wc-sc-label,
|
||||
.wc-sc-call-for-credit-container .wc-sc-input {
|
||||
width: 48%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wc-sc-call-for-credit-container .wc-sc-row {
|
||||
position: relative;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.wc-sc-call-for-credit-container .wc-sc-row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.wc-sc-description {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#sc-cc input {
|
||||
border: 1px solid #7e8993;
|
||||
}
|
||||
|
||||
#sc-cc .sc-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html {
|
||||
border-collapse: initial;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design li {
|
||||
padding: 10px 10px 5px 5px;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design li input,
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li input {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors.custom li input[type="color"] {
|
||||
opacity: 0;
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 20px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li span {
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design,
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors {
|
||||
margin-top: unset;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design li,
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html ul li:hover,
|
||||
.forminp-wc_sc_radio_with_html ul li.selected {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design {
|
||||
align-items: unset !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 0;
|
||||
}
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror + span.wc-sc-coupon-preview-container {
|
||||
position: static;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 768px) and (max-width: 799px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 5%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 800px) and (max-width: 1023px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 7%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1024px) and (max-width: 1199px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 11%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1200px) and (max-width: 1279px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 14%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1280px) and (max-width: 1365px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 15%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1366px) and (max-width: 1599px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 16%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1600px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 20%;
|
||||
}
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
/* Smart Coupons Admin CSS */
|
||||
.smart-coupons-field,
|
||||
#sc-share-link,
|
||||
#sc_coupon_categorydiv,
|
||||
#sc_coupon_categorydiv ul.category-tabs li.tabs,
|
||||
#sc_coupon_categorydiv ul.add-menu-item-tabs li.tabs,
|
||||
#sc_coupon_categorydiv .wp-tab-active,
|
||||
#sc_coupon_categorydiv div.tabs-panel,
|
||||
button#export_coupons,
|
||||
a#wc_sc_print_coupons,
|
||||
a#sc-manage-category,
|
||||
#wc-sc-copy-coupon-code {
|
||||
background-color: #f0fff0;
|
||||
}
|
||||
button#export_coupons > span.dashicons,
|
||||
a#wc_sc_print_coupons > span.dashicons,
|
||||
a#sc-manage-category > span.dashicons {
|
||||
transform: translateX(-15%) translateY(15%);
|
||||
}
|
||||
div#smart_coupons_tabs h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
div#smart_coupons_tabs h2 .sc-quick-links {
|
||||
text-align: right;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.coupon_title_prefix_suffix_field input {
|
||||
height: 2em;
|
||||
}
|
||||
li.wc_sc_actions_tab a::before {
|
||||
font-family: WooCommerce !important;
|
||||
content: '\e01c' !important;
|
||||
}
|
||||
div.sc-manage-category {
|
||||
margin: 10px 0;
|
||||
}
|
||||
div.sc-manage-category a {
|
||||
font-weight: 600;
|
||||
}
|
||||
div.smart_coupons_product_options_variable {
|
||||
display: flow-root;
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
/* phpcs:ignoreFile */
|
||||
.smart-coupons-field,#sc-share-link,#sc_coupon_categorydiv,#sc_coupon_categorydiv ul.category-tabs li.tabs,#sc_coupon_categorydiv ul.add-menu-item-tabs li.tabs,#sc_coupon_categorydiv .wp-tab-active,#sc_coupon_categorydiv div.tabs-panel,button#export_coupons,a#wc_sc_print_coupons,a#sc-manage-category,#wc-sc-copy-coupon-code{background-color:#f0fff0}button#export_coupons>span.dashicons,a#wc_sc_print_coupons>span.dashicons,a#sc-manage-category>span.dashicons{transform:translateX(-15%) translateY(15%)}div#smart_coupons_tabs h2{margin-bottom:10px}div#smart_coupons_tabs h2 .sc-quick-links{text-align:right;font-size:.8em}.coupon_title_prefix_suffix_field input{height:2em}li.wc_sc_actions_tab a::before{font-family:WooCommerce!important;content:'\e01c'!important}div.sc-manage-category{margin:10px 0}div.sc-manage-category a{font-weight:600}div.smart_coupons_product_options_variable{display:flow-root}
|
||||
@@ -1,22 +0,0 @@
|
||||
/* Coupon style for email-coupon */
|
||||
.coupon-container.email-coupon .coupon-content {
|
||||
border: 1px solid !important;
|
||||
border-style: dashed !important;
|
||||
}
|
||||
|
||||
.coupon-container.email-coupon {
|
||||
transition-duration: .3s !important;
|
||||
transition-property: border-radius !important;
|
||||
-webkit-transform: perspective(1px) translateZ(0) !important;
|
||||
transform: perspective(1px) translateZ(0) !important;
|
||||
|
||||
border-radius: .8em !important;
|
||||
box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.coupon-container.email-coupon:hover,
|
||||
.coupon-container.email-coupon:focus,
|
||||
.coupon-container.email-coupon:active {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
/* phpcs:ignoreFile */
|
||||
.coupon-container.email-coupon .coupon-content{border:1px solid !important;border-style:dashed !important}.coupon-container.email-coupon{transition-duration:.3s !important;transition-property:border-radius !important;-webkit-transform:perspective(1px) translateZ(0) !important;transform:perspective(1px) translateZ(0) !important;border-radius:.8em !important;box-shadow:0 0 1px rgba(0,0,0,0) !important;display:table;margin:0 auto}.coupon-container.email-coupon:hover,.coupon-container.email-coupon:focus,.coupon-container.email-coupon:active{border-radius:0 !important}
|
||||
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 64 64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m51.9 23.4c.3 1-.2 2.1-1.2 2.5l-19 6.2h-11.9l-2.6-8h24.8c1.1 0 2-.9 2-2v-7h3c-.1 2.1 1.4 3.8 3.5 4z" fill="#e9edf5"/><path d="m41 11c-.5 0-1 .2-1.4.6-.1.1-.2.2-.2.3-.8-.3-1.3-1-1.3-1.9h-22.1c0 1.1-.9 2-2 2v6c1.1 0 2 .9 2 2h22c0-1.1.9-2 2-2v-3.3c.3.2.6.3 1 .3h3v7c0 1.1-.9 2-2 2h-30c-1.1 0-2-.9-2-2v-14c0-1.1.9-2 2-2h30c1.1 0 2 .9 2 2v3z" fill="#7e8596"/><path d="m40 14.7v3.3c-1.1 0-2 .9-2 2h-22c0-1.1-.9-2-2-2v-6c1.1 0 2-.9 2-2h22c0 .8.5 1.6 1.3 1.9-.2.3-.3.7-.3 1.1 0 .7.4 1.4 1 1.7z" fill="#f2f6fc"/><path d="m16 18v-6c1.1 0 2-.9 2-2h-2c0 1.1-.9 2-2 2v6c1.1 0 2 .9 2 2h2c0-1.1-.9-2-2-2z" fill="#dce1eb"/><path d="m44 11v-3c0-1.1-.9-2-2-2h-10l9-5 18 3h4v11h-4s0 4-4 4h-4c-.2 0-.4 0-.5 0-2-.2-3.6-1.9-3.5-3.9h-6c-1.1 0-2-.9-2-2 0-.4.1-.8.3-1.1.1-.1.2-.2.2-.3.5-.5 1-.7 1.5-.7z" fill="#ffcdbe"/><path d="m41 1-9 5h3l8.3-4.6z" fill="#ffbeaa"/><path d="m47 8c0-1.1-.9-2-2-2h-3c1.1 0 2 .9 2 2v3h3zm-5 5c0-.4.1-.8.3-1.1.1-.1.2-.2.2-.3.5-.4 1-.6 1.5-.6h-3c-.5 0-1 .2-1.4.6-.1.1-.2.2-.2.3-.3.3-.4.7-.4 1.1 0 1.1.9 2 2 2h3c-1.1 0-2-.9-2-2zm8 2h-3c-.1 2.1 1.4 3.8 3.5 4h.5 3c-.2 0-.4 0-.5 0-2.1-.2-3.6-2-3.5-4z" fill="#ffbeaa"/><path d="m23.7 42c.2.3.3.6.3 1 0 .7-.3 1.4-.9 1.7l-16.5 12.1-2.5 1.9c-1 .6-2.2.3-2.8-.7-.2-.3-.3-.6-.3-1 0-.7.3-1.4.9-1.7l3.8-2.8 15.3-11.2c.3-.2.6-.3 1-.3.7 0 1.3.4 1.7 1zm27.3 15c0 .4-.1.7-.3 1.1-.6.9-1.8 1.2-2.8.6l-2.5-1.9-16.5-12.1c-.6-.4-1-1-.9-1.7 0-.4.1-.7.3-1 .4-.6 1-1 1.7-1 .4 0 .7.1 1.1.3l15.2 11.1 3.8 2.8c.6.4.9 1.1.9 1.8z" fill="#7e8596"/><path d="m3.3 58c-.2-.3-.3-.6-.3-1 0-.7.3-1.4.9-1.7l3.8-2.8 15.3-11.2h.1c-.4-.2-.7-.3-1.1-.3s-.7.1-1.1.3l-15.1 11.2-3.8 2.8c-.6.4-1 1-.9 1.7 0 .4.1.7.3 1.1.5.9 1.7 1.2 2.6.6-.3-.1-.5-.4-.7-.7zm46.7.7-2.5-1.9-16.6-12.1c-.6-.4-1-1-.9-1.7 0-.4.1-.7.3-1s.4-.5.7-.7c-.9-.5-2.1-.2-2.7.7-.2.3-.3.6-.3 1 0 .7.3 1.4.9 1.7l16.5 12.1 2.6 1.9c.6.4 1.4.4 2 0z" fill="#636978"/><path d="m21 53h10c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-10c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2z" fill="#ff808c"/><path d="m22 57v-2c0-1.1.9-2 2-2h-3c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h3c-1.1 0-2-.9-2-2z" fill="#f25a6b"/><path d="m51 34v2c0 1.1-.9 2-2 2h-46c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h46c1.1 0 2 .9 2 2z" fill="#ff808c"/><path d="m4 36v-2c0-1.1.9-2 2-2h-3c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h3c-1.1 0-2-.9-2-2z" fill="#f25a6b"/><path d="m30 41c.4 0 .7.1 1.1.3l15.2 11.1 2.7-14.4h-46l2.8 14.5 15.2-11.2c.3-.2.6-.3 1-.3.7 0 1.3.4 1.7 1 .2.3.3.6.3 1 0 .7-.3 1.4-.9 1.7l-16.5 12.1.4 2.2c0 2.2 1.8 4 4 4h30c2.2 0 4-1.8 4-4l.4-2.2-16.5-12.1c-.6-.4-1-1-.9-1.7 0-.4.1-.7.3-1 .4-.6 1-1 1.7-1zm1 12c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-10c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2z" fill="#e9edf5"/><path d="m6 38h-3l2.8 14.5 2.6-1.9z" fill="#cdd2e1"/><path d="m6.6 56.8.4 2.2c0 2.2 1.8 4 4 4h3c-2.2 0-4-1.8-4-4l-.8-4.1z" fill="#cdd2e1"/><g fill="none" stroke="#404040" stroke-linejoin="round"><path d="m42 38h-2"/><path d="m38 38h-35c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h46c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-5"/><path d="m6.6 56.8.4 2.2c0 2.2 1.8 4 4 4h30c2.2 0 4-1.8 4-4l.4-2.2"/><path d="m49 38-2.8 14.5"/><path d="m5.8 52.5-2.8-14.5"/><path d="m22 41c.7 0 1.3.4 1.7 1 .2.3.3.6.3 1 0 .7-.3 1.4-.9 1.7l-16.5 12.1-2.5 1.9c-1 .6-2.2.3-2.8-.7-.2-.3-.3-.6-.3-1 0-.7.3-1.4.9-1.7l3.8-2.8 15.3-11.2c.3-.2.6-.3 1-.3zm8 0c-.7 0-1.3.4-1.7 1-.2.3-.3.6-.3 1 0 .7.3 1.4.9 1.7l16.5 12.1 2.6 1.9c.9.6 2.2.3 2.8-.6.2-.3.3-.7.2-1 0-.7-.3-1.4-.9-1.7l-3.8-2.8-15.3-11.3c-.3-.2-.6-.3-1-.3z"/><path d="m21 53h10c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-10c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2z"/><path d="m63 15h-4s0 4-4 4h-4c-.2 0-.4 0-.5 0-2-.2-3.6-1.9-3.5-3.9h-6c-1.1 0-2-.9-2-2 0-.4.1-.8.3-1.1.1-.1.2-.2.2-.3.5-.5 1-.7 1.5-.7h6"/><path d="m32 6 9-5 18 3h4"/><path d="m44 15v7c0 1.1-.9 2-2 2h-30c-1.1 0-2-.9-2-2v-14c0-1.1.9-2 2-2h30c1.1 0 2 .9 2 2v3"/><path d="m55 31 4-4"/><path d="m59 43-4-4"/><path d="m55 35h7"/><path d="m40 14.7v3.3c-1.1 0-2 .9-2 2h-22c0-1.1-.9-2-2-2v-6c1.1 0 2-.9 2-2h22c0 .8.5 1.6 1.3 1.9"/><path d="m19.8 32-2.6-8"/><path d="m50.5 19 1.4 4.4c.3 1-.2 2.1-1.2 2.5l-19 6.1"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 4.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 64 64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m45 38h-30c-.6 0-1-.4-1-1s.4-1 1-1h30c.6 0 1 .4 1 1s-.4 1-1 1zm1-5h-35c-.6 0-1-.4-1-1s.4-1 1-1h35c.6 0 1 .4 1 1s-.4 1-1 1zm2-5h-40c-.6 0-1-.4-1-1s.4-1 1-1h40c.6 0 1 .4 1 1s-.4 1-1 1z" fill="#f7b957"/><path d="m63 12h-8.5c-1.3 0-2.4.8-2.8 2.1l-2 5.9h-46.7c-1.7 0-3 1.3-3 3v.6c0 .4.1.7.2 1l6.4 17.2c.4 1.4 1.6 2.2 2.9 2.2h32.3l-.7 2.1c-.4 1.2-1.6 1.9-2.8 1.9h-28.3c-1.7 0-3 1.3-3 3v5c0 .6.4 1 1 1s1-.4 1-1v-5c0-.6.4-1 1-1h22.2c-.1.3-.2.7-.2 1v5c0 .6.4 1 1 1s1-.4 1-1v-5c0-.6.4-1 1-1h3.3c2.1 0 3.9-1.3 4.7-3.2l10.6-32.1c.1-.4.6-.7 1-.7h8.4c.6 0 1-.4 1-1s-.4-1-1-1zm-20.6 30h-32.9c-.5 0-.9-.3-1-.7l-6.4-17.3c-.1-.1-.1-.2-.1-.4v-.6c0-.6.4-1 1-1h46z" fill="#f7b957"/><circle cx="11" cy="56" fill="#a8b7d4" r="3"/><circle cx="36" cy="56" fill="#a8b7d4" r="3"/><path d="m11 60c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm25 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" fill="#404040"/><path d="m39.1 21c.7-.6 1.9-1.2 1.9-2 0-1-2.2-1.8-2.4-2.7s1.4-2.6 1-3.5-2.7-.6-3.3-1.4.2-3-.6-3.6-2.6.6-3.5.2-1.1-2.8-2.1-3-2.1 1.8-3.1 1.8-2.2-2-3.1-1.8-1.2 2.5-2 3-2.9-.8-3.6-.2 0 2.8-.6 3.6-2.9.5-3.3 1.4 1.2 2.5 1 3.5-2.4 1.7-2.4 2.7c0 .8 1.2 1.4 1.9 2 .2.2.4.4.5.7.2 1-1.4 2.6-1 3.5s2.7.6 3.3 1.4-.2 3 .6 3.6 2.7-.6 3.5-.2 1.1 2.8 2.1 3 2.1-1.8 3.1-1.8 2.2 2 3.1 1.8 1.2-2.5 2-3c.9-.5 2.8.8 3.6.2s0-2.8.6-3.6 2.9-.5 3.3-1.4-1.2-2.5-1-3.5c.1-.3.3-.5.5-.7z" fill="#d23b54"/><path d="m37.4 20.7c.6-.5 1.6-1.1 1.6-1.7 0-.9-1.8-1.5-2-2.3s1.2-2.2.8-3-2.3-.5-2.8-1.2.1-2.6-.5-3.1-2.3.6-3 .2-1-2.4-1.8-2.6-1.8 1.5-2.7 1.5-1.9-1.7-2.7-1.5-1 2.2-1.8 2.6-2.4-.7-3-.2 0 2.4-.5 3.1-2.5.4-2.8 1.2 1 2.2.9 3-2 1.5-2 2.3c0 .6 1 1.2 1.6 1.7.2.2.4.4.4.6.2.8-1.2 2.2-.9 3s2.3.5 2.8 1.2-.1 2.5.5 3.1 2.3-.5 3-.2 1 2.4 1.8 2.5 1.8-1.5 2.7-1.5 1.9 1.7 2.7 1.5 1-2.2 1.8-2.5 2.4.7 3 .2 0-2.4.5-3.1 2.5-.4 2.8-1.2-1-2.2-.8-3c0-.2.2-.4.4-.6z" fill="#d23b54"/><path d="m21 26c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l12-12c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-12 12c-.2.2-.4.3-.7.3zm9 1c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm0-4c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zm-6-6c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm0-4c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z" fill="#fbfbfb"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 871 B |
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="m31 13h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2z" fill="#919191"/><path d="m15 34a6 6 0 1 1 -9.12-5.12 6 6 0 0 1 9.12 5.12z" fill="#374f68"/><path d="m14.12 37.12c-5.3 3.26-11.53-2.9-8.24-8.24 5.32-3.28 11.51 2.93 8.24 8.24z" fill="#425b72"/><path d="m11 34a2 2 0 1 1 -2.82-1.82 2 2 0 0 1 2.82 1.82z" fill="#dad7e5"/><path d="m10.82 34.82a2 2 0 0 1 -2.64-2.64 2 2 0 0 1 2.64 2.64z" fill="#edebf2"/><path d="m47 34a6 6 0 1 1 -9.12-5.12 6 6 0 0 1 9.12 5.12z" fill="#374f68"/><path d="m46.12 37.12c-5.3 3.26-11.53-2.9-8.24-8.24 5.32-3.28 11.51 2.93 8.24 8.24z" fill="#425b72"/><path d="m43 34a2 2 0 1 1 -2.82-1.82 2 2 0 0 1 2.82 1.82z" fill="#dad7e5"/><path d="m42.82 34.82a2 2 0 0 1 -2.64-2.64 2 2 0 0 1 2.64 2.64z" fill="#edebf2"/><path d="m47 30.5c-1.16.67-.17.5-5.2.5-3.07 0-2.53 3-5.6 3h-2.26c0-7.16 9.54-9.67 13.06-3.5z" fill="#ffba55"/><path d="m45.84 29c-2.09 0-3.58-.28-4.9 1.58a3.37 3.37 0 0 1 -2.74 1.42 1.88 1.88 0 0 1 -1.79-2.52 6.83 6.83 0 0 1 .67-1.32 7 7 0 0 1 8.76.84z" fill="#fc6"/><path d="m22.4 21.4c-.83.81-1.14.6-7.4.6v-4.5l6.07.38a2.07 2.07 0 0 1 1.33 3.52z" fill="#7c7d7d"/><path d="m23 20h-3.63a2.37 2.37 0 0 1 -2.37-2.37l4.07.25a2.07 2.07 0 0 1 1.93 2.12z" fill="#919191"/><path d="m38 9v4a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1-1 5 5 0 0 1 2.61-4.39 6 6 0 0 1 3.39-.61 1 1 0 0 1 1 1z" fill="#ffba55"/><path d="m38 9v3h-4c-1.46 0-1.06-2.16-.39-3.39a6 6 0 0 1 3.39-.61 1 1 0 0 1 1 1z" fill="#fc6"/><path d="m40.21 27a7 7 0 0 0 -6.27 7h-14.94a4.39 4.39 0 0 0 -4.16-3h-12.72a1 1 0 0 1 -1-1.11l.39-3.44a5 5 0 0 1 5-4.45h14.49l2 8h8a15.06 15.06 0 0 0 1.51-14.86l-.51-1.14h4c2.19 4.37 4 7.44 4.21 13z" fill="#fc6"/><path d="m40.21 27a7 7 0 0 0 -6 5h-13.21a4.39 4.39 0 0 0 -4.16-3h-12.72a1 1 0 0 1 -1-1.11c.37-3.3.34-4.11 1-5.28 1.47-.83.88-.61 16.88-.61l2 8h8a15.09 15.09 0 0 0 1.51-14.86l-.51-1.14h4c2.11 4.22 4.1 7.59 4.21 13z" fill="#ffde76"/><path d="m42 11a2.35 2.35 0 0 1 -2.34 2.34 6.42 6.42 0 0 1 -1.66-.34v-4l1-.25a2.35 2.35 0 0 1 3 2.25z" fill="#9fdbf3"/><path d="m41.74 12.07c-1 .5-1.67.19-2.74-.07 0-3.61 0-3.24.09-3.27a2.34 2.34 0 0 1 2.65 3.34z" fill="#b2e5fb"/><path d="m11 28h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2z" fill="#ffba55"/><path d="m1 10h14v12h-14z" fill="#df8761"/><path d="m15 10v10h-9a3 3 0 0 1 -3-3v-7z" fill="#f29b75"/><path d="m10 10v5l-2-1-2 1v-5z" fill="#fc6"/><path d="m10 10v3a3 3 0 0 1 -3-3z" fill="#ffde76"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -1 +0,0 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><style>.st0{fill:#ffd180}.st1{fill:#bf3f49}.st2{fill:#d23b54}.st3{fill:#f7b957}.st4{fill:#edf4fa}.st5{fill:#2b2b37}.st6{fill:#b9c6de}.st7{fill:#d6e0eb}.st8{fill:#5c6979}.st9{fill:#393d48}</style><path class="st0" d="M63 7.2v33.5c0 1.2-.9 2.2-2.1 2.2H23V5h37.9C62.1 5 63 6 63 7.2z"/><path class="st1" d="M23 5v38H3c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h20z"/><path class="st2" d="M5 5H3c-1.1 0-2 .9-2 2v34c0 1.1.9 2 2 2h20V27.4C11.9 21.8 5 13.8 5 5z"/><path class="st3" d="M49.6 35.2c-.8-.1-1.7-.2-2.5-.4-.3 0-.7-.1-1-.2-3.6-.6-7.1-1.4-10.5-2.3-4.3-1.2-8.5-2.8-12.5-4.9V43H61c1.2 0 2.1-1 2.1-2.2V36c-4.6 0-9.1-.3-13.5-.8z"/><path class="st2" d="M56 24c0-1.1-2-1.9-2.3-2.9s1.1-2.7.6-3.6-2.7-.6-3.4-1.3c-.8-.7-.4-2.9-1.3-3.4s-2.6.8-3.6.6-1.9-2.4-3-2.4-1.9 2-2.9 2.3-2.7-1.1-3.6-.6-.6 2.7-1.3 3.4c-.7.8-2.9.4-3.4 1.3s.8 2.6.6 3.6-2.4 1.9-2.4 3 2 1.9 2.3 2.9-1.1 2.7-.6 3.6c.5.9 2.7.6 3.4 1.3.7.7.4 2.9 1.3 3.4s2.6-.8 3.6-.5 1.9 2.3 3 2.3 1.9-2 2.9-2.3 2.7 1.1 3.6.6.6-2.7 1.3-3.4 2.9-.4 3.4-1.3-.8-2.6-.5-3.6 2.3-1.9 2.3-3z"/><path class="st1" d="M54 24c0-.9-1.7-1.6-1.9-2.4s.9-2.3.5-3.1-2.3-.5-2.9-1.1-.4-2.4-1.1-2.9-2.2.7-3.1.5-1.6-2-2.5-2-1.6 1.7-2.4 1.9-2.3-.9-3.1-.5-.5 2.3-1.1 2.9-2.5.4-2.9 1.1.7 2.2.5 3.1-2 1.6-2 2.5 1.7 1.6 1.9 2.4-.9 2.3-.5 3.1 2.3.5 2.9 1.1.4 2.4 1.1 2.9 2.2-.7 3.1-.5 1.6 2 2.5 2 1.6-1.7 2.4-1.9 2.3.9 3.1.5.5-2.3 1.1-2.9 2.5-.4 2.9-1.1-.7-2.2-.5-3.1 2-1.6 2-2.5z"/><path class="st4" d="M13.5 23h-3C9.1 23 8 21.9 8 20.5S9.1 18 10.5 18H15c.6 0 1-.4 1-1s-.4-1-1-1h-2v-1c0-.6-.4-1-1-1s-1 .4-1 1v1h-.5C8 16 6 18 6 20.5S8 25 10.5 25h3c1.4 0 2.5 1.1 2.5 2.5S14.9 30 13.5 30H9c-.6 0-1 .4-1 1s.4 1 1 1h2v1c0 .6.4 1 1 1s1-.4 1-1v-1h.5c2.5 0 4.5-2 4.5-4.5S16 23 13.5 23zm36.2-5.7c-.4-.4-1-.4-1.4 0l-12 12c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l12-12c.4-.4.4-1 0-1.4zM46 26c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm-6-8c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm0-4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1z"/><path class="st5" d="M22.3 5h1.4v4h-1.4V5zm0 6h1.4v4h-1.4v-4zm0 6h1.4v4h-1.4v-4zm0 6h1.4v4h-1.4v-4zm0 6h1.4v4h-1.4v-4zm0 6h1.4v4h-1.4v-4zm0 6h1.4v2h-1.4v-2z"/><path class="st6" d="M26.7 43l-1.6 3.4-1.8-3.4h3.4zm-5.4 4.2l1.7 3.6-2 4.2c0-1.4-.7-2.6-1.8-3.4l2.1-4.4z"/><path class="st4" d="M23.3 43l1.8 3.4 2.5 4.8C26 51.8 25 53.3 25 55l-2-4.2-1.7-3.6L16 36l2-3 5.3 10z"/><path class="st7" d="M25.9 49c-.4.4-1.1.3-1.4-.1 0-.1-.1-.1-.1-.2l-7.2-14.4L16 36l5.3 11.2 1.7 3.6 2 4.2c0-1.7 1-3.2 2.6-3.7l-1.3-2.5c-.2 0-.3.1-.4.2z"/><path class="st8" d="M29 60c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z"/><path class="st9" d="M17 60c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 64 64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m46.3 42 .7 2-35.6 12-4.9-14h30.5c1.1 0 2-.9 2-2v-1h3c0 1.6 1.3 3 2.9 3h.1z" fill="#e9edf5"/><path d="m63 24v18h-6v-3-13-2z" fill="#80dbff"/><path d="m60 24v18h-3v-3-13-2z" fill="#19cffc"/><path d="m39 33v-14h4l10 7h4v13h-4c0 1.6-1.3 3-2.9 3h-.1-5c-1.6 0-3-1.3-3-2.9v-.1h-6c-1.7 0-3-1.3-3-3 0-.7.3-1.5.8-2l.1-.1c.6-.6 1.3-.9 2.1-.9z" fill="#ffcdbe"/><path d="m42 30v-8-3h-3v3 8 3h3z" fill="#ffbeaa"/><path d="m36 36c0-.7.3-1.5.8-2l.1-.1c.6-.6 1.3-.9 2.1-.9h-3c-.8 0-1.6.3-2.1.9l-.1.1c-.5.5-.8 1.3-.8 2 0 1.7 1.3 3 3 3h3c-1.7 0-3-1.3-3-3z" fill="#ffbeaa"/><path d="m45 39h-3c0 1.6 1.3 3 2.9 3h.1 3c-1.6 0-3-1.3-3-3z" fill="#ffbeaa"/><path d="m39 39v1c0 1.1-.9 2-2 2h-15v-8h11.8c-.5.5-.8 1.3-.8 2 0 1.7 1.3 3 3 3z" fill="#e9edf5"/><path d="m39 30v3h-3c-.8 0-1.6.3-2.1.9l-.1.1h-11.8v-4z" fill="#d6475c"/><path d="m39 22v8h-17v-8h2z" fill="#e9edf5"/><path d="m39 19v3h-15v-6h13c1.1 0 2 .9 2 2z" fill="#9196aa"/><path d="m23 13c0-.6-.3-1.2-.8-1.6.7-2 2.6-3.4 4.8-3.4 4 0 4 1 4 3 0 1.1-.9 2-2 2 1.1.6 1.9 1.7 2 3h-8z" fill="#d6475c"/><path d="m24.2 11.4c.7-1.8 2.3-3.1 4.2-3.4-.4 0-.9 0-1.4 0-2.2 0-4.1 1.4-4.8 3.4.5.4.8 1 .8 1.6v3h2v-3c0-.6-.3-1.2-.8-1.6z" fill="#f25a6b"/><path d="m24 16v6h-2-4-2v-6h1 6z" fill="#d6475c"/><path d="m22.2 11.4c.5.4.8 1 .8 1.6v3h-6v-3c0-1.1.9-2 2-2h2c.4 0 .9.1 1.2.4z" fill="#ff808c"/><path d="m19.8 11.4c.3-.3.8-.4 1.2-.4h-2c-1.1 0-2 .9-2 2v3h2v-3c0-.6.3-1.2.8-1.6z" fill="#f25a6b"/><path d="m22 34v8h-4v-8-4-8h4v8z" fill="#f25a6b"/><path d="m18 34v8h-15c-1.1 0-2-.9-2-2v-6z" fill="#e9edf5"/><path d="m1 30h17v4h-17z" fill="#d6475c"/><path d="m1 30h3v4h-3z" fill="#ba4259"/><path d="m18 22v8h-17v-8h15z" fill="#e9edf5"/><path d="m17 13v3h-8c.1-1.3.9-2.4 2-3-1.1 0-2-.9-2-2 0-2 0-3 4-3 2.2 0 4.1 1.4 4.8 3.4-.5.4-.8 1-.8 1.6z" fill="#d6475c"/><path d="m13 13c-1.1 0-2-.9-2-2 0-1.7 0-2.7 2.6-2.9-.2-.1-.4-.1-.6-.1-4 0-4 1-4 3 0 1.1.9 2 2 2-1.1.6-1.9 1.7-2 3h2c.1-1.3.9-2.4 2-3z" fill="#f25a6b"/><path d="m16 16v6h-15v-4c0-1.1.9-2 2-2z" fill="#9196aa"/><path d="m4 40v-6h-3v6c0 1.1.9 2 2 2h3c-1.1 0-2-.9-2-2z" fill="#cdd2e1"/><path d="m1 22h3v8h-3z" fill="#cdd2e1"/><path d="m6 16h-3c-1.1 0-2 .9-2 2v4h3v-4c0-1.1.9-2 2-2z" fill="#636978"/><g fill="none" stroke="#404040" stroke-linejoin="round"><path d="m57 39h-4c0 1.6-1.3 3-2.9 3h-.1-5c-1.6 0-3-1.3-3-2.9v-.1h-6c-1.7 0-3-1.3-3-3s1.3-3 3-3h6l4-4"/><path d="m57 24h6v18h-6z"/><path d="m57 26h-4l-10-7h-4"/><path d="m39 33v-15c0-1.1-.9-2-2-2h-34c-1.1 0-2 .9-2 2v22c0 1.1.9 2 2 2h34c1.1 0 2-.9 2-2v-1"/><path d="m46.3 42 .7 2-35.6 12-4.9-14"/><path d="m1 22h38"/><path d="m16 16h8v6h-8z"/><path d="m18 22v20"/><path d="m22 22v20"/><path d="m1 30h17"/><path d="m22 30h17"/><path d="m1 34h17"/><path d="m22 34h12"/><path d="m17 16v-3c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v3"/><path d="m22.2 11.4s.8-3.4 4.8-3.4 4 1 4 3c0 1.1-.9 2-2 2 1.1.6 1.9 1.7 2 3"/><path d="m17.8 11.4s-.8-3.4-4.8-3.4-4 1-4 3c0 1.1.9 2 2 2-1.1.6-1.9 1.7-2 3"/><path d="m23 13s4 0 4-2"/><path d="m17 13s-4 0-4-2"/><path d="m44 15v-6"/><path d="m56 20h-6"/><path d="m47 17.5 4.9-4.9"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB |
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 64 64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m9 52v-8h44c1.1 0 2-.9 2-2v-22h6c1.1 0 2 .9 2 2v30c0 1.1-.9 2-2 2h-50c-1.1 0-2-.9-2-2z" fill="#e9edf5"/><path d="m12 52v-8h-3v8c0 1.1.9 2 2 2h3c-1.1 0-2-.9-2-2zm46-10v-22h-3v22c0 1.1-.9 2-2 2h3c1.1 0 2-.9 2-2z" fill="#cdd2e1"/><path d="m14.5 34.5-5.5 5.5v-5h-4l4-4 2.4-2.4c.5.8 1.4 1.4 2.4 1.4-1 1.2-1 3 .1 4.1.2.2.4.3.6.4zm22.5.5h-4v5l-5.5-5.5c.2-.1.4-.3.6-.4 1.1-1.1 1.2-2.9.1-4.1 1-.1 1.8-.6 2.4-1.4l2.4 2.4z" fill="#f25a6b"/><path d="m1 23h12.2c.1.4.3.7.6 1-1.6.1-2.8 1.4-2.8 3 0 .6.1 1.1.4 1.6l-2.4 2.4h-8zm24 11.8v9.2h-8v-9.2c.4-.1.7-.3 1-.6 0 1.7 1.3 3 3 3s3-1.3 3-3c.3.3.6.5 1 .6zm3.8-11.8h26.2v8h-22l-2.4-2.4c.3-.5.4-1 .4-1.6 0-1.6-1.2-2.9-2.8-3 .3-.3.5-.6.6-1zm-3.8-13v9.2c-.4.1-.7.3-1 .6 0-1.7-1.3-3-3-3s-3 1.3-3 3c-.3-.3-.6-.5-1-.6v-9.2z" fill="#ff808c"/><circle cx="21" cy="27" fill="#f2f6fc" r="4"/><path d="m20 27c0-1.6 1-3.1 2.5-3.7-.5-.2-1-.3-1.5-.3-2.2 0-4 1.8-4 4s1.8 4 4 4c.5 0 1-.1 1.5-.3-1.5-.6-2.5-2.1-2.5-3.7z" fill="#dce1eb"/><path d="m11.4 28.6c-.3-.5-.4-1-.4-1.6 0-1.6 1.2-2.9 2.8-3-.3-.3-.5-.6-.6-1-.5-1.6.4-3.3 1.9-3.8.6-.2 1.3-.2 1.9 0 .4.1.7.3 1 .6 0-1.7 1.3-3 3-3s3 1.3 3 3c.3-.3.6-.5 1-.6 1.6-.5 3.3.4 3.8 1.9.2.6.2 1.3 0 1.9-.1.4-.3.7-.6 1 1.6.1 2.8 1.4 2.8 3 0 .6-.1 1.1-.4 1.6-.5.8-1.4 1.4-2.4 1.4 1 1.2 1 3-.1 4.1-.8.8-2 1.1-3.1.7-.4-.1-.7-.3-1-.6 0 1.7-1.3 3-3 3s-3-1.3-3-3c-.3.3-.6.5-1 .6-1.1.4-2.3.1-3.1-.7-1.1-1.1-1.2-2.9-.1-4.1-1-.1-1.9-.6-2.4-1.4zm13.6-1.6c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4 4-1.8 4-4z" fill="#d6475c"/><path d="m55 31v11c0 1.1-.9 2-2 2h-28v-9.2c.8.3 1.8.2 2.5-.3l5.5 5.5v-5h4l-4-4zm-38 3.8v9.2h-14c-1.1 0-2-.9-2-2v-11h8l-4 4h4v5l5.5-5.5c.7.5 1.7.6 2.5.3zm0-24.8v9.2c-1.6-.5-3.3.4-3.8 1.9-.2.6-.2 1.3 0 1.9h-12.2v-11c0-1.1.9-2 2-2zm38 13h-26.2c.5-1.6-.4-3.3-1.9-3.8-.6-.2-1.3-.2-1.9 0v-9.2h28c1.1 0 2 .9 2 2z" fill="#9196aa"/><path d="m1 23h3v8h-3z" fill="#f25a6b"/><path d="m1 31v11c0 1.1.9 2 2 2h1v-13zm3-21h-1c-1.1 0-2 .9-2 2v11h3z" fill="#636978"/><path d="m38 44h21v6h-21z" fill="#ff808c"/><path d="m38 44h4v6h-4z" fill="#d6475c"/><g fill="none" stroke="#404040" stroke-linejoin="round"><path d="m9 44v8c0 1.1.9 2 2 2h50c1.1 0 2-.9 2-2v-30c0-1.1-.9-2-2-2h-6"/><path d="m55 31v11c0 1.1-.9 2-2 2h-50c-1.1 0-2-.9-2-2v-30c0-1.1.9-2 2-2h50c1.1 0 2 .9 2 2z"/><path d="m17 19.2v-9.2"/><path d="m25 19.2v-9.2"/><path d="m17 44v-9.2"/><path d="m25 44v-9.2"/><path d="m28.8 23h26.2"/><path d="m33 31h22"/><path d="m1 23h12.2"/><path d="m1 31h8"/><circle cx="21" cy="27" r="4"/><path d="m27.5 34.5 5.5 5.5v-5h4l-4-4-2.4-2.4"/><path d="m14.5 34.5-5.5 5.5v-5h-4l4-4 2.4-2.4"/><path d="m57 44h2v6h-21v-4"/><path d="m35 50h-2"/><path d="m31 50h-19"/><path d="m30.6 28.6c.3-.5.4-1 .4-1.6 0-1.6-1.2-2.9-2.8-3 .3-.3.5-.6.6-1 .5-1.6-.4-3.3-1.9-3.8-.6-.2-1.3-.2-1.9 0-.4.1-.7.3-1 .6 0-1.7-1.3-3-3-3s-3 1.3-3 3c-.3-.3-.6-.5-1-.6-1.6-.5-3.3.4-3.8 1.9-.2.6-.2 1.3 0 1.9.1.4.3.7.6 1-1.6.1-2.8 1.4-2.8 3 0 .6.1 1.1.4 1.6.5.8 1.4 1.4 2.4 1.4-1 1.2-1 3 .1 4.1.8.8 2 1.1 3.1.7.4-.1.7-.3 1-.6 0 1.7 1.3 3 3 3s3-1.3 3-3c.3.3.6.5 1 .6 1.1.4 2.3.1 3.1-.7 1.1-1.1 1.2-2.9.1-4.1 1-.1 1.9-.6 2.4-1.4z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 33.7 31.3" viewBox="0 0 33.7 31.3" xmlns="http://www.w3.org/2000/svg"><path d="m26.1 8.7c.3.6.5 1.3.5 2 .1 1.3-.6 2.4-1.7 3l-3.5-7.2c1.6-.8 3.7.3 4.7 2.2zm-19 13.8 1.5-.7 3.5 7.2c.1.2.2.4.2.7 0 .6-.4 1.2-1 1.4-.8.4-1.8 0-2.2-.8l-3.5-7.2v-.2c.5-.1 1-.2 1.5-.4z" fill="#d25065"/><path d="m4.4 13.2 4.2 8.6-1.5.7c-.5.2-1 .4-1.5.4-2.1.3-4.1-.8-5.1-2.7-.3-.6-.5-1.3-.5-2 0-1.9 1.2-3.6 2.9-4.3z" fill="#d23b54"/><path d="m24.8 13.7 3.2 6.5s-5.2-1.2-19.4 1.6l-4.2-8.6c12.1-9 13.7-13.2 13.7-13.2l3.2 6.5z" fill="#ffd180"/><path d="m7 18.5-1.5.7c-.5.2-1 .4-1.5.4-1.4.2-2.9-.3-4-1.2 0 .6.2 1.2.5 1.8.9 1.9 3 3 5.1 2.7.5-.1 1.1-.2 1.5-.4l1.5-.7z" fill="#bf3f49"/><path d="m7 18.5 1.6 3.3c14.2-2.8 19.4-1.6 19.4-1.6l-1.9-3.8c-4.1-.1-8.1.2-12.1.9-2.1.3-4.1-.7-5.1-2.6l-1.9-3.5c-.8.6-1.7 1.3-2.6 2z" fill="#f2b150"/><path d="m8.3 25.6c-.4-.9-.1-1.9.8-2.3 0 0 .1 0 .1-.1h.1l-.6-1.4-1.5.7c-.5.2-1 .4-1.5.4v.2l3.5 7.2c.4.7 1.2 1.1 2 .9zm15.4-16.8-1.2-2.5c-.4 0-.8.1-1.2.2l3.5 7.2c1.1-.6 1.8-1.7 1.7-3 0-.3 0-.6-.1-.9-1 .4-2.2 0-2.7-1z" fill="#bf3f49"/><path d="m9.5 13.2c-.4 0-.8-.2-1-.6-.4-.6-.2-1.3.3-1.7 1.2-.8 3.8-3 5.2-4.2.5-.4 1.3-.4 1.7.2.4.5.4 1.3-.2 1.7-2 1.6-4.2 3.5-5.4 4.3-.1.2-.4.3-.6.3zm9.8-8.3c0-.7-.5-1.2-1.2-1.2-.1 0-.2 0-.2 0-.1 0-.2 0-.2.1-.1 0-.1.1-.2.1 0 0-.1.1-.1.1l-.8.7c-.5.4-.6 1.2-.1 1.7.2.3.6.4.9.4s.6-.1.8-.3l.8-.7c.2-.2.3-.5.3-.9z" fill="#ffe0b3"/><path d="m27.2 8.2c-.5 0-.8-.3-.8-.8 0-.3.2-.6.4-.7l5.8-3.3c.4-.2.9-.1 1.1.3s.1.9-.3 1.1l-5.8 3.3c-.2.1-.3.1-.4.1zm-1.7-2.4c-.2 0-.4-.1-.5-.2-.3-.3-.4-.8-.1-1.1l3.5-4.1c.3-.3.8-.4 1.2-.1s.4.7.1 1.1l-3.5 4.1c-.2.2-.4.3-.7.3zm7.4 4.9h-4.9c-.5-.1-.8-.5-.7-.9 0-.4.3-.7.7-.7h4.9c.5.1.8.5.7.9 0 .4-.3.7-.7.7z" fill="#d23b54"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 64 64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m43 3v14c0 1.1-.9 2-2 2h-8v4l-4-4h-8c-1.1 0-2-.9-2-2v-14c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2z" fill="#ff808c"/><path d="m22 17v-14c0-1.1.9-2 2-2h-3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h3c-1.1 0-2-.9-2-2z" fill="#d6475c"/><path d="m32 19h-3l4 4v-3z" fill="#d6475c"/><path d="m33.3 60c1.1-.2 1.8-1.2 1.6-2.2 0 0 0 0 0-.1-.2-1.1-1.3-1.8-2.3-1.5-1.1.2-1.8 1.2-1.6 2.3.1 1 1.2 1.7 2.3 1.5zm-5.3-1c-.3-1.5.2-3.1 1.2-4.2.7-.8 1.7-1.3 2.8-1.5s2.2-.1 3.1.4c2.4 1.1 3.5 4 2.4 6.5-.7 1.5-2 2.5-3.6 2.8-2.7.4-5.3-1.3-5.9-4z" fill="#707789"/><path d="m34.8 57.7c.2 1.1-.5 2.1-1.5 2.3-1.1.2-2.1-.5-2.3-1.5-.2-1.1.5-2.1 1.6-2.3 1-.2 2 .5 2.2 1.5z" fill="#80dbff"/><path d="m29.2 54.8c-1 1.1-1.5 2.7-1.2 4.2l-2 .4c-.1 0-.3 0-.4 0-.9 0-1.6-.6-1.9-1.4v-.1c-.2-1.1.5-2.1 1.6-2.3l2.7-.6h.2z" fill="#dce1eb"/><path d="m61 51c0 1-.6 1.8-1.6 2l-21.6 4.1c-.3-1.5-1.3-2.8-2.7-3.5l20.6-3.9 2.9-.6c1.2-.1 2.2.7 2.4 1.9z" fill="#dce1eb"/><path d="m25.9 53.4c.2 1 1.1 1.7 2.1 1.5l-2.8.5c-1.1.2-1.8 1.2-1.6 2.3v.1h-2.6l-.8-5h5.5z" fill="#9196aa"/><path d="m20.2 53 .8 5h-4l-8-53h-4c-.5 0-1-.2-1.4-.6s-.6-.9-.6-1.4c0-1.1.9-2 2-2h7z" fill="#dce1eb"/><path d="m49.7 34.9 2.3 11.6-21.6 4.1-2.3-11.6z" fill="#f2f6fc"/><path d="m43.5 24.1 1.5 7.7-13.7 2.6-1.5-7.7z" fill="#ffde91"/><path d="m30.4 50.6 21.6-4.1-2.3-11.5-21.6 4zm-4.6 2.4-4.5-22.6c-.2-1.1.5-2.1 1.6-2.3l6.9-1.3 1.5 7.7 13.7-2.7-1.5-7.7 6.9-1.3c1.1-.2 2.1.5 2.3 1.5l4.6 23.1c.2 1.1-.5 2.1-1.6 2.3l-20.6 3.9c-1-.5-2.1-.6-3.1-.4-1.1.2-2 .7-2.8 1.5l-1 .2-.2.1c-1 .1-1.9-.6-2.1-1.6z" fill="#b2876d"/><path d="m43.5 24.1 1.5 7.7-13.7 2.6-1.5-7.7z" fill="#dce1eb"/><path d="m32.9 28.5-.5-2.3-2.7.5 1.5 7.7 13.8-2.6-.7-3.5-9.1 1.7c-1.1.3-2.1-.4-2.3-1.5z" fill="#cdd2e1"/><path d="m37.1 51.7c-1-.5-2.1-.6-3.1-.4-1.1.2-2 .7-2.8 1.5l-1 .2h-.2c-1 .1-1.9-.6-2.1-1.6l-.1-.4-4.5-22.6c0-.1 0-.2 0-.4l-.4.1c-1.1.2-1.8 1.2-1.6 2.3l4.5 22.6.1.5c.2 1 1.1 1.7 2.1 1.5h.2l1-.2c.7-.8 1.7-1.3 2.8-1.5s2.2-.1 3.1.4l20.6-3.9c.9-.2 1.6-1 1.6-1.9z" fill="#966857"/><path d="m31.6 41.2 15.7-3 .4 2-15.7 3z" fill="#bec3d2"/><path d="m46.1 42.4 2-.4.4 2-2 .4z" fill="#bec3d2"/><path d="m32.4 45 11.8-2.3.4 2-11.8 2.3z" fill="#bec3d2"/><ellipse cx="32.9" cy="58.1" fill="#dce1eb" rx="2" ry="2"/><g fill="none" stroke="#404040" stroke-linejoin="round"><path d="m35.1 53.7 23.6-4.5c1.1-.2 2.2.6 2.4 1.8 0 1-.6 1.8-1.6 2l-21.6 4.1"/><path d="m29.2 54.8-3.9.8c-1.1.2-1.8 1.2-1.6 2.3s1.3 1.8 2.3 1.5l2-.4"/><path d="m55.7 49.8c1.1-.2 1.8-1.2 1.6-2.3l-4.6-23.1c-.2-1.1-1.3-1.8-2.3-1.5l-27.5 5.2c-1.1.2-1.8 1.2-1.6 2.3l4.6 23.1c.2 1.1 1.3 1.8 2.3 1.5"/><path d="m43.5 24.1 1.5 7.7-13.7 2.6-1.5-7.7"/><path d="m30.4 50.6 21.6-4.1-2.3-11.5-21.6 4z"/><path d="m47.5 39.3-15.7 3"/><path d="m48.3 43.2-2 .4"/><path d="m44.3 43.9-11.8 2.2"/><path d="m24 58h-3l-9-57h-7c-1.1 0-2 .9-2 2s.9 2 2 2h4l8 53h4"/><path d="m20 53h6"/><path d="m43 3v14c0 1.1-.9 2-2 2h-8v4l-4-4h-8c-1.1 0-2-.9-2-2v-14c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2z"/><path d="m27 14 8-8"/><path d="m27 7h2"/><path d="m33 13h2"/><ellipse cx="32.9" cy="58.1" rx="5" ry="4.9"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 3.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 77.94 73.68" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientTransform="matrix(-1 0 0 1 278.59 0)" gradientUnits="userSpaceOnUse" x1="253.22" x2="264.2" y1="24.57" y2="65.52"><stop offset="0" stop-color="#c7a58d"/><stop offset="1" stop-color="#b89882"/></linearGradient><linearGradient id="b" gradientTransform="matrix(-1 0 0 1 278.59 0)" gradientUnits="userSpaceOnUse" x1="223.88" x2="212.68" y1="33.32" y2="72.37"><stop offset="0" stop-color="#aa8c79"/><stop offset="1" stop-color="#9d8472"/></linearGradient><linearGradient id="c" x1="255.88" x2="262.69" xlink:href="#a" y1="13.47" y2="38.88"/><linearGradient id="d" x1="220.87" x2="212.77" xlink:href="#b" y1="22.77" y2="53.01"/><linearGradient id="e" gradientTransform="matrix(-1 0 0 1 278.59 0)" gradientUnits="userSpaceOnUse" x1="239.88" x2="239.88" y1="37.16" y2="27.02"><stop offset="0" stop-color="#bb9c85"/><stop offset="1" stop-color="#f2d3bb"/></linearGradient><linearGradient id="f" gradientTransform="matrix(-1 0 0 1 278.59 0)" gradientUnits="userSpaceOnUse" x1="259.31" x2="263.18" y1="36.21" y2="29.5"><stop offset="0" stop-color="#e9c4aa"/><stop offset=".34" stop-color="#aa8c79"/><stop offset="1" stop-color="#9d8472"/></linearGradient><linearGradient id="g" x1="240.2" x2="239.07" xlink:href="#e" y1="74.17" y2="9.38"/><g fill-rule="evenodd"><path d="m38.97 46.6-37.7 13.54 37.7 13.53 37.7-13.53z" fill="#8f8f8f"/><path d="m38.97 1.22-37.7 13.54 37.7 13.54 37.7-13.54z" fill="#edecec"/><path d="m1.27 60.02v-45.26l37.7 13.54v45.26z" fill="url(#a)"/><path d="m76.67 60.02v-45.26l-37.7 13.54v45.26z" fill="url(#b)"/><path d="m1.27 24.14v-9.38l37.73 13.54v9.38z" fill="#b89983"/><path d="m76.67 24.14v-9.38l-37.67 13.54v9.38z" fill="#9d816e"/><path d="m76.67 14.96v-.2l-37.7 13.54-37.7-13.54v.2l37.7 13.75z" fill="#fff"/><path d="m38.97 0-38.97 14 38.97 13.99 38.97-13.99z" fill="#e9c4aa"/><path d="m0 23.01v-9.01l38.97 13.99v9.01z" fill="url(#c)"/><path d="m77.94 23.01v-9.01l-38.97 13.99v9.01z" fill="url(#d)"/><path d="m38.45 27.8.52.19v9.01l-.52-.18z" fill="url(#e)"/><path d="m77.94 14.21v-.21l-38.97 13.99-38.97-13.99v.21l38.97 14.2z" fill="#f2d3bb"/><path d="m24.1 35.79-8.72-3.11a1.75 1.75 0 0 0 -2.38 1.86 4.38 4.38 0 0 0 2.42 3.81l8.72 3.11c1.33.47 2.42-.59 2.42-2.09a4 4 0 0 0 -2.46-3.58z" fill="url(#f)"/><path d="m24.1 35.79-8.72-3.11c-1.15-.5-2 .47-2 1.74a4 4 0 0 0 2.46 3.58l8.72 3.11c1.15.49 2-.48 2-1.75a4 4 0 0 0 -2.46-3.57z" fill="#5f5243"/><path d="m38.46 37.52.51.18v35.86l-.51-.18z" fill="url(#g)"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:#db5669}.b{fill:#f26674}.c{fill:#c4455e}.d{fill:#ffde76}.e{fill:#edebf2}</style></defs><path class="a" d="M45.93 26.39a3.2 3.2 0 0 0-.76 3.79 3.21 3.21 0 0 1-1.83 4.42 3.19 3.19 0 0 0-2.15 3v.39a3.21 3.21 0 0 1-3.4 3.2 3.19 3.19 0 0 0-3.21 2.14 3.2 3.2 0 0 1-4.42 1.83 3.2 3.2 0 0 0-3.79.76 3.2 3.2 0 0 1-4.78 0 3.2 3.2 0 0 0-3.79-.76 3.2 3.2 0 0 1-4.42-1.83 3.18 3.18 0 0 0-3.21-2.14 3.2 3.2 0 0 1-3.37-3.38 3.19 3.19 0 0 0-2.14-3.21 3.2 3.2 0 0 1-1.83-4.42 3.2 3.2 0 0 0-.76-3.79 3.2 3.2 0 0 1 0-4.78 3.2 3.2 0 0 0 .76-3.79 3.2 3.2 0 0 1 1.83-4.42 3.18 3.18 0 0 0 2.14-3.21 3.2 3.2 0 0 1 3.3-3.39h.29a3.19 3.19 0 0 0 3-2.15 3.21 3.21 0 0 1 4.42-1.83 3.2 3.2 0 0 0 3.79-.76 3.2 3.2 0 0 1 4.78 0 3.21 3.21 0 0 0 3.79.76 3.2 3.2 0 0 1 4.43 1.84 3.19 3.19 0 0 0 3 2.15h.39a3.21 3.21 0 0 1 3.2 3.4 3.19 3.19 0 0 0 2.14 3.21 3.19 3.19 0 0 1 2.15 3c0 1.29-.64 1.52-.64 2.79C44.85 21.68 47 21.53 47 24a3.19 3.19 0 0 1-1.07 2.39z"/><path class="b" d="M45.93 26.39a3.2 3.2 0 0 0-.76 3.79 3.12 3.12 0 0 1 .18 2.3c0 .1-.76 1.28-.82 1.38a3.08 3.08 0 0 1-1.19.74 3.19 3.19 0 0 0-2.15 3v.29C27.32 51.18 4 41.37 4 22a21.9 21.9 0 0 1 6.1-15.2 3.2 3.2 0 0 0 3.3-2.14c.38-1.13 1-1.39 2.11-2a2.89 2.89 0 0 1 .91-.14c1.29 0 1.52.64 2.79.64C21.68 3.15 21.53 1 24 1a3.19 3.19 0 0 1 2.39 1.07 3.21 3.21 0 0 0 3.79.76 3.2 3.2 0 0 1 4.42 1.83 3.18 3.18 0 0 0 3.21 2.14 3.2 3.2 0 0 1 3.39 3.39 3.19 3.19 0 0 0 2.14 3.21 3.2 3.2 0 0 1 1.83 4.42 3.2 3.2 0 0 0 .76 3.79 3.2 3.2 0 0 1 0 4.78z"/><path class="c" d="M41 24a17 17 0 0 1-17 17C8.17 41 1 21.21 13 11c10.87-9.18 28-1.64 28 13z"/><path class="a" d="M41 24a16.91 16.91 0 0 1-4 11 16.91 16.91 0 0 1-11 4C11.38 39 3.81 21.88 13 11c10.87-9.18 28-1.64 28 13z"/><path class="d" d="M31.77 16.23a11 11 0 0 0-15.54 0 1 1 0 0 1-1.42-1.42 13 13 0 0 1 18.38 0 1 1 0 0 1-1.42 1.42zM14.81 33.19a1 1 0 0 1 1.42-1.42 11 11 0 0 0 15.54 0 1 1 0 0 1 1.42 1.42 13 13 0 0 1-18.38 0z"/><path class="e" d="M13 21h2a1 1 0 0 0 0-2h-2a3 3 0 0 0 0 6 1 1 0 0 1 0 2h-2a1 1 0 0 0 0 2h2a3 3 0 0 0 0-6 1 1 0 0 1 0-2zm8.94-1.35a1 1 0 0 0-1.88 0l-3 8a1 1 0 0 0 1.88.7l.5-1.35h3.12l.5 1.35a1 1 0 0 0 1.88-.7zM20.19 25l.81-2.15.81 2.15zM30 27h-2v-7a1 1 0 0 0-2 0v8a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2zm7-2a1 1 0 0 0 0-2h-3v-2h3a1 1 0 0 0 0-2h-4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 0-2h-3v-2z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:#6fabe6}.b{fill:#82bcf4}.c{fill:#5b9ad8}.d{fill:#dad7e5}.e{fill:#edebf2}.f{fill:#db5669}.g{fill:#f26674}.h{fill:#ffde76}</style></defs><path class="a" d="M1 5H47V15H1z"/><path class="b" d="M47 5v8H7a4 4 0 0 1-4-4V5z"/><path class="c" d="M10 10a2 2 0 1 1-2.82-1.82A2 2 0 0 1 10 10zm4 2a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-2zm26 2a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-2zm-6 2a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm0-2z"/><path class="d" d="M1 15H47V47H1z"/><path class="e" d="M47 15v30H11a8 8 0 0 1-8-8V15z"/><path class="f" d="M25.72 19.76a2.32 2.32 0 0 0 2.42.65 2.32 2.32 0 0 1 3 1.71 2.29 2.29 0 0 0 1.77 1.77 2.32 2.32 0 0 1 1.71 3 2.33 2.33 0 0 0 .65 2.42 2.33 2.33 0 0 1 0 3.44 2.32 2.32 0 0 0-.65 2.42 2.32 2.32 0 0 1-1.71 3 2.29 2.29 0 0 0-1.77 1.77 2.32 2.32 0 0 1-3 1.71 2.33 2.33 0 0 0-2.42.65 2.33 2.33 0 0 1-3.44 0 2.32 2.32 0 0 0-2.42-.65 2.32 2.32 0 0 1-3-1.71 2.29 2.29 0 0 0-1.77-1.77 2.32 2.32 0 0 1-1.71-3 2.33 2.33 0 0 0-.65-2.42 2.33 2.33 0 0 1 0-3.44 2.32 2.32 0 0 0 .65-2.42 2.32 2.32 0 0 1 1.71-3 2.29 2.29 0 0 0 1.77-1.77 2.32 2.32 0 0 1 3-1.71 2.33 2.33 0 0 0 2.42-.65 2.33 2.33 0 0 1 3.44 0z"/><path class="g" d="M34.59 35.14a2.33 2.33 0 0 1-1.71 3 2.31 2.31 0 0 0-1.77 1.75c-10.14 4.77-20.74-5.84-16-16a2.31 2.31 0 0 0 1.75-1.77 2.33 2.33 0 0 1 2.26-1.82c.66 0 .79.22 1.41.22 1.78 0 1.72-1.52 3.47-1.52a2.34 2.34 0 0 1 1.72.76 2.33 2.33 0 0 0 2.42.65 2.33 2.33 0 0 1 3 1.71 2.3 2.3 0 0 0 1.77 1.77 2.33 2.33 0 0 1 1.82 2.26c0 .66-.22.79-.22 1.41C34.48 29.32 36 29.24 36 31c0 1.92-2.08 1.93-1.41 4.14z"/><path class="h" d="M19 37a1 1 0 0 1-.71-1.71l10-10a1 1 0 0 1 1.42 1.42C18.88 37.53 19.6 37 19 37z"/><path class="a" d="M9.82 10.82a2 2 0 0 1-2.64-2.64 2 2 0 0 1 2.64 2.64zm6 0a2 2 0 0 1-2.64-2.64 2 2 0 0 1 2.64 2.64zm20 0a2 2 0 0 1-2.64-2.64 2 2 0 0 1 2.64 2.64zm6 0a2 2 0 0 1-2.64-2.64 2 2 0 0 1 2.64 2.64z"/><path class="d" d="M7 9V1a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0zm6 0V1a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0zm26 0V1a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0zm-6 0V1a1 1 0 0 1 2 0v8a1 1 0 0 1-2 0z"/><path class="h" d="M21 30a3 3 0 1 0-3-3 3 3 0 0 0 3 3zm0-4a1 1 0 0 1 0 2 1 1 0 0 1 0-2zm6 6a3 3 0 1 0 3 3 3 3 0 0 0-3-3zm0 4a1 1 0 0 1 0-2 1 1 0 0 1 0 2z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
@@ -1 +0,0 @@
|
||||
<svg enable-background="new 0 0 64 64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m42 55h-39c-1.1 0-2-.9-2-2v-26c0-1.1.9-2 2-2h39z" fill="#ffd180"/><path d="m30.4 14.8-20.2-5.7c-.9-.3-1.9.2-2.2 1.1l-4.8 14.8h39.3l2-6.2z" fill="#f2b150"/><path d="m63 24.1-18.5-5.2-2 6.2h20.5z" fill="#d23b54"/><circle cx="27" cy="47" fill="#ff6161" r="1"/><circle cx="23" cy="41" fill="#ff6161" r="1"/><path d="m63 25h-21v30h21v-3l-2-3 2-3-2-3 2-3-2-3 2-3-2-3 2-3z" fill="#f17283"/><path d="m3 25c-1.1 0-2 .9-2 2v26c0 1.1.9 2 2 2h39v-7.3c-22.7-3.3-39-12.2-39-22.7z" fill="#f7b957"/><path d="m42 47.7v7.3h21v-3l-2-3c-6.4 0-12.7-.4-19-1.3z" fill="#d23b54"/><path d="m63 25h-2v3l-2 3 2 3-2 3 2 3-2 3 2 3-2 3 2 3v3h2v-3l-2-3 2-3-2-3 2-3-2-3 2-3-2-3 2-3z" fill="#d23b54"/><g fill="#2b2b37"><path d="m41.5 25h1v2h-1z"/><path d="m41.5 29h1v2h-1z"/><path d="m41.5 33h1v2h-1z"/><path d="m41.5 37h1v2h-1z"/><path d="m41.5 41h1v2h-1z"/><path d="m41.5 45h1v2h-1z"/><path d="m41.5 49h1v2h-1z"/><path d="m41.5 53h1v2h-1z"/></g><path d="m53.5 39h-3c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5h4.5c.6 0 1-.4 1-1s-.4-1-1-1h-2v-1c0-.6-.4-1-1-1s-1 .4-1 1v1h-.5c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5h3c1.4 0 2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5h-4.5c-.6 0-1 .4-1 1s.4 1 1 1h2v1c0 .6.4 1 1 1s1-.4 1-1v-1h.5c2.5 0 4.5-2 4.5-4.5s-2-4.5-4.5-4.5z" fill="#fbfbfb"/><path d="m29 27.5h-3c-.2 0-.4.2-.5.4l-.6 2.6h-15.9c-.1 0-.3.1-.4.2s-.1.3-.1.4l2 10c0 .2.3.4.5.4h13c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-14c-.3 0-.5.2-.5.5v.6c-.8.3-1.2 1.1-.9 1.9s1.1 1.2 1.9.9 1.2-1.1.9-1.9c-.2-.4-.5-.8-.9-.9v-.1h12v.1c-.8.3-1.2 1.1-.9 1.9s1.1 1.2 1.9.9 1.2-1.1.9-1.9c-.2-.4-.5-.8-.9-.9v-.1h.5c1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5h-.4l2.8-12h2.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-19 20c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm13 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-13.4-16h15.1l-.5 2h-12.2c-.3 0-.5.2-.5.5s.2.5.5.5h12l-.7 3h-11.3c-.3 0-.5.2-.5.5s.2.5.5.5h11.1l-.5 2h-11.2z" fill="#2b2b37"/><path d="m25 36c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8c0-.8.1-1.6.4-2.4.9-3.1 3.6-5.3 6.8-5.6z" fill="#2b2b37"/><circle cx="25" cy="44" fill="#ff6161" r="7"/><circle cx="27" cy="47" fill="#fbfbfb" r="1"/><circle cx="23" cy="41" fill="#fbfbfb" r="1"/><path d="m21 48.5c-.1 0-.3-.1-.4-.2-.2-.2-.2-.5 0-.7l8-8c.2-.2.5-.2.7 0s.2.5 0 .7l-8 8c0 .1-.2.2-.3.2z" fill="#fbfbfb"/><path d="m3.9 23-.6 2h9.7 12 1 16 .6l.6-2z" fill="#e69e2d"/><path d="m43.2 23-.6 2h20.4v-.9l-3.8-1.1z" fill="#c23b54"/><path d="m42.5 23.7.5-1.7 1 .3-.6 1.7z" fill="#222430"/><path d="m43.5 20.3.5-1.7 1 .3-.5 1.7z" fill="#222430"/><path d="m32.5 17.6-2.6-.8c-.2-.1-.4 0-.6.2l-1.2 2-14-4c-.1 0-.3 0-.4.1s-.2.2-.2.4l-1 9.5h1l.9-8.8 13.1 3.7-.9 1.4-10.7-3c-.3-.1-.6.1-.6.4-.1.3.1.6.4.6l10.4 3-1.2 1.8-10.1-2.6c-.3-.1-.6.1-.6.4-.1.3.1.6.4.6l9.4 2.5h1.6l4.3-7.1 2.3.6c.3.1.6-.1.6-.4s0-.5-.3-.5z" fill="#222430"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1,44 +0,0 @@
|
||||
/**
|
||||
* WooCommerce Smart Coupons JavaScript
|
||||
*
|
||||
* @package WooCommerce Smart Coupons/Assets/JS
|
||||
*/
|
||||
|
||||
jQuery(
|
||||
function(){
|
||||
tinymce.create(
|
||||
'tinymce.plugins.smart_coupons_shortcode_plugin',
|
||||
{
|
||||
init : function(ed, url) {
|
||||
var assetsUrl = url.substr( 0, url.lastIndexOf( "/js" ) );
|
||||
// Register command for when button is clicked.
|
||||
ed.addCommand(
|
||||
'smart_coupons_insert_shortcode',
|
||||
function() {
|
||||
|
||||
ed.windowManager.open(
|
||||
{
|
||||
id : 'sc_coupons_attributes',
|
||||
width : "auto",
|
||||
height : "auto",
|
||||
wpDialog : true
|
||||
},
|
||||
{
|
||||
plugin_url : url // Plugin absolute URL.
|
||||
}
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
// Register buttons - trigger above command when clicked.
|
||||
ed.addButton( 'sc_shortcode_button', {title : 'Insert Smart Coupons shortcode', cmd : 'smart_coupons_insert_shortcode', classes: 'smart-coupon-shortcode btn' } );
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
// Register our TinyMCE plugin.
|
||||
// first parameter is the button ID1.
|
||||
// second parameter must match the first parameter of the tinymce.create() function above.
|
||||
tinymce.PluginManager.add( 'sc_shortcode_button', tinymce.plugins.smart_coupons_shortcode_plugin );
|
||||
}
|
||||
);
|
||||