Refactor and remove files for single system.

This commit is contained in:
mustafa-rezae 2025-05-20 15:52:25 +03:30
parent 08843804bd
commit f7a07092bd
1363 changed files with 574 additions and 257017 deletions

View File

@ -1,669 +0,0 @@
@import "../../common/scss/mixin";
@import "../../common/scss/placeholder";
.auth-page {
ul {
list-style: none;
padding: 0;
margin:0;
}
/*******SIGN UP PAGE START*******/
.m-sign-up-page {
min-height: 100dvh;
display: flex;
flex-direction: column;
justify-content: center;
}
.m-sign-up--tabs {
height: 380px;
display: block;
.m-sign-up__form-row {
margin-bottom: 16px;
}
}
.all-inputs{
height:250px;
overflow:auto;
scrollbar-width:none;
padding-left:1em;
}
.logo-header {
display: flex;
margin-bottom: auto;
padding-top: 35px;
padding-bottom: 35px;
padding-right: 25px;
padding-left: 25px;
&__logo {
margin-left: auto;
a {
display: flex;
}
img {
transition: all 0.5s ease-in;
&:hover {
filter: drop-shadow(0 0 3px rgba(var(--color-1), 0.2));
}
}
}
}
.m-sign-up {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 320px;
flex: 1;
margin-right: auto;
margin-left: auto;
&__title {
font-size: 24px;
margin-bottom: 12px;
color: var(--color-1);
}
&__text {
font-size: 14px;
color: var(--color-2);
margin-bottom: 38px;
}
&__form {
width: 100%;
&-inputs{
min-height: 25em;
overflow-y: auto;
padding-left: 1em;
}
form {
}
}
&__form-row {
margin-bottom: 24px;
.select2-container--default {
@extend %simple-input;
padding-right: 23px;
padding-left: 23px;
border-radius: 10px;
width: 100%;
display: flex;
}
.select2-container--default .select2-selection--single {
@extend %simple-input;
padding-right: 23px;
border-radius: 10px;
width: 100%;
display: flex;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
margin-left: 23px;
height: 100%;
transition: all 0.5s ease;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #f1f1f1;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: var(--color-1);
transition: all 0.5s ease-in-out;
}
}
&__number {
position: relative;
input {
@extend %simple-input;
font-size: 18px;
padding-right: 23px;
border-radius: 10px;
padding-left: 78px;
padding-right: 23px;
text-align: left;
// &::placeholder {
// color: #d4dce3;
// text-align: left;
// direction: ltr;
// }
&:focus {
border-color: var(--color-1);
}
}
span {
padding-left: 25px;
position: absolute;
left: 2px;
top: 2px;
height: calc(100% - 4px);
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
direction: ltr;
font-size: 18px;
}
}
&__simple-input {
position: relative;
input {
@extend %simple-input;
text-align: center;
}
}
&__text-number {
font-size: 20px;
color: var(--color-2);
margin-bottom: 16px;
}
&__button-container {
display: flex;
align-items: center;
justify-content: space-between;
button {
@extend %simple-btn;
}
a {
font-size: 16px;
color: #bcc9d2;
&:hover {
color: var(--color-1);
}
}
}
}
.footer {
margin-top: auto;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 25px;
padding-left: 25px;
position: fixed;
left: 1em;
bottom: 1em;
width: 500px;
&__text {
font-size: 14px;
color: var(--color-2);
a {
color: var(--color-1);
&:hover {
color: #006da0;
}
}
}
&__meta {
display: flex;
align-items: center;
justify-content: flex-end;
}
&__version {
font-size: 13px;
color: #92a2b2;
font-weight: 300;
margin-left: auto;
line-height: 0.5;
text-align: right;
}
&__social-media {
ul {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
}
li {
&:not(:last-child) {
margin-left: 18px;
}
}
a {
display: flex;
justify-content: center;
align-items: center;
}
i {
font-size: 24px;
background: -webkit-linear-gradient(#a9bdc4 0%, #c6cfda 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&:hover {
color: var(--color-1);
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
}
}
&__website {
font-size: 14px;
color: var(--color-1);
margin-right: 20px;
}
}
.select2-results__option--selectable {
transition: all 0.5s ease-in-out;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f1f1f1;
}
.select2-results__option--selected {
background-color: #fafafa !important;
color: var(--color-2) !important;
}
.select2-results__option--highlighted {
color: var(--color-2) !important;
background-color: #fafafa !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #f1f1f1;
}
.select2-dropdown {
border-color: #dbdbdb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: unset;
display: flex;
justify-content: center;
align-items: center;
&::before {
font-family: "niafam" !important;
speak: unset;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
content: "\e946";
display: flex;
justify-content: center;
align-items: center;
}
}
.error-text {
color: var(--color-3) !important;
margin-top: 5px;
display: block;
font-size: 14px !important;
right: 0;
bottom: 0;
position: absolute;
top: 50px;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.error-input {
position: relative;
input {
border-color: var(--color-3) !important;
}
.error-text {
opacity: 1;
}
}
/*******SIGN UP PAGE END*******/
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
content: "\e905";
font-size: 5px;
}
.logo-header {
padding-top: 25px;
padding-right: 70px;
padding-bottom: 0;
}
.o-signupp-differ-mb {
margin-bottom: 28px;
}
.o-signupp-differ-mb2 {
margin-bottom: 24px;
}
.elem {
&__filter {
position: relative;
.filter-selected {
height: 40px;
border-radius: 10px;
display: flex;
align-items: center;
width: 100%;
border: 1px solid #f1f1f1;
padding-right: 24px;
padding-left: 7px;
font-size: 14px;
justify-content: space-between;
cursor: pointer;
transition: all 0.3s ease-in-out;
i {
font-size: 26px;
color: #1b2733;
}
&:hover {
border-color: #92a2b2;
}
}
.filter-items {
z-index: 26;
width: 100%;
position: absolute;
left: 0;
top: calc(100% + 16px);
padding: 11px 17px;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
transform: translateY(50px);
display: flex;
flex-direction: column;
background-color: white;
border-radius: 10px;
border: 1px solid #bac4ce;
box-shadow: 0 0;
ul {
list-style: none;
display: flex;
flex-direction: column;
}
li {
}
a {
padding-top: 9px;
padding-bottom: 9px;
display: flex;
font-size: 14px;
color: #1b2733;
&:hover {
color: var(--color-1);
}
}
}
.show {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
}
&__back {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
visibility: hidden;
opacity: 0;
&.show {
opacity: 1;
visibility: visible;
}
}
&__sample {
&:hover {
background-color: unset !important;
}
span {
display: flex;
width: 56px;
height: 4px;
background: linear-gradient(90deg, #f1f1f1 0%, #dbe2e9 100%);
background-size: 300% 300%;
animation: loading 2s infinite;
}
@keyframes loading {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
}
&__btn {
padding-right: 17px;
padding-left: 17px;
border-radius: 20px;
border: 2px solid #00b6e3;
display: flex;
align-items: center;
justify-content: center;
height: 32px;
font-size: 14px;
font-weight: normal;
max-width: max-content;
color: #00b6e3;
&:hover {
color: white !important;
background-color: #00b6e3;
}
}
&__placeholder-gray {
// &::placeholder {
// color: #bac4ce;
// font-size: 16px;
// }
}
&__google {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #F1F1F1;
a {
display: flex;
align-items: center;
justify-content: space-between;
height: 48px;
width: 100%;
background-color: #F7FAFE;
border: 1px solid #D4DCE3;
border-radius: 10px;
padding-right: 24px;
padding-left: 24px;
font-size: 16px;
&:hover {
border-color: var(--color-1);
}
}
}
}
.flex {
&__center {
display: flex;
justify-content: center !important;
align-items: center !important;
}
}
.text {
&__small {
font-size: 12px;
font-weight: normal;
font-weight: normal;
}
&__title {
font-size: 14px;
color: #444444;
font-weight: 400;
}
&__detail {
font-size: 13px;
color: #444444;
font-weight: normal;
}
&__gray {
color: #92a2b2 !important;
}
&__blue {
color: var(--color-1) !important;
}
&__center {
text-align: center;
}
}
.m-sign-up {
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 0;
}
&__btn-container {
display: flex;
align-items:center;
button {
@extend %simple-btn;
}
.m-sign-up__text {
display: flex;
padding-top: 10px;
margin-bottom: 0;
&:hover {
color: var(--color-1) !important;
}
}
}
&__header {
margin-bottom: 30px;
ul {
display: flex;
align-items: center;
border: unset;
border-bottom: 1px solid #F1F1F1;
}
li {
width: 50%;
border: unset !important;
}
a.m-nav-link {
border: unset !important;
height: 35px !important;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 0;
color: #92A2B2;
font-size: 16px;
&.active {
color: var(--color-1);
border-bottom: 1px solid #00b6e3 !important;
}
}
}
}
.footer__app {
margin-right: 19px;
font-size: 14px;
}
.footer__social-media i {
font-size: 20px;
}
@media (max-width: 991.98px) {
.m-sign-up, .select2-container {
max-width: 100%;
}
.footer__version {
margin-left: 0;
}
}
}

View File

@ -1,665 +0,0 @@
@import "../common/scss/mixin";
@import "../common/scss/placeholder";
.auth-page {
ul {
list-style: none;
padding: 0;
margin:0;
}
/*******SIGN UP PAGE START*******/
.sign-up-page {
min-height: 100dvh;
display: flex;
flex-direction: column;
justify-content: center;
}
.logo-header {
display: flex;
margin-bottom: auto;
padding-top: 35px;
padding-bottom: 35px;
padding-right: 25px;
padding-left: 25px;
&__logo {
margin-left: auto;
display: flex;
justify-content: center;
align-items: center;
a {
display: flex;
}
img {
transition: all 0.5s ease-in;
object-fit: contain;
max-width: 100%;
height: 9.5em;
&:hover {
filter: drop-shadow(0 0 3px rgba(var(--color-1), 0.2));
}
}
}
}
.sign-up {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 320px;
flex: 1;
margin-right: auto;
margin-left: auto;
&__title {
font-size: 24px;
margin-bottom: 12px;
color: var(--color-1);
}
&__text {
font-size: 14px;
color: var(--color-2);
margin-bottom: 38px;
}
&__form {
width: 100%;
&-inputs{
min-height: 25em;
overflow-y: auto;
padding-left: 1em;
}
form {
}
}
&__form-row {
margin-bottom: 24px;
.select2-container--default {
@extend %simple-input;
padding-right: 23px;
padding-left: 23px;
border-radius: 10px;
width: 100%;
display: flex;
}
.select2-container--default .select2-selection--single {
@extend %simple-input;
padding-right: 23px;
border-radius: 10px;
width: 100%;
display: flex;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
margin-left: 23px;
height: 100%;
transition: all 0.5s ease;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #f1f1f1;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: var(--color-1);
transition: all 0.5s ease-in-out;
}
}
button {
@extend %simple-btn;
}
&__number {
position: relative;
input {
@extend %simple-input;
font-size: 18px;
padding-right: 23px;
border-radius: 10px;
padding-left: 78px;
padding-right: 23px;
text-align: left;
// &::placeholder {
// color: #d4dce3;
// text-align: left;
// direction: ltr;
// }
&:focus {
border-color: var(--color-1);
}
}
span {
padding-left: 25px;
position: absolute;
left: 2px;
top: 2px;
height: calc(100% - 4px);
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
direction: ltr;
font-size: 18px;
}
}
&__simple-input {
position: relative;
input {
@extend %simple-input;
text-align: center;
}
}
&__text-number {
font-size: 20px;
color: var(--color-2);
margin-bottom: 16px;
}
&__button-container {
display: flex;
align-items: center;
justify-content: space-between;
a {
font-size: 16px;
color: #bcc9d2;
&:hover {
color: var(--color-1);
}
}
}
}
.footer {
margin-top: auto;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 25px;
padding-left: 25px;
position: fixed;
left: 1em;
bottom: 1em;
width: 500px;
&__text {
font-size: 14px;
color: var(--color-2);
a {
color: var(--color-1);
&:hover {
color: #006da0;
}
}
}
&__meta {
display: flex;
align-items: center;
justify-content: flex-end;
}
&__version {
font-size: 13px;
color: #92a2b2;
font-weight: 300;
margin-left: auto;
line-height: 0.5;
text-align: right;
}
&__social-media {
ul {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
}
li {
&:not(:last-child) {
margin-left: 18px;
}
}
a {
display: flex;
justify-content: center;
align-items: center;
}
i {
font-size: 24px;
background: -webkit-linear-gradient(#a9bdc4 0%, #c6cfda 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&:hover {
color: var(--color-1);
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
}
}
&__website {
font-size: 14px;
color: var(--color-1);
margin-right: 20px;
}
}
.select2-results__option--selectable {
transition: all 0.5s ease-in-out;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f1f1f1;
}
.select2-results__option--selected {
background-color: #fafafa !important;
color: var(--color-2) !important;
}
.select2-results__option--highlighted {
color: var(--color-2) !important;
background-color: #fafafa !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #f1f1f1;
}
.select2-dropdown {
border-color: #dbdbdb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: unset;
display: flex;
justify-content: center;
align-items: center;
&::before {
font-family: "niafam" !important;
speak: unset;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
content: "\e946";
display: flex;
justify-content: center;
align-items: center;
}
}
.error-text {
color: var(--color-3) !important;
margin-top: 5px;
display: block;
font-size: 14px !important;
right: 0;
bottom: 0;
position: absolute;
top: 50px;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.error-input {
position: relative;
input {
border-color: var(--color-3) !important;
}
.error-text {
opacity: 1;
}
}
/*******SIGN UP PAGE END*******/
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
content: "\e905";
font-size: 5px;
}
.logo-header {
padding-top: 25px;
padding-right: 70px;
padding-bottom: 0;
}
.o-signupp-differ-mb {
margin-bottom: 28px;
}
.o-signupp-differ-mb2 {
margin-bottom: 24px;
}
.elem {
&__filter {
position: relative;
.filter-selected {
height: 40px;
border-radius: 10px;
display: flex;
align-items: center;
width: 100%;
border: 1px solid #f1f1f1;
padding-right: 24px;
padding-left: 7px;
font-size: 14px;
justify-content: space-between;
cursor: pointer;
transition: all 0.3s ease-in-out;
i {
font-size: 26px;
color: #1b2733;
}
&:hover {
border-color: #92a2b2;
}
}
.filter-items {
z-index: 26;
width: 100%;
position: absolute;
left: 0;
top: calc(100% + 16px);
padding: 11px 17px;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
transform: translateY(50px);
display: flex;
flex-direction: column;
background-color: white;
border-radius: 10px;
border: 1px solid #bac4ce;
box-shadow: 0 0;
ul {
list-style: none;
display: flex;
flex-direction: column;
}
li {
}
a {
padding-top: 9px;
padding-bottom: 9px;
display: flex;
font-size: 14px;
color: #1b2733;
&:hover {
color: var(--color-1);
}
}
}
.show {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
}
&__back {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
visibility: hidden;
opacity: 0;
&.show {
opacity: 1;
visibility: visible;
}
}
&__sample {
&:hover {
background-color: unset !important;
}
span {
display: flex;
width: 56px;
height: 4px;
background: linear-gradient(90deg, #f1f1f1 0%, #dbe2e9 100%);
background-size: 300% 300%;
animation: loading 2s infinite;
}
@keyframes loading {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
}
&__btn {
padding-right: 17px;
padding-left: 17px;
border-radius: 20px;
border: 2px solid #00b6e3;
display: flex;
align-items: center;
justify-content: center;
height: 32px;
font-size: 14px;
font-weight: normal;
max-width: max-content;
color: #00b6e3;
&:hover {
color: white !important;
background-color: #00b6e3;
}
}
&__placeholder-gray {
// &::placeholder {
// color: #bac4ce;
// font-size: 16px;
// }
}
&__google {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #F1F1F1;
a {
display: flex;
align-items: center;
justify-content: space-between;
height: 48px;
width: 100%;
background-color: #F7FAFE;
border: 1px solid #D4DCE3;
border-radius: 10px;
padding-right: 24px;
padding-left: 24px;
font-size: 16px;
&:hover {
border-color: var(--color-1);
}
}
}
}
.flex {
&__center {
display: flex;
justify-content: center !important;
align-items: center !important;
}
}
.text {
&__small {
font-size: 12px;
font-weight: normal;
font-weight: normal;
}
&__title {
font-size: 14px;
color: #444444;
font-weight: 400;
}
&__detail {
font-size: 13px;
color: #444444;
font-weight: normal;
}
&__gray {
color: #92a2b2 !important;
}
&__blue {
color: var(--color-1) !important;
}
&__center {
text-align: center;
}
}
.sign-up {
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 0;
}
&__btn-container {
display: flex;
align-items: flex-start;
.sign-up__text {
display: flex;
padding-top: 5px;
margin-bottom: 0;
&:hover {
color: var(--color-1) !important;
}
}
}
&__header {
margin-bottom: 20px;
ul {
display: flex;
align-items: center;
border: unset;
border-bottom: 1px solid #F1F1F1;
}
li {
width: 50%;
border: unset !important;
}
a.nav-link {
border: unset !important;
height: 35px !important;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 0;
color: #92A2B2;
font-size: 16px;
&.active {
color: var(--color-1);
border-bottom: 1px solid #00b6e3 !important;
}
}
}
}
.footer__app {
margin-right: 19px;
font-size: 14px;
}
.footer__social-media i {
font-size: 20px;
}
.sign-up--tabs {
height: 370px;
display: block;
.sign-up__form-row {
margin-bottom: 16px;
}
}
@media (max-width: 991.98px) {
.sign-up, .select2-container {
max-width: 100%;
}
.footer__version {
margin-left: 0;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +0,0 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.

View File

@ -1,152 +0,0 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}

View File

@ -1,30 +0,0 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 266 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,265 +0,0 @@
$icomoon-font-family: "tavasi" !default;
$icomoon-font-path: "../fonts/tavasi/fonts" !default;
$tavasi-contact: "\e9f4";
$tavasi-store: "\e9f5";
$tavasi-label: "\e9f2";
$tavasi-admin: "\e9f8";
$tavasi-unlock: "\ea0b";
$tavasi-unread: "\e9f7";
$tavasi-title: "\e9f9";
$tavasi-terminology: "\e9fa";
$tavasi-reset-form: "\e9fb";
$tavasi-rename: "\e9fc";
$tavasi-permission-system: "\e9fd";
$tavasi-my-messages: "\e9fe";
$tavasi-most-repeat-2: "\ea01";
$tavasi-most-repeat: "\ea02";
$tavasi-lock: "\ea03";
$tavasi-lastest: "\ea04";
$tavasi-home: "\ea05";
$tavasi-excel-file-2: "\ea00";
$tavasi-at-sign: "\e9ff";
$tavasi-lobby: "\e9f1";
$tavasi-dots-9: "\e9f0";
$tavasi-message-unread-path1: "\e9e7";
$tavasi-message-unread-path2: "\e9e8";
$tavasi-message-unread-path3: "\e9e9";
$tavasi-message-unread-path4: "\e9ea";
$tavasi-message-unread-path5: "\e9eb";
$tavasi-message-unread-path6: "\e9ec";
$tavasi-personal: "\e9ed";
$tavasi-channel: "\e9ee";
$tavasi-groups: "\e9ef";
$tavasi-copy2: "\e9e5";
$tavasi-copy: "\e9e6";
$tavasi-reply: "\e9e4";
$tavasi-cloud-upload: "\e9e3";
$tavasi-pdf-file: "\e9cd";
$tavasi-doc-file: "\e9ce";
$tavasi-docx-file: "\e9cf";
$tavasi-ae-file: "\e9d0";
$tavasi-ai-file: "\e9d1";
$tavasi-wav-file: "\e9d2";
$tavasi-avi-file: "\e9d3";
$tavasi-txt-file: "\e9d4";
$tavasi-excel-file: "\e9d5";
$tavasi-psd-file: "\e9d6";
$tavasi-csv-file: "\e9d7";
$tavasi-css-file: "\e9d8";
$tavasi-word-file: "\e9d9";
$tavasi-mp3-file: "\e9da";
$tavasi-ppt-file: "\e9db";
$tavasi-eps-file: "\e9dc";
$tavasi-jpg-file: "\e9dd";
$tavasi-mov-file: "\e9de";
$tavasi-png-file: "\e9df";
$tavasi-rar-file: "\e9e0";
$tavasi-other-file: "\e9e1";
$tavasi-zip-file: "\e9e2";
$tavasi-chevron-sort: "\e9c8";
$tavasi-chevron-sort-asce-path1: "\e9c9";
$tavasi-chevron-sort-asce-path2: "\e9ca";
$tavasi-chevron-sort-desc-path1: "\e9cb";
$tavasi-chevron-sort-desc-path2: "\e9cc";
$tavasi-asce: "\e9c5";
$tavasi-desc: "\e9c6";
$tavasi-sort: "\e9c7";
$tavasi-warning-circle: "\e9c0";
$tavasi-warning-triangle: "\e9c1";
$tavasi-success: "\e9c2";
$tavasi-error: "\e9c3";
$tavasi-question: "\e9c4";
$tavasi-info: "\e9be";
$tavasi-layout-sections: "\e94b";
$tavasi-projects: "\e94c";
$tavasi-panel-sectioned: "\e97b";
$tavasi-user-name: "\e985";
$tavasi-user-role: "\e99d";
$tavasi-access: "\e99e";
$tavasi-portal-roles: "\e99f";
$tavasi-Component-195--1: "\e94a";
$tavasi-reports: "\e900";
$tavasi-settings: "\e901";
$tavasi-arrow-bar-left: "\e902";
$tavasi-checked-path1: "\e903";
$tavasi-checked-path2: "\e904";
$tavasi-checked-path3: "\e905";
$tavasi-collapse-all: "\e906";
$tavasi-Component-67--1-path1: "\e907";
$tavasi-Component-67--1-path2: "\e908";
$tavasi-doc-outline: "\e909";
$tavasi-download: "\e90a";
$tavasi-expand-all: "\e90b";
$tavasi-eye: "\e90c";
$tavasi-fit-to-height: "\e90d";
$tavasi-ico-2-path1: "\e90e";
$tavasi-ico-2-path2: "\e90f";
$tavasi-ico-2-path3: "\e910";
$tavasi-ico-2-path4: "\e911";
$tavasi-ico-2-path5: "\e912";
$tavasi-ico-2-path6: "\e913";
$tavasi-ico-2-path7: "\e914";
$tavasi-ico-2-path8: "\e915";
$tavasi-ico-2-path9: "\e916";
$tavasi-ico-2-path10: "\e917";
$tavasi-ico-2-path11: "\e918";
$tavasi-ico-2-path12: "\e919";
$tavasi-ico-2-path13: "\e91a";
$tavasi-ico-2-path14: "\e91b";
$tavasi-ico-2-path15: "\e91c";
$tavasi-ico-2-path16: "\e91d";
$tavasi-ico-2-path17: "\e91e";
$tavasi-ico-2-path18: "\e91f";
$tavasi-ico-2-path19: "\e920";
$tavasi-ico-2-path20: "\e921";
$tavasi-ico-2-path21: "\e922";
$tavasi-list-view: "\e923";
$tavasi-menu: "\e924";
$tavasi-more-vert: "\e925";
$tavasi-mountain-fill: "\e926";
$tavasi-replace: "\e927";
$tavasi-replace-all: "\e928";
$tavasi-rotate-left: "\e929";
$tavasi-table-view: "\e92a";
$tavasi-thumbnails: "\e92b";
$tavasi-unchecked-path1: "\e92c";
$tavasi-unchecked-path2: "\e92d";
$tavasi-whole-word: "\e92e";
$tavasi-word-path1: "\e92f";
$tavasi-word-path2: "\e930";
$tavasi-word-path3: "\e931";
$tavasi-word-path4: "\e932";
$tavasi-word-path5: "\e933";
$tavasi-word-path6: "\e934";
$tavasi-word-path7: "\e935";
$tavasi-word-path8: "\e936";
$tavasi-word-path9: "\e937";
$tavasi-add-folder-path1: "\e938";
$tavasi-add-folder-path2: "\e939";
$tavasi-add-folder-path3: "\e93a";
$tavasi-add-folder-path4: "\e93b";
$tavasi-add-folder-path5: "\e93c";
$tavasi-add-folder-path6: "\e93d";
$tavasi-add-folder-path7: "\e93e";
$tavasi-add-folder-path8: "\e93f";
$tavasi-Component-21--1: "\e940";
$tavasi-Component-22--1: "\e941";
$tavasi-Component-25--1: "\e942";
$tavasi-Component-29--2: "\e943";
$tavasi-Component-41---2-path1: "\e944";
$tavasi-Component-41---2-path2: "\e945";
$tavasi-Component-41---2-path3: "\e946";
$tavasi-Component-68--1: "\e947";
$tavasi-Component-69--1: "\e948";
$tavasi-Component-71--1: "\e949";
$tavasi-Component-78--9---2: "\e94d";
$tavasi-Component-81--1: "\e94e";
$tavasi-Component-83--1: "\e94f";
$tavasi-Component-83--3: "\e950";
$tavasi-Component-84--1: "\e951";
$tavasi-Component-85--1-path1: "\e952";
$tavasi-Component-85--1-path2: "\e953";
$tavasi-Component-87--1: "\e954";
$tavasi-Component-88--1: "\e955";
$tavasi-Component-90--1: "\e956";
$tavasi-Component-90--2: "\e957";
$tavasi-Component-90--3---2: "\e958";
$tavasi-Component-91--1-path1: "\e959";
$tavasi-Component-91--1-path2: "\e95a";
$tavasi-Component-91--1-path3: "\e95b";
$tavasi-Component-91--1-path4: "\e95c";
$tavasi-Component-104--1: "\e95d";
$tavasi-Component-105--1: "\e95e";
$tavasi-Component-106--1: "\e95f";
$tavasi-Component-107--1: "\e960";
$tavasi-Component-108--1: "\e961";
$tavasi-Component-109--1: "\e962";
$tavasi-Component-110--1: "\e963";
$tavasi-Component-112--1: "\e964";
$tavasi-Component-114--2: "\e965";
$tavasi-Component-116--1: "\e966";
$tavasi-Component-129--1-path1: "\e967";
$tavasi-Component-129--1-path2: "\e968";
$tavasi-Component-129--1-path3: "\e969";
$tavasi-Component-129--1-path4: "\e96a";
$tavasi-Component-130--2-path1: "\e96b";
$tavasi-Component-130--2-path2: "\e96c";
$tavasi-Component-132--1: "\e96d";
$tavasi-Component-133--1: "\e96e";
$tavasi-Component-138--2: "\e96f";
$tavasi-Component-142--2-path1: "\e970";
$tavasi-Component-142--2-path2: "\e971";
$tavasi-Component-142--2-path3: "\e972";
$tavasi-Component-144--1: "\e973";
$tavasi-Component-145--1: "\e974";
$tavasi-Component-149--1: "\e975";
$tavasi-Component-149--3: "\e976";
$tavasi-Component-154--22: "\e977";
$tavasi-Component-158--5: "\e978";
$tavasi-Component-159--1: "\e979";
$tavasi-Component-160--1: "\e97a";
$tavasi-Component-188--1-path1: "\e97c";
$tavasi-Component-188--1-path2: "\e97d";
$tavasi-Component-188--1-path3: "\e97e";
$tavasi-Component-188--1-path4: "\e97f";
$tavasi-Component-190--1: "\e980";
$tavasi-Component-190--6: "\e981";
$tavasi-Component-190--7: "\e982";
$tavasi-Component-192--1: "\e983";
$tavasi-Component-192--2: "\e984";
$tavasi-Component-198--1: "\e986";
$tavasi-Component-212--1-path1: "\e987";
$tavasi-Component-212--1-path2: "\e988";
$tavasi-Component-212--1-path3: "\e989";
$tavasi-Component-213--1: "\e98a";
$tavasi-Component-220--1-path1: "\e98b";
$tavasi-Component-220--1-path2: "\e98c";
$tavasi-Component-220--1-path3: "\e98d";
$tavasi-Component-221--1-path1: "\e98e";
$tavasi-Component-221--1-path2: "\e98f";
$tavasi-Component-221--1-path3: "\e990";
$tavasi-Component-222--1-path1: "\e991";
$tavasi-Component-222--1-path2: "\e992";
$tavasi-Component-222--1-path3: "\e993";
$tavasi-Component-233--1: "\e994";
$tavasi-Component-235--1: "\e995";
$tavasi-Component-236--1: "\e996";
$tavasi-Component-237--1: "\e997";
$tavasi-Component-240--1: "\e998";
$tavasi-Component-241--1: "\e999";
$tavasi-Component-242--1: "\e99a";
$tavasi-Component-247--1: "\e99b";
$tavasi-Component-251--1: "\e99c";
$tavasi-Component-257--1: "\e9a0";
$tavasi-Component-259--1: "\e9a1";
$tavasi-Component-260--9-path1: "\e9a2";
$tavasi-Component-260--9-path2: "\e9a3";
$tavasi-Component-260--9-path3: "\e9a4";
$tavasi-Component-260--9-path4: "\e9a5";
$tavasi-Component-260--9-path5: "\e9a6";
$tavasi-Component-260--9-path6: "\e9a7";
$tavasi-Component-270--1: "\e9a8";
$tavasi-Component-281--1: "\e9a9";
$tavasi-Component-285--2: "\e9aa";
$tavasi-Component-294--1: "\e9ab";
$tavasi-Component-295--1: "\e9ac";
$tavasi-Component-305--1: "\e9ad";
$tavasi-Component-307--1: "\e9ae";
$tavasi-Component-356--1: "\e9af";
$tavasi-Component-358--1: "\e9b0";
$tavasi-Component-359--1: "\e9b1";
$tavasi-Component-360--2-path1: "\e9b2";
$tavasi-Component-360--2-path2: "\e9b3";
$tavasi-Component-361--1: "\e9b4";
$tavasi-Component-363--1-path1: "\e9b5";
$tavasi-Component-363--1-path2: "\e9b6";
$tavasi-Component-363--1-path3: "\e9b7";
$tavasi-Component-363--1-path4: "\e9b8";
$tavasi-Group-7403: "\e9b9";
$tavasi-Group-7404: "\e9ba";
$tavasi-Group-7405: "\e9bb";
$tavasi-Group-7406: "\e9bc";
$tavasi-Group-7932: "\e9bd";
$tavasi-Home-2: "\e9bf";

View File

@ -1,11 +0,0 @@
<svg id="Component_359_2" data-name="Component 359 2" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<g id="Symbol_165_491" data-name="Symbol 165 491">
<path id="Path_5247" data-name="Path 5247" d="M0,0H24V24H0Z" fill="none"/>
</g>
<g id="Ellipse_362" data-name="Ellipse 362" transform="translate(5 5)" fill="none" stroke="#a7a098" stroke-width="1">
<circle cx="7" cy="7" r="7" stroke="none"/>
<circle cx="7" cy="7" r="6.5" fill="none"/>
</g>
<line id="Line_571" data-name="Line 571" x1="3.863" y1="1.469" transform="translate(11.807 12.311)" fill="none" stroke="#a7a098" stroke-linecap="round" stroke-width="1"/>
<line id="Line_572" data-name="Line 572" y2="3.086" transform="translate(11.805 9.219)" fill="none" stroke="#a7a098" stroke-linecap="round" stroke-width="1"/>
</svg>

Before

Width:  |  Height:  |  Size: 844 B

View File

@ -1,6 +0,0 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>Component-236--1</title>
<path fill="#fff"
d="M23.095 27.887c-0 0-0 0-0.001 0-0.217 0-0.419-0.067-0.586-0.181l0.004 0.002-6.589-4.469-3.532 2.545c-0.168 0.122-0.379 0.196-0.606 0.196-0.479 0-0.882-0.325-1.001-0.766l-0.002-0.007-1.775-6.728-6.34-2.428c-0.394-0.153-0.668-0.529-0.668-0.969 0-0.435 0.268-0.807 0.647-0.962l0.007-0.002 24.108-9.593c0.1-0.044 0.216-0.072 0.338-0.080l0.003-0c0.019-0.001 0.041-0.002 0.063-0.002s0.044 0.001 0.066 0.002l-0.003-0c0.261 0.015 0.494 0.125 0.667 0.295l-0-0c0.019 0.019 0.037 0.039 0.055 0.059 0.143 0.163 0.236 0.372 0.253 0.603l0 0.003c0.002 0.025 0.003 0.054 0.003 0.083s-0.001 0.058-0.003 0.086l0-0.004c-0.004 0.045-0.010 0.086-0.018 0.125l0.001-0.007-4.071 21.356c-0.095 0.483-0.515 0.843-1.019 0.843v0zM16.503 21.117l5.867 3.981 3.167-16.613-11.433 11.011 2.373 1.609zM11.617 20.232l0.783 2.984 1.693-1.219-2.215-1.503c-0.103-0.070-0.189-0.155-0.259-0.253l-0.002-0.003zM5.891 15.067l4.353 1.664c0.31 0.121 0.544 0.379 0.63 0.697l0.002 0.007 0.552 2.092c0.027-0.253 0.141-0.475 0.312-0.64l0-0 10.897-10.485z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,6 +0,0 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>Component-85--1</title>
<path fill="#000" d="M14.687 28.667v-2.733c-2.232-0.136-4.253-0.942-5.89-2.218l0.024 0.018c-2.196-1.997-3.569-4.865-3.569-8.054 0-0.060 0-0.119 0.001-0.179l-0 0.009c0.020-0.721 0.609-1.298 1.333-1.298 0.737 0 1.334 0.597 1.334 1.334 0 0.013-0 0.025-0.001 0.038l0-0.002c0.002 0.502 0.050 0.991 0.141 1.465l-0.008-0.049c0.261 1.872 1.162 3.497 2.469 4.679l0.007 0.006c2.769 2.303 8.588 2.16 11.308-0.376 1.136-1.12 1.918-2.595 2.167-4.245l0.005-0.042c0.079-0.402 0.124-0.865 0.124-1.338 0-0.028-0-0.056-0-0.085l0 0.004c-0.001-0.017-0.001-0.036-0.001-0.056 0-0.737 0.597-1.335 1.334-1.335 0.717 0 1.302 0.566 1.333 1.276l0 0.003c0.001 0.066 0.002 0.143 0.002 0.221 0 2.95-1.201 5.62-3.142 7.546l-0.001 0.001c-1.696 1.471-3.866 2.436-6.254 2.64l-0.041 0.003v2.769c0 0.736-0.597 1.333-1.333 1.333s-1.333-0.597-1.333-1.333v0zM11.188 15.445v-7.467c-0-0.005-0-0.011-0-0.017 0-1.361 0.538-2.596 1.412-3.505l-0.002 0.002c0.864-0.896 2.075-1.452 3.416-1.452 2.064 0 3.821 1.318 4.474 3.159l0.010 0.033c0.452 1.221 0.317 1.513 0.317 9.245 0.002 0.048 0.003 0.104 0.003 0.16 0 2.66-2.156 4.816-4.816 4.816s-4.816-2.156-4.816-4.816c0-0.056 0.001-0.112 0.003-0.168l-0 0.008zM13.588 7.979v7.467c-0 0.017-0.001 0.037-0.001 0.057 0 1.33 1.078 2.408 2.408 2.408s2.408-1.078 2.408-2.408c0-0.020-0-0.040-0.001-0.060l0 0.003v-7.467c0-0.017 0.001-0.037 0.001-0.057 0-1.33-1.078-2.408-2.408-2.408s-2.408 1.078-2.408 2.408c0 0.020 0 0.040 0.001 0.060l-0-0.003z"></path>
<path fill="#92a2b2" d="M16.021 24.667v4z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><defs><linearGradient id="a" x1="1.063" y1="1.369" x2="0.354" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#81e6ff"/><stop offset="1" stop-color="#00b6e3"/></linearGradient></defs><path d="M0,0H24V24H0Z" fill="none"/><g transform="translate(-2.463 -2.347)"><path d="M343.075,4.32H346.2a.976.976,0,0,0,1.02-.617l.965-2.967a1.075,1.075,0,0,1,2.04,0l.964,2.967a.976.976,0,0,0,1.02.617h3.122a1.143,1.143,0,0,1,.63,2.044l-2.526,1.822a1.06,1.06,0,0,0-.39,1.19l1.017,2.948a1.078,1.078,0,0,1,.054.382,1.117,1.117,0,0,1-1.756.808l-2.525-1.823a1.079,1.079,0,0,0-1.261,0l-2.525,1.823a1.116,1.116,0,0,1-1.756-.808,1.083,1.083,0,0,1,.055-.382l1.016-2.948a1.06,1.06,0,0,0-.389-1.19l-2.526-1.822a1.143,1.143,0,0,1,.63-2.044Zm0,0" transform="translate(-334.738 7.297)" fill="url(#a)"/></g></svg>

Before

Width:  |  Height:  |  Size: 923 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><defs><linearGradient id="a" x1="0.5" y1="0.124" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#bdc7d2"/><stop offset="1" stop-color="#bdc7d2"/></linearGradient></defs><g transform="translate(-62.872 2.5)"><g transform="translate(67.741 4.901)"><path d="M91.379,146.986H80.858a1.954,1.954,0,0,0-1.947,2.117l.911,10.866a1.954,1.954,0,0,0,1.947,1.79h8.7a1.954,1.954,0,0,0,1.947-1.79l.911-10.866a1.954,1.954,0,0,0-1.947-2.117Zm.518,2-.911,10.866a.52.52,0,0,1-.518.477h-8.7a.52.52,0,0,1-.518-.477l-.911-10.866a.52.52,0,0,1,.518-.564H91.379A.52.52,0,0,1,91.9,148.983Z" transform="translate(-78.888 -146.969)" fill="url(#a)"/><path d="M89.983,161.292h-8.7a1.97,1.97,0,0,1-1.963-1.806L78.41,148.62a1.97,1.97,0,0,1,1.963-2.135H90.895a1.97,1.97,0,0,1,1.963,2.135l-.911,10.866a1.97,1.97,0,0,1-1.963,1.806Zm-9.609-14.773a1.937,1.937,0,0,0-1.93,2.1l.911,10.866a1.937,1.937,0,0,0,1.93,1.775h8.7a1.937,1.937,0,0,0,1.93-1.775l.911-10.866a1.937,1.937,0,0,0-1.93-2.1H80.374Zm9.609,13.34h-8.7a.54.54,0,0,1-.535-.492L79.839,148.5a.537.537,0,0,1,.535-.582H90.895a.537.537,0,0,1,.535.582l-.911,10.866A.54.54,0,0,1,89.983,159.858Zm-9.609-11.906a.5.5,0,0,0-.5.546l.911,10.866a.506.506,0,0,0,.5.461h8.7a.506.506,0,0,0,.5-.461L91.4,148.5a.5.5,0,0,0-.5-.546Z" transform="translate(-78.404 -146.485)" fill="url(#a)"/></g><g transform="translate(67.372)"><path d="M68.589,4.627H82.321a.717.717,0,0,0,0-1.433h-2.6v-.74A1.956,1.956,0,0,0,77.765.5H73.146a1.956,1.956,0,0,0-1.954,1.954v.74h-2.6a.717.717,0,1,0,0,1.433Zm4.037-2.173a.52.52,0,0,1,.52-.52h4.619a.52.52,0,0,1,.52.52v.707h-5.66Z" transform="translate(-67.855 -0.483)" fill="url(#a)"/><path d="M81.838,4.16H68.105a.733.733,0,0,1,0-1.467h2.586V1.97A1.973,1.973,0,0,1,72.662,0h4.619a1.973,1.973,0,0,1,1.97,1.97v.723h2.586a.733.733,0,1,1,0,1.467ZM68.105,2.727a.7.7,0,0,0,0,1.4H81.838a.7.7,0,1,0,0-1.4h-2.62V1.97A1.939,1.939,0,0,0,77.281.033H72.662A1.939,1.939,0,0,0,70.725,1.97v.757Zm9.713-.032H72.125V1.97a.538.538,0,0,1,.537-.537h4.619a.537.537,0,0,1,.537.537Zm-5.66-.033h5.626V1.97a.5.5,0,0,0-.5-.5H72.662a.5.5,0,0,0-.5.5v.691Z" transform="translate(-67.372)" fill="url(#a)"/></g><g transform="translate(70.992 8.423)"><path d="M177.505,252.894a.717.717,0,1,0-1.43.095l.416,6.3a.717.717,0,0,0,.714.669l.048,0a.717.717,0,0,0,.668-.762Z" transform="translate(-176.057 -252.208)" fill="url(#a)"/><path d="M176.721,259.49a.735.735,0,0,1-.731-.685l-.416-6.3a.733.733,0,1,1,1.464-.1l.416,6.3a.734.734,0,0,1-.684.78Zm-.415-7.731-.047,0a.7.7,0,0,0-.652.745l.416,6.3a.7.7,0,1,0,1.4-.092l-.416-6.3A.7.7,0,0,0,176.306,251.759Z" transform="translate(-175.572 -251.726)" fill="url(#a)"/></g><g transform="translate(74.238 8.423)"><path d="M273.8,252.226a.717.717,0,0,0-.717.717v6.3a.717.717,0,0,0,1.433,0v-6.3A.717.717,0,0,0,273.8,252.226Z" transform="translate(-273.065 -252.209)" fill="url(#a)"/><path d="M273.315,259.49a.734.734,0,0,1-.733-.733v-6.3a.733.733,0,1,1,1.467,0v6.3A.734.734,0,0,1,273.315,259.49Zm0-7.731a.7.7,0,0,0-.7.7v6.3a.7.7,0,1,0,1.4,0v-6.3A.7.7,0,0,0,273.315,251.759Z" transform="translate(-272.582 -251.726)" fill="url(#a)"/></g><g transform="translate(77.068 8.423)"><path d="M358.833,252.226a.717.717,0,0,0-.762.668l-.416,6.3a.717.717,0,0,0,.668.762l.048,0a.717.717,0,0,0,.714-.669l.416-6.3A.717.717,0,0,0,358.833,252.226Z" transform="translate(-357.636 -252.208)" fill="url(#a)"/><path d="M357.887,259.49l-.049,0a.734.734,0,0,1-.684-.78l.416-6.3a.733.733,0,0,1,1.464.1l-.416,6.3A.735.735,0,0,1,357.887,259.49Zm.415-7.731a.7.7,0,0,0-.7.654l-.416,6.3a.7.7,0,1,0,1.4.092l.416-6.3a.7.7,0,0,0-.652-.745Z" transform="translate(-357.153 -251.726)" fill="url(#a)"/></g></g><path d="M0,0H24V24H0Z" fill="none"/></svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
<style type="text/css">
.st0{fill:url(#SVGID_1_);}
.st1{fill:#FFFFFF;}
.st2{fill:none;}
</style>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-277.4513" y1="388.7249" x2="-277.9513" y2="389.5089" gradientTransform="matrix(20 0 0 -20 5569 7799)">
<stop offset="0" style="stop-color:#3DEF90"/>
<stop offset="1" style="stop-color:#1ED975"/>
</linearGradient>
<path class="st0" d="M10,2h4c4.4,0,8,3.6,8,8v4c0,4.4-3.6,8-8,8h-4c-4.4,0-8-3.6-8-8v-4C2,5.6,5.6,2,10,2z"/>
<g transform="translate(8 9)">
<path class="st1" d="M3,7C2.7,7,2.5,6.9,2.3,6.7l-3-3c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l3,3c0.4,0.4,0.4,1,0,1.4C3.5,6.9,3.3,7,3,7
z"/>
<path class="st1" d="M3,7C2.7,7,2.5,6.9,2.3,6.7c-0.4-0.4-0.4-1,0-1.4l6-6c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-6,6C3.5,6.9,3.3,7,3,7
z"/>
</g>
<path class="st2" d="M24,0H0v24h24V0z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,16 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="24" height="24"
viewBox="0 0 24 24"
class="arrow-down-svg"
>
<defs>
<linearGradient id="a" x1="1.572" y1="0.578" x2="0.416" y2="0.734" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#bdc4cc"/>
<stop offset="1" stop-color="#a9bcc2"/>
</linearGradient>
</defs>
<path d="M24,0H0V24H24Z" fill="none"/>
<path d="M15.29,15.88,11.41,12l3.88-3.88a1,1,0,0,0-1.41-1.41L9.29,11.3a1,1,0,0,0,0,1.41l4.59,4.59a1,1,0,0,0,1.41,0,1.017,1.017,0,0,0,0-1.42Z"
transform="translate(-0.998 -0.417)" fill="url(#a)"/>
</svg>

Before

Width:  |  Height:  |  Size: 692 B

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 512 512" xml:space="preserve">
<path style="fill:#82D889;" d="M256,386.648c-25.6,0-49.434-7.062-70.621-21.186c-21.186-14.124-37.076-31.779-47.669-53.848
L31.779,128C9.71,167.724,0,210.979,0,256c0,64.441,21.186,120.055,62.676,167.724s93.572,75.917,155.366,85.628l74.152-128.883
C285.131,383.117,271.89,386.648,256,386.648"/>
<path style="fill:#E86438;" d="M175.669,150.069c23.834-18.538,50.317-26.483,80.331-26.483h219.807
c-22.952-38.841-53.848-67.09-92.69-89.159C344.276,11.476,301.903,0,256,0c-39.724,0-77.683,8.828-112.11,25.6
S76.8,67.09,53.848,98.869L128,220.69C135.062,192.441,151.834,168.607,175.669,150.069"/>
<path style="fill:#FCE056;" d="M492.579,159.779H344.276c25.6,25.6,43.255,59.145,43.255,96.221
c0,27.366-7.945,52.083-22.952,75.034L258.648,512c69.738-0.883,129.766-25.6,179.2-75.917S512,325.738,512,256
C512,223.338,506.703,188.91,492.579,159.779"/>
<path style="fill:#25B9E1;" d="M256,158.897c52.966,0,97.103,44.138,97.103,97.103S308.966,353.103,256,353.103
S158.897,308.966,158.897,256S203.034,158.897,256,158.897"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,16 +0,0 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="#bbc4ce"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="3" y="3" width="7" height="9" />
<rect x="14" y="3" width="7" height="5" />
<rect x="14" y="12" width="7" height="9" />
<rect x="3" y="16" width="7" height="5" />
</svg>

Before

Width:  |  Height:  |  Size: 383 B

View File

@ -1,4 +0,0 @@
[LocalizedFileNames]
Component-903-1.svg=@Component-903-1.svg,0
Component-85--1.svg=@Component-85--1.svg,0
Component 359 2.svg=@Component 359 2.svg,0

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="800" width="1200" viewBox="-38.4024 -64.00725 332.8208 384.0435"><defs><radialGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 -.95 -4.61 243.92)" r="95.38" cy="68.91" cx="161.83" id="b"><stop stop-opacity="0" offset=".72"/><stop stop-opacity=".53" offset=".95"/><stop offset="1"/></radialGradient><radialGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(.15 -.99 -.8 -.12 172.03 -130.32)" r="143.24" cy="62.99" cx="-340.29" id="d"><stop stop-opacity="0" offset=".76"/><stop stop-opacity=".5" offset=".95"/><stop offset="1"/></radialGradient><radialGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(-.04 1 2.13 .08 -1184.15 -111.61)" r="202.43" cy="570.21" cx="113.37" id="e"><stop stop-color="#35c1f1" offset="0"/><stop stop-color="#34c1ed" offset=".11"/><stop stop-color="#2fc2df" offset=".23"/><stop stop-color="#2bc3d2" offset=".31"/><stop stop-color="#36c752" offset=".67"/></radialGradient><radialGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(.28 .96 .78 -.23 -308.37 -153.42)" r="97.34" cy="567.97" cx="376.52" id="f"><stop stop-color="#66eb6e" offset="0"/><stop stop-opacity="0" stop-color="#66eb6e" offset="1"/></radialGradient><linearGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 -1 -4.61 261.08)" y2="84.03" x2="241.67" y1="84.03" x1="63.33" id="a"><stop stop-color="#0c59a4" offset="0"/><stop stop-color="#114a8b" offset="1"/></linearGradient><linearGradient gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 -1 -4.61 261.08)" y2="40.06" x2="45.96" y1="161.39" x1="157.35" id="c"><stop stop-color="#1b9de2" offset="0"/><stop stop-color="#1595df" offset=".16"/><stop stop-color="#0680d7" offset=".67"/><stop stop-color="#0078d4" offset="1"/></linearGradient></defs><path d="M231.07 190.54a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32a31.48 31.48 0 0116.43-27.31c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z" fill="url(#a)"/><path style="isolation:isolate" d="M231.07 190.54a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32a31.48 31.48 0 0116.43-27.31c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z" fill="url(#b)" opacity=".35"/><path d="M105.73 241.42a79.2 79.2 0 01-22.74-21.34 80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z" fill="url(#c)"/><path style="isolation:isolate" d="M105.73 241.42a79.2 79.2 0 01-22.74-21.34 80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z" fill="url(#d)" opacity=".41"/><path d="M152.33 148.86c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91C223.48 23.84 177.74 0 128 0A128 128 0 000 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52 0 5.37-2.74 13.33-7.8 19.91z" fill="url(#e)"/><path d="M152.33 148.86c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91C223.48 23.84 177.74 0 128 0A128 128 0 000 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52 0 5.37-2.74 13.33-7.8 19.91z" fill="url(#f)"/></svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 387.98 386.22">
<defs>
<style>
.cls-1 {
fill: #8dc63f;
}
</style>
</defs>
<path class="cls-1" d="M273.25,386.22h-8.3c-.42-.24-.81-.58-1.26-.7-81.28-21.75-162.55-43.53-243.86-65.15C10.23,317.82,2.94,313.2,0,303.25,0,301.24,0,299.22,0,297.21c1.73-5.14,3.73-10.2,5.13-15.42,16.08-59.79,32.04-119.61,48.13-179.39,.69-2.55,.21-4.1-1.63-5.92-12.08-11.92-24-24.02-36.08-35.95C8.87,53.93,2.46,47.2,0,37.74,0,34.22,0,30.7,0,27.18c1.68-3.66,2.96-7.58,5.12-10.94C17.48-3.04,40.54-5.47,56.91,10.66c6.98,6.88,13.84,13.9,20.88,20.72,.99,.96,2.7,1.51,4.13,1.63,3.94,.32,8.11-.42,11.85,.56,30.2,7.88,60.32,16.1,90.5,24.05,2.49,.66,5.46,.7,7.95,.04,36.86-9.68,73.67-19.55,110.52-29.31,12.08-3.2,22.19,2.68,25.46,14.76,4.62,17.05,9.19,34.11,13.65,51.21,.94,3.6,2.14,6.36,5.7,8.55,7.12,4.37,9.47,12.54,7.44,21.23-1.08,4.64-2.88,8.96-1.42,14.22,8.94,32.23,17.43,64.59,26.13,96.89,2.66,9.88,5.52,19.71,8.29,29.57v8.3c-3.06,8.8-9.34,13.5-18.33,15.75-20.04,5.02-39.94,10.59-59.93,15.82-2.48,.65-3.65,1.71-4.33,4.28-5.33,20.34-10.77,40.64-16.4,60.9-.83,2.98-2.23,6.23-4.39,8.3-3.33,3.18-7.53,5.45-11.36,8.1ZM94.91,47.31c-.26,.35-.53,.7-.79,1.05,1.14,.96,2.35,1.83,3.4,2.88,30.87,30.84,61.74,61.68,92.55,92.57,1.65,1.65,3.34,3.61,4.08,5.74,4.8,13.72,9.49,27.47,13.83,41.34,.8,2.57,1.76,3.7,4.21,4.34,15.41,4.03,30.79,8.16,46.17,12.28,7.15,1.91,14.31,3.76,21.41,5.86,4.13,1.22,5.84,4.4,4.82,8.06-.99,3.55-4.27,5.24-8.34,4.29-.85-.2-1.71-.42-2.55-.64-22.64-6.09-45.29-12.19-67.94-18.24-1.27-.34-2.9-.7-3.95-.2-4.5,2.17-8.79,1.23-13.15-.23-11.89-3.99-23.84-7.78-35.64-12.01-3.18-1.14-6.37-3.09-8.77-5.46-25.47-25.22-50.78-50.59-76.09-75.96-.94-.95-1.43-2.35-2.12-3.54-1.49,1.62-1.77,2.28-1.96,2.97-16.47,61.37-32.93,122.73-49.38,184.11-1.66,6.18-.05,8.9,6.1,10.55,53.29,14.29,106.58,28.58,159.88,42.85,27.98,7.49,55.97,14.96,83.95,22.45,6.85,1.83,9.27,.49,11.15-6.02,3.59-12.46,7.45-24.85,10.82-37.37,18.53-68.86,36.95-137.75,55.39-206.63,1.79-6.67,.35-9.01-6.52-10.84-17.69-4.71-35.38-9.38-53.07-14.11-52.45-14.03-104.9-28.07-157.35-42.1-10.03-2.68-20.07-5.33-30.11-7.99Zm251.18,113.23c-.3-.01-.59-.02-.89-.04-11.61,43.31-23.21,86.63-34.91,130.29,1.48-.26,2.35-.35,3.19-.58,17.92-4.77,35.84-9.55,53.75-14.35,7.42-1.99,8.7-4.28,6.72-11.67-6.16-22.98-12.3-45.97-18.47-68.96-3.11-11.57-6.26-23.14-9.39-34.7ZM79.03,69.2c5.67,5.64,11.42,11.27,17.05,17,3.41,3.47,3.56,7.13,.66,9.96-2.82,2.76-6.54,2.47-9.98-.87-2.89-2.8-5.69-5.69-8.54-8.53-2.89-2.89-5.79-5.77-8.32-8.29-3.32,3.12-6.24,5.85-8.67,8.12,30.29,30.24,60.49,60.39,90.52,90.38,2.53-2.47,5.38-5.25,8.39-8.18-.96-1.01-1.87-2.01-2.83-2.97-16.36-16.36-32.73-32.71-49.09-49.06-.89-.89-1.82-1.75-2.58-2.74-2.23-2.89-2.04-6.57,.36-8.87,2.38-2.27,5.69-2.4,8.57-.21,1.09,.83,2.06,1.84,3.04,2.81,16.28,16.26,32.56,32.52,48.81,48.81,.97,.97,1.62,2.25,2.27,3.18,3.55-3.54,6.44-6.43,9.11-9.09-29.99-29.95-60.13-60.04-90.41-90.28-2.54,2.67-5.27,5.55-8.39,8.83Zm135.97-4.15c.02,.33,.05,.66,.07,1,37.69,9.99,75.38,19.99,113.33,30.04,0-1,.08-1.38-.01-1.72-4.35-16.35-8.66-32.71-13.13-49.03-1.02-3.72-3.59-5.18-7.52-4.67-2.22,.29-4.4,.98-6.58,1.55-28.72,7.6-57.44,15.21-86.17,22.82ZM59.47,32.51c-4.77-4.99-9.25-10.29-14.36-14.89-6.98-6.27-18.14-5.71-25.12,.69-6.83,6.26-8.5,17.36-2.84,24.63,4.65,5.96,10.34,11.11,15.43,16.48,9.26-9.26,18.11-18.13,26.89-26.91Zm-8.46,44.78c8.92-9.01,17.8-17.98,26.43-26.7-2.46-2.64-5.23-5.6-7.66-8.21-9.05,9.06-17.97,17.99-26.67,26.7,2.5,2.6,5.26,5.47,7.9,8.21Zm113.21,107.24c10.31,3.42,20.57,6.83,31.52,10.46-3.69-11.06-7.14-21.38-10.47-31.38-7.06,7.02-13.94,13.85-21.05,20.91Z"/>
<path class="cls-1" d="M116.49,249.52c5.63,1.48,12.06,3.13,18.47,4.85,41.04,11,82.07,22.02,123.1,33.03,.72,.19,1.46,.36,2.16,.63,3.71,1.46,5.47,4.63,4.45,7.99-1.03,3.39-4.24,5.28-8.04,4.3-11.53-2.97-23.02-6.07-34.53-9.15-35.59-9.53-71.18-19.07-106.77-28.61-.84-.23-1.71-.43-2.5-.79-3.04-1.35-4.71-4.42-3.86-7.32,.96-3.27,3.17-5.02,7.52-4.93Z"/>
<path class="cls-1" d="M267.21,263.23c-6.36-1.68-13.52-3.53-20.66-5.45-40.08-10.75-80.14-21.6-120.27-32.17-6.43-1.69-8.43-6.88-5.53-10.71,2.38-3.13,5.55-2.85,8.89-1.95,15.13,4.08,30.27,8.13,45.41,12.19,30.64,8.21,61.28,16.41,91.92,24.63,1.33,.36,2.68,.71,3.93,1.27,3.2,1.42,4.63,4.45,3.75,7.73-.74,2.79-3.41,4.6-7.44,4.46Z"/>
<path class="cls-1" d="M305.65,144.93c.07,4.59-3.96,7.41-8.92,6.11-17.94-4.68-35.86-9.39-53.79-14.13-11.87-3.13-23.73-6.27-35.56-9.55-1.98-.55-4.1-1.49-5.53-2.88-2.06-2-2.23-4.77-.62-7.27,1.84-2.86,4.47-3.74,7.83-2.83,12.69,3.44,25.4,6.81,38.12,10.17,17.19,4.55,34.4,9.07,51.59,13.61,4.78,1.26,6.83,3.3,6.88,6.76Z"/>
<path class="cls-1" d="M287.62,188.67c-5.32-1.36-11.87-3-18.41-4.73-14.16-3.75-28.31-7.56-42.46-11.34-.6-.16-1.2-.37-1.79-.57-3.98-1.31-6.02-4.48-5.12-7.94,.96-3.68,4.47-5.59,8.61-4.51,11.26,2.95,22.51,6,33.76,8.97,9.2,2.43,18.43,4.77,27.62,7.25,4.61,1.24,6.74,4.52,5.56,8.22-1,3.13-3.16,4.7-7.77,4.64Z"/>
<path class="cls-1" d="M86.36,214.96c-5.86-1.66-13.02-3.47-20.03-5.78-3.01-.99-4.15-4.65-3.12-7.58,1.13-3.19,4.13-5.12,7.39-4.32,6.45,1.58,12.88,3.25,19.25,5.14,3.57,1.06,5.17,4.16,4.48,7.66-.59,3.01-3.27,4.99-7.98,4.88Z"/>
<path class="cls-1" d="M61.25,234.61c5.66,1.61,12.82,3.41,19.8,5.73,3.06,1.02,4.18,4.59,3.21,7.57-.95,2.91-3.98,5.04-7.07,4.3-6.69-1.59-13.35-3.34-19.91-5.37-3.22-1-4.79-3.75-4.05-7.13,.72-3.27,2.95-5.14,8.03-5.11Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

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