matcha-icons 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -0
- package/demo-files/demo.css +1 -1
- package/demo.html +1043 -217
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +133 -13
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +515 -9
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +520 -14
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'matcha-icons';
|
|
3
|
-
src: url('fonts/matcha-icons.eot?
|
|
4
|
-
src: url('fonts/matcha-icons.eot?
|
|
5
|
-
url('fonts/matcha-icons.ttf?
|
|
6
|
-
url('fonts/matcha-icons.woff?
|
|
7
|
-
url('fonts/matcha-icons.svg?
|
|
3
|
+
src: url('fonts/matcha-icons.eot?44qwvq');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?44qwvq#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?44qwvq') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?44qwvq') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?44qwvq#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
-moz-osx-font-smoothing: grayscale;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.i-matcha-app:before {
|
|
29
|
+
content: "\ea93";
|
|
30
|
+
}
|
|
31
|
+
.i-matcha-site:before {
|
|
32
|
+
content: "\ea94";
|
|
33
|
+
}
|
|
28
34
|
.i-matcha-home:before {
|
|
29
35
|
content: "\e948";
|
|
30
36
|
}
|
|
@@ -697,6 +703,278 @@
|
|
|
697
703
|
.i-matcha-action_arrow_right:before {
|
|
698
704
|
content: "\e928";
|
|
699
705
|
}
|
|
706
|
+
.i-matcha-payment-cash .path1:before {
|
|
707
|
+
content: "\ea95";
|
|
708
|
+
color: rgb(14, 147, 71);
|
|
709
|
+
}
|
|
710
|
+
.i-matcha-payment-cash .path2:before {
|
|
711
|
+
content: "\ea96";
|
|
712
|
+
margin-left: -1em;
|
|
713
|
+
color: rgb(59, 181, 74);
|
|
714
|
+
}
|
|
715
|
+
.i-matcha-payment-cash .path3:before {
|
|
716
|
+
content: "\ea97";
|
|
717
|
+
margin-left: -1em;
|
|
718
|
+
color: rgb(137, 199, 99);
|
|
719
|
+
}
|
|
720
|
+
.i-matcha-payment-card .path1:before {
|
|
721
|
+
content: "\ea98";
|
|
722
|
+
color: rgb(95, 130, 226);
|
|
723
|
+
}
|
|
724
|
+
.i-matcha-payment-card .path2:before {
|
|
725
|
+
content: "\ea99";
|
|
726
|
+
margin-left: -1em;
|
|
727
|
+
color: rgb(121, 153, 237);
|
|
728
|
+
}
|
|
729
|
+
.i-matcha-payment-card .path3:before {
|
|
730
|
+
content: "\ea9a";
|
|
731
|
+
margin-left: -1em;
|
|
732
|
+
color: rgb(240, 196, 27);
|
|
733
|
+
}
|
|
734
|
+
.i-matcha-payment-card .path4:before {
|
|
735
|
+
content: "\ea9b";
|
|
736
|
+
margin-left: -1em;
|
|
737
|
+
color: rgb(243, 213, 92);
|
|
738
|
+
}
|
|
739
|
+
.i-matcha-payment-card .path5:before {
|
|
740
|
+
content: "\ea9c";
|
|
741
|
+
margin-left: -1em;
|
|
742
|
+
color: rgb(231, 76, 61);
|
|
743
|
+
}
|
|
744
|
+
.i-matcha-payment-card .path6:before {
|
|
745
|
+
content: "\ea9d";
|
|
746
|
+
margin-left: -1em;
|
|
747
|
+
color: rgb(240, 196, 27);
|
|
748
|
+
}
|
|
749
|
+
.i-matcha-payment-visa .path1:before {
|
|
750
|
+
content: "\ea9e";
|
|
751
|
+
color: rgb(36, 42, 136);
|
|
752
|
+
}
|
|
753
|
+
.i-matcha-payment-visa .path2:before {
|
|
754
|
+
content: "\ea9f";
|
|
755
|
+
margin-left: -1em;
|
|
756
|
+
color: rgb(245, 247, 250);
|
|
757
|
+
}
|
|
758
|
+
.i-matcha-payment-ticket .path1:before {
|
|
759
|
+
content: "\eaa0";
|
|
760
|
+
color: rgb(237, 237, 237);
|
|
761
|
+
}
|
|
762
|
+
.i-matcha-payment-ticket .path2:before {
|
|
763
|
+
content: "\eaa1";
|
|
764
|
+
margin-left: -1em;
|
|
765
|
+
color: rgb(0, 124, 180);
|
|
766
|
+
}
|
|
767
|
+
.i-matcha-payment-ticket .path3:before {
|
|
768
|
+
content: "\eaa2";
|
|
769
|
+
margin-left: -1em;
|
|
770
|
+
color: rgb(217, 38, 47);
|
|
771
|
+
}
|
|
772
|
+
.i-matcha-payment-elo .path1:before {
|
|
773
|
+
content: "\eaa3";
|
|
774
|
+
color: rgb(34, 55, 68);
|
|
775
|
+
}
|
|
776
|
+
.i-matcha-payment-elo .path2:before {
|
|
777
|
+
content: "\eaa4";
|
|
778
|
+
margin-left: -1em;
|
|
779
|
+
color: rgb(255, 241, 0);
|
|
780
|
+
}
|
|
781
|
+
.i-matcha-payment-elo .path3:before {
|
|
782
|
+
content: "\eaa5";
|
|
783
|
+
margin-left: -1em;
|
|
784
|
+
color: rgb(0, 163, 223);
|
|
785
|
+
}
|
|
786
|
+
.i-matcha-payment-elo .path4:before {
|
|
787
|
+
content: "\eaa6";
|
|
788
|
+
margin-left: -1em;
|
|
789
|
+
color: rgb(238, 64, 35);
|
|
790
|
+
}
|
|
791
|
+
.i-matcha-payment-elo .path5:before {
|
|
792
|
+
content: "\eaa7";
|
|
793
|
+
margin-left: -1em;
|
|
794
|
+
color: rgb(245, 247, 250);
|
|
795
|
+
}
|
|
796
|
+
.i-matcha-payment-hipercard .path1:before {
|
|
797
|
+
content: "\eaa8";
|
|
798
|
+
color: rgb(237, 237, 237);
|
|
799
|
+
}
|
|
800
|
+
.i-matcha-payment-hipercard .path2:before {
|
|
801
|
+
content: "\eaa9";
|
|
802
|
+
margin-left: -1em;
|
|
803
|
+
color: rgb(179, 19, 27);
|
|
804
|
+
}
|
|
805
|
+
.i-matcha-payment-diners .path1:before {
|
|
806
|
+
content: "\eaaa";
|
|
807
|
+
color: rgb(0, 121, 190);
|
|
808
|
+
}
|
|
809
|
+
.i-matcha-payment-diners .path2:before {
|
|
810
|
+
content: "\eaab";
|
|
811
|
+
margin-left: -1em;
|
|
812
|
+
color: rgb(245, 247, 250);
|
|
813
|
+
}
|
|
814
|
+
.i-matcha-payment-credicard .path1:before {
|
|
815
|
+
content: "\eaac";
|
|
816
|
+
color: rgb(237, 237, 237);
|
|
817
|
+
}
|
|
818
|
+
.i-matcha-payment-credicard .path2:before {
|
|
819
|
+
content: "\eaad";
|
|
820
|
+
margin-left: -1em;
|
|
821
|
+
color: rgb(41, 45, 120);
|
|
822
|
+
}
|
|
823
|
+
.i-matcha-payment-aura .path1:before {
|
|
824
|
+
content: "\eaae";
|
|
825
|
+
color: rgb(0, 121, 190);
|
|
826
|
+
}
|
|
827
|
+
.i-matcha-payment-aura .path2:before {
|
|
828
|
+
content: "\eaaf";
|
|
829
|
+
margin-left: -1em;
|
|
830
|
+
color: rgb(254, 218, 97);
|
|
831
|
+
}
|
|
832
|
+
.i-matcha-payment-aura .path3:before {
|
|
833
|
+
content: "\eab0";
|
|
834
|
+
margin-left: -1em;
|
|
835
|
+
color: rgb(216, 35, 42);
|
|
836
|
+
}
|
|
837
|
+
.i-matcha-payment-american-express .path1:before {
|
|
838
|
+
content: "\eab1";
|
|
839
|
+
color: rgb(37, 87, 214);
|
|
840
|
+
}
|
|
841
|
+
.i-matcha-payment-american-express .path2:before {
|
|
842
|
+
content: "\eab2";
|
|
843
|
+
margin-left: -1em;
|
|
844
|
+
color: rgb(245, 247, 250);
|
|
845
|
+
}
|
|
846
|
+
.i-matcha-payment-american-express .path3:before {
|
|
847
|
+
content: "\eab3";
|
|
848
|
+
margin-left: -1em;
|
|
849
|
+
color: rgb(245, 247, 250);
|
|
850
|
+
}
|
|
851
|
+
.i-matcha-payment-pix .path1:before {
|
|
852
|
+
content: "\eab4";
|
|
853
|
+
color: rgb(237, 237, 237);
|
|
854
|
+
}
|
|
855
|
+
.i-matcha-payment-pix .path2:before {
|
|
856
|
+
content: "\eab5";
|
|
857
|
+
margin-left: -1em;
|
|
858
|
+
color: rgb(30, 172, 125);
|
|
859
|
+
}
|
|
860
|
+
.i-matcha-payment-pix .path3:before {
|
|
861
|
+
content: "\eab6";
|
|
862
|
+
margin-left: -1em;
|
|
863
|
+
color: rgb(30, 172, 125);
|
|
864
|
+
}
|
|
865
|
+
.i-matcha-payment-master .path1:before {
|
|
866
|
+
content: "\eab7";
|
|
867
|
+
color: rgb(34, 55, 68);
|
|
868
|
+
}
|
|
869
|
+
.i-matcha-payment-master .path2:before {
|
|
870
|
+
content: "\eab8";
|
|
871
|
+
margin-left: -1em;
|
|
872
|
+
color: rgb(255, 95, 0);
|
|
873
|
+
}
|
|
874
|
+
.i-matcha-payment-master .path3:before {
|
|
875
|
+
content: "\eab9";
|
|
876
|
+
margin-left: -1em;
|
|
877
|
+
color: rgb(235, 0, 27);
|
|
878
|
+
}
|
|
879
|
+
.i-matcha-payment-master .path4:before {
|
|
880
|
+
content: "\eaba";
|
|
881
|
+
margin-left: -1em;
|
|
882
|
+
color: rgb(247, 158, 27);
|
|
883
|
+
}
|
|
884
|
+
.i-matcha-payment-master .path5:before {
|
|
885
|
+
content: "\eabb";
|
|
886
|
+
margin-left: -1em;
|
|
887
|
+
color: rgb(255, 255, 255);
|
|
888
|
+
}
|
|
889
|
+
.i-matcha-payment-maestro .path1:before {
|
|
890
|
+
content: "\eabc";
|
|
891
|
+
color: rgb(34, 55, 68);
|
|
892
|
+
}
|
|
893
|
+
.i-matcha-payment-maestro .path2:before {
|
|
894
|
+
content: "\eabd";
|
|
895
|
+
margin-left: -1em;
|
|
896
|
+
color: rgb(245, 247, 250);
|
|
897
|
+
}
|
|
898
|
+
.i-matcha-payment-maestro .path3:before {
|
|
899
|
+
content: "\eabe";
|
|
900
|
+
margin-left: -1em;
|
|
901
|
+
color: rgb(118, 115, 192);
|
|
902
|
+
}
|
|
903
|
+
.i-matcha-payment-maestro .path4:before {
|
|
904
|
+
content: "\eabf";
|
|
905
|
+
margin-left: -1em;
|
|
906
|
+
color: rgb(235, 0, 27);
|
|
907
|
+
}
|
|
908
|
+
.i-matcha-payment-maestro .path5:before {
|
|
909
|
+
content: "\eac0";
|
|
910
|
+
margin-left: -1em;
|
|
911
|
+
color: rgb(0, 161, 223);
|
|
912
|
+
}
|
|
913
|
+
.i-matcha-payment-alelo .path1:before {
|
|
914
|
+
content: "\eac1";
|
|
915
|
+
color: rgb(0, 116, 85);
|
|
916
|
+
}
|
|
917
|
+
.i-matcha-payment-alelo .path2:before {
|
|
918
|
+
content: "\eac2";
|
|
919
|
+
margin-left: -1em;
|
|
920
|
+
color: rgb(183, 210, 86);
|
|
921
|
+
}
|
|
922
|
+
.i-matcha-payment-alelo .path3:before {
|
|
923
|
+
content: "\eac3";
|
|
924
|
+
margin-left: -1em;
|
|
925
|
+
color: rgb(245, 247, 250);
|
|
926
|
+
}
|
|
927
|
+
.i-matcha-payment-bank-slip .path1:before {
|
|
928
|
+
content: "\eac4";
|
|
929
|
+
color: rgb(237, 237, 237);
|
|
930
|
+
}
|
|
931
|
+
.i-matcha-payment-bank-slip .path2:before {
|
|
932
|
+
content: "\eac5";
|
|
933
|
+
margin-left: -1em;
|
|
934
|
+
color: rgb(99, 111, 120);
|
|
935
|
+
}
|
|
936
|
+
.i-matcha-vr-refeicao .path1:before {
|
|
937
|
+
content: "\eac6";
|
|
938
|
+
color: rgb(17, 144, 70);
|
|
939
|
+
}
|
|
940
|
+
.i-matcha-vr-refeicao .path2:before {
|
|
941
|
+
content: "\eac7";
|
|
942
|
+
margin-left: -1em;
|
|
943
|
+
color: rgb(235, 139, 45);
|
|
944
|
+
}
|
|
945
|
+
.i-matcha-vr-refeicao .path3:before {
|
|
946
|
+
content: "\eac8";
|
|
947
|
+
margin-left: -1em;
|
|
948
|
+
color: rgb(245, 247, 250);
|
|
949
|
+
}
|
|
950
|
+
.i-matcha-vr-auto .path1:before {
|
|
951
|
+
content: "\eac9";
|
|
952
|
+
color: rgb(17, 144, 70);
|
|
953
|
+
}
|
|
954
|
+
.i-matcha-vr-auto .path2:before {
|
|
955
|
+
content: "\eaca";
|
|
956
|
+
margin-left: -1em;
|
|
957
|
+
color: rgb(27, 27, 27);
|
|
958
|
+
}
|
|
959
|
+
.i-matcha-vr-auto .path3:before {
|
|
960
|
+
content: "\eacb";
|
|
961
|
+
margin-left: -1em;
|
|
962
|
+
color: rgb(245, 247, 250);
|
|
963
|
+
}
|
|
964
|
+
.i-matcha-vr-alimentacao .path1:before {
|
|
965
|
+
content: "\eacc";
|
|
966
|
+
color: rgb(17, 144, 70);
|
|
967
|
+
}
|
|
968
|
+
.i-matcha-vr-alimentacao .path2:before {
|
|
969
|
+
content: "\eacd";
|
|
970
|
+
margin-left: -1em;
|
|
971
|
+
color: rgb(232, 4, 126);
|
|
972
|
+
}
|
|
973
|
+
.i-matcha-vr-alimentacao .path3:before {
|
|
974
|
+
content: "\eace";
|
|
975
|
+
margin-left: -1em;
|
|
976
|
+
color: rgb(245, 247, 250);
|
|
977
|
+
}
|
|
700
978
|
.i-matcha-action_plus:before {
|
|
701
979
|
content: "\e932";
|
|
702
980
|
}
|
|
@@ -706,6 +984,18 @@
|
|
|
706
984
|
.i-matcha-action_reload:before {
|
|
707
985
|
content: "\e934";
|
|
708
986
|
}
|
|
987
|
+
.i-matcha-transfer:before {
|
|
988
|
+
content: "\eacf";
|
|
989
|
+
}
|
|
990
|
+
.i-matcha-cost-center:before {
|
|
991
|
+
content: "\ead0";
|
|
992
|
+
}
|
|
993
|
+
.i-matcha-expand:before {
|
|
994
|
+
content: "\ead1";
|
|
995
|
+
}
|
|
996
|
+
.i-matcha-collapse:before {
|
|
997
|
+
content: "\ead2";
|
|
998
|
+
}
|
|
709
999
|
.i-matcha-action_list:before {
|
|
710
1000
|
content: "\e92f";
|
|
711
1001
|
}
|
|
@@ -770,12 +1060,63 @@
|
|
|
770
1060
|
.i-matcha-card-out:before {
|
|
771
1061
|
content: "\e9ac";
|
|
772
1062
|
}
|
|
1063
|
+
.i-matcha-add-card:before {
|
|
1064
|
+
content: "\ead3";
|
|
1065
|
+
}
|
|
1066
|
+
.i-matcha-update-balance:before {
|
|
1067
|
+
content: "\ead4";
|
|
1068
|
+
}
|
|
1069
|
+
.i-matcha-cash:before {
|
|
1070
|
+
content: "\ead5";
|
|
1071
|
+
}
|
|
1072
|
+
.i-matcha-cash-out:before {
|
|
1073
|
+
content: "\ead6";
|
|
1074
|
+
}
|
|
1075
|
+
.i-matcha-pin:before {
|
|
1076
|
+
content: "\ead7";
|
|
1077
|
+
}
|
|
1078
|
+
.i-matcha-pin-out:before {
|
|
1079
|
+
content: "\ead8";
|
|
1080
|
+
}
|
|
1081
|
+
.i-matcha-flag:before {
|
|
1082
|
+
content: "\ead9";
|
|
1083
|
+
}
|
|
1084
|
+
.i-matcha-flag-out:before {
|
|
1085
|
+
content: "\eada";
|
|
1086
|
+
}
|
|
1087
|
+
.i-matcha-category1:before {
|
|
1088
|
+
content: "\eadb";
|
|
1089
|
+
}
|
|
1090
|
+
.i-matcha-category-out:before {
|
|
1091
|
+
content: "\eadc";
|
|
1092
|
+
}
|
|
1093
|
+
.i-matcha-media:before {
|
|
1094
|
+
content: "\eadd";
|
|
1095
|
+
}
|
|
1096
|
+
.i-matcha-media-out:before {
|
|
1097
|
+
content: "\eade";
|
|
1098
|
+
}
|
|
1099
|
+
.i-matcha-wallet:before {
|
|
1100
|
+
content: "\eadf";
|
|
1101
|
+
}
|
|
1102
|
+
.i-matcha-wallet-out:before {
|
|
1103
|
+
content: "\eae0";
|
|
1104
|
+
}
|
|
1105
|
+
.i-matcha-management:before {
|
|
1106
|
+
content: "\eae1";
|
|
1107
|
+
}
|
|
1108
|
+
.i-matcha-business-unit:before {
|
|
1109
|
+
content: "\eae2";
|
|
1110
|
+
}
|
|
773
1111
|
.i-matcha-receipt:before {
|
|
774
1112
|
content: "\e9a9";
|
|
775
1113
|
}
|
|
776
1114
|
.i-matcha-receipt-out:before {
|
|
777
1115
|
content: "\e9b2";
|
|
778
1116
|
}
|
|
1117
|
+
.i-matcha-circle-email:before {
|
|
1118
|
+
content: "\e9c5";
|
|
1119
|
+
}
|
|
779
1120
|
.i-matcha-email:before {
|
|
780
1121
|
content: "\e9a6";
|
|
781
1122
|
}
|
|
@@ -854,18 +1195,9 @@
|
|
|
854
1195
|
.i-matcha-people:before {
|
|
855
1196
|
content: "\ea21";
|
|
856
1197
|
}
|
|
857
|
-
.i-matcha-rocket:before {
|
|
858
|
-
content: "\ea91";
|
|
859
|
-
}
|
|
860
1198
|
.i-matcha-circle-code:before {
|
|
861
1199
|
content: "\e9c4";
|
|
862
1200
|
}
|
|
863
|
-
.i-matcha-cookie-out:before {
|
|
864
|
-
content: "\ea90";
|
|
865
|
-
}
|
|
866
|
-
.i-matcha-circle-email:before {
|
|
867
|
-
content: "\e9c5";
|
|
868
|
-
}
|
|
869
1201
|
.i-matcha-circle-facebook:before {
|
|
870
1202
|
content: "\e9c6";
|
|
871
1203
|
}
|
|
@@ -932,6 +1264,18 @@
|
|
|
932
1264
|
.i-matcha-flickr:before {
|
|
933
1265
|
content: "\ea24";
|
|
934
1266
|
}
|
|
1267
|
+
.i-matcha-circle-flickr:before {
|
|
1268
|
+
content: "\eae3";
|
|
1269
|
+
}
|
|
1270
|
+
.i-matcha-cookie:before {
|
|
1271
|
+
content: "\eae4";
|
|
1272
|
+
}
|
|
1273
|
+
.i-matcha-cookie-out:before {
|
|
1274
|
+
content: "\eae5";
|
|
1275
|
+
}
|
|
1276
|
+
.i-matcha-cookie-out-2:before {
|
|
1277
|
+
content: "\ea90";
|
|
1278
|
+
}
|
|
935
1279
|
.i-matcha-emoji-happy:before {
|
|
936
1280
|
content: "\ea25";
|
|
937
1281
|
}
|
|
@@ -1397,3 +1741,165 @@
|
|
|
1397
1741
|
margin-left: -1em;
|
|
1398
1742
|
color: rgb(34, 55, 68);
|
|
1399
1743
|
}
|
|
1744
|
+
.i-matcha-rocket:before {
|
|
1745
|
+
content: "\ea91";
|
|
1746
|
+
}
|
|
1747
|
+
.i-matcha-rocket-out:before {
|
|
1748
|
+
content: "\eae6";
|
|
1749
|
+
}
|
|
1750
|
+
.i-matcha-flickr-02:before {
|
|
1751
|
+
content: "\eae7";
|
|
1752
|
+
}
|
|
1753
|
+
.i-matcha-flickr-04:before {
|
|
1754
|
+
content: "\eae8";
|
|
1755
|
+
}
|
|
1756
|
+
.i-matcha-nu:before {
|
|
1757
|
+
content: "\eae9";
|
|
1758
|
+
}
|
|
1759
|
+
.i-matcha-nu-color .path1:before {
|
|
1760
|
+
content: "\eaea";
|
|
1761
|
+
color: rgb(255, 255, 255);
|
|
1762
|
+
}
|
|
1763
|
+
.i-matcha-nu-color .path2:before {
|
|
1764
|
+
content: "\eaeb";
|
|
1765
|
+
margin-left: -1em;
|
|
1766
|
+
color: rgb(129, 10, 210);
|
|
1767
|
+
}
|
|
1768
|
+
.i-matcha-bradesco:before {
|
|
1769
|
+
content: "\eaec";
|
|
1770
|
+
}
|
|
1771
|
+
.i-matcha-bradesco-color .path1:before {
|
|
1772
|
+
content: "\eaed";
|
|
1773
|
+
color: rgb(255, 255, 255);
|
|
1774
|
+
}
|
|
1775
|
+
.i-matcha-bradesco-color .path2:before {
|
|
1776
|
+
content: "\eaee";
|
|
1777
|
+
margin-left: -1em;
|
|
1778
|
+
color: rgb(204, 9, 47);
|
|
1779
|
+
}
|
|
1780
|
+
.i-matcha-santander:before {
|
|
1781
|
+
content: "\eaef";
|
|
1782
|
+
}
|
|
1783
|
+
.i-matcha-santander-color .path1:before {
|
|
1784
|
+
content: "\eaf0";
|
|
1785
|
+
color: rgb(255, 255, 255);
|
|
1786
|
+
}
|
|
1787
|
+
.i-matcha-santander-color .path2:before {
|
|
1788
|
+
content: "\eaf1";
|
|
1789
|
+
margin-left: -1em;
|
|
1790
|
+
color: rgb(236, 0, 0);
|
|
1791
|
+
}
|
|
1792
|
+
.i-matcha-bb:before {
|
|
1793
|
+
content: "\eaf2";
|
|
1794
|
+
}
|
|
1795
|
+
.i-matcha-bb-color .path1:before {
|
|
1796
|
+
content: "\eaf3";
|
|
1797
|
+
color: rgb(51, 52, 142);
|
|
1798
|
+
}
|
|
1799
|
+
.i-matcha-bb-color .path2:before {
|
|
1800
|
+
content: "\eaf4";
|
|
1801
|
+
margin-left: -1em;
|
|
1802
|
+
color: rgb(255, 239, 56);
|
|
1803
|
+
}
|
|
1804
|
+
.i-matcha-c6-color:before {
|
|
1805
|
+
content: "\eaf5";
|
|
1806
|
+
}
|
|
1807
|
+
.i-matcha-itau:before {
|
|
1808
|
+
content: "\eaf6";
|
|
1809
|
+
}
|
|
1810
|
+
.i-matcha-itau-color .path1:before {
|
|
1811
|
+
content: "\eaf7";
|
|
1812
|
+
color: rgb(254, 110, 2);
|
|
1813
|
+
}
|
|
1814
|
+
.i-matcha-itau-color .path2:before {
|
|
1815
|
+
content: "\eaf8";
|
|
1816
|
+
margin-left: -1em;
|
|
1817
|
+
color: rgb(46, 49, 145);
|
|
1818
|
+
}
|
|
1819
|
+
.i-matcha-itau-color .path3:before {
|
|
1820
|
+
content: "\eaf9";
|
|
1821
|
+
margin-left: -1em;
|
|
1822
|
+
color: rgb(255, 241, 0);
|
|
1823
|
+
}
|
|
1824
|
+
.i-matcha-itau-color .path4:before {
|
|
1825
|
+
content: "\eafa";
|
|
1826
|
+
margin-left: -1em;
|
|
1827
|
+
color: rgb(254, 110, 2);
|
|
1828
|
+
}
|
|
1829
|
+
.i-matcha-itau-color .path5:before {
|
|
1830
|
+
content: "\eafb";
|
|
1831
|
+
margin-left: -1em;
|
|
1832
|
+
color: rgb(254, 110, 2);
|
|
1833
|
+
}
|
|
1834
|
+
.i-matcha-itau-color .path6:before {
|
|
1835
|
+
content: "\eafc";
|
|
1836
|
+
margin-left: -1em;
|
|
1837
|
+
color: rgb(254, 110, 2);
|
|
1838
|
+
}
|
|
1839
|
+
.i-matcha-itau-color .path7:before {
|
|
1840
|
+
content: "\eafd";
|
|
1841
|
+
margin-left: -1em;
|
|
1842
|
+
color: rgb(254, 110, 2);
|
|
1843
|
+
}
|
|
1844
|
+
.i-matcha-itau-color .path8:before {
|
|
1845
|
+
content: "\eafe";
|
|
1846
|
+
margin-left: -1em;
|
|
1847
|
+
color: rgb(254, 110, 2);
|
|
1848
|
+
}
|
|
1849
|
+
.i-matcha-itau-color .path9:before {
|
|
1850
|
+
content: "\eaff";
|
|
1851
|
+
margin-left: -1em;
|
|
1852
|
+
color: rgb(254, 110, 2);
|
|
1853
|
+
}
|
|
1854
|
+
.i-matcha-itau-color .path10:before {
|
|
1855
|
+
content: "\eb00";
|
|
1856
|
+
margin-left: -1em;
|
|
1857
|
+
color: rgb(254, 110, 2);
|
|
1858
|
+
}
|
|
1859
|
+
.i-matcha-itau-color .path11:before {
|
|
1860
|
+
content: "\eb01";
|
|
1861
|
+
margin-left: -1em;
|
|
1862
|
+
color: rgb(254, 110, 2);
|
|
1863
|
+
}
|
|
1864
|
+
.i-matcha-itau-color .path12:before {
|
|
1865
|
+
content: "\eb02";
|
|
1866
|
+
margin-left: -1em;
|
|
1867
|
+
color: rgb(254, 110, 2);
|
|
1868
|
+
}
|
|
1869
|
+
.i-matcha-itau-color .path13:before {
|
|
1870
|
+
content: "\eb03";
|
|
1871
|
+
margin-left: -1em;
|
|
1872
|
+
color: rgb(254, 110, 2);
|
|
1873
|
+
}
|
|
1874
|
+
.i-matcha-itau-color .path14:before {
|
|
1875
|
+
content: "\eb04";
|
|
1876
|
+
margin-left: -1em;
|
|
1877
|
+
color: rgb(254, 110, 2);
|
|
1878
|
+
}
|
|
1879
|
+
.i-matcha-itau-color .path15:before {
|
|
1880
|
+
content: "\eb05";
|
|
1881
|
+
margin-left: -1em;
|
|
1882
|
+
color: rgb(254, 110, 2);
|
|
1883
|
+
}
|
|
1884
|
+
.i-matcha-caixa:before {
|
|
1885
|
+
content: "\eb06";
|
|
1886
|
+
}
|
|
1887
|
+
.i-matcha-caixa-color .path1:before {
|
|
1888
|
+
content: "\eb07";
|
|
1889
|
+
color: rgb(255, 255, 255);
|
|
1890
|
+
}
|
|
1891
|
+
.i-matcha-caixa-color .path2:before {
|
|
1892
|
+
content: "\eb08";
|
|
1893
|
+
margin-left: -1em;
|
|
1894
|
+
color: rgb(0, 111, 174);
|
|
1895
|
+
}
|
|
1896
|
+
.i-matcha-caixa-color .path3:before {
|
|
1897
|
+
content: "\eb09";
|
|
1898
|
+
margin-left: -1em;
|
|
1899
|
+
color: rgb(243, 146, 0);
|
|
1900
|
+
}
|
|
1901
|
+
.i-matcha-caixa-color .path4:before {
|
|
1902
|
+
content: "\eb0a";
|
|
1903
|
+
margin-left: -1em;
|
|
1904
|
+
color: rgb(243, 146, 0);
|
|
1905
|
+
}
|