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/fonts/matcha-icons.ttf
CHANGED
|
Binary file
|
package/fonts/matcha-icons.woff
CHANGED
|
Binary file
|
package/matcha-icons.css
CHANGED
|
@@ -77,6 +77,12 @@
|
|
|
77
77
|
// -------------------------------------------------------------------------------------------------------------------
|
|
78
78
|
*/
|
|
79
79
|
|
|
80
|
+
.i-matcha-app:before {
|
|
81
|
+
content: "\ea93";
|
|
82
|
+
}
|
|
83
|
+
.i-matcha-site:before {
|
|
84
|
+
content: "\ea94";
|
|
85
|
+
}
|
|
80
86
|
.i-matcha-home:before {
|
|
81
87
|
content: "\e948";
|
|
82
88
|
}
|
|
@@ -749,6 +755,278 @@
|
|
|
749
755
|
.i-matcha-action_arrow_right:before {
|
|
750
756
|
content: "\e928";
|
|
751
757
|
}
|
|
758
|
+
.i-matcha-payment-cash .path1:before {
|
|
759
|
+
content: "\ea95";
|
|
760
|
+
color: rgb(14, 147, 71);
|
|
761
|
+
}
|
|
762
|
+
.i-matcha-payment-cash .path2:before {
|
|
763
|
+
content: "\ea96";
|
|
764
|
+
margin-left: -1em;
|
|
765
|
+
color: rgb(59, 181, 74);
|
|
766
|
+
}
|
|
767
|
+
.i-matcha-payment-cash .path3:before {
|
|
768
|
+
content: "\ea97";
|
|
769
|
+
margin-left: -1em;
|
|
770
|
+
color: rgb(137, 199, 99);
|
|
771
|
+
}
|
|
772
|
+
.i-matcha-payment-card .path1:before {
|
|
773
|
+
content: "\ea98";
|
|
774
|
+
color: rgb(95, 130, 226);
|
|
775
|
+
}
|
|
776
|
+
.i-matcha-payment-card .path2:before {
|
|
777
|
+
content: "\ea99";
|
|
778
|
+
margin-left: -1em;
|
|
779
|
+
color: rgb(121, 153, 237);
|
|
780
|
+
}
|
|
781
|
+
.i-matcha-payment-card .path3:before {
|
|
782
|
+
content: "\ea9a";
|
|
783
|
+
margin-left: -1em;
|
|
784
|
+
color: rgb(240, 196, 27);
|
|
785
|
+
}
|
|
786
|
+
.i-matcha-payment-card .path4:before {
|
|
787
|
+
content: "\ea9b";
|
|
788
|
+
margin-left: -1em;
|
|
789
|
+
color: rgb(243, 213, 92);
|
|
790
|
+
}
|
|
791
|
+
.i-matcha-payment-card .path5:before {
|
|
792
|
+
content: "\ea9c";
|
|
793
|
+
margin-left: -1em;
|
|
794
|
+
color: rgb(231, 76, 61);
|
|
795
|
+
}
|
|
796
|
+
.i-matcha-payment-card .path6:before {
|
|
797
|
+
content: "\ea9d";
|
|
798
|
+
margin-left: -1em;
|
|
799
|
+
color: rgb(240, 196, 27);
|
|
800
|
+
}
|
|
801
|
+
.i-matcha-payment-visa .path1:before {
|
|
802
|
+
content: "\ea9e";
|
|
803
|
+
color: rgb(36, 42, 136);
|
|
804
|
+
}
|
|
805
|
+
.i-matcha-payment-visa .path2:before {
|
|
806
|
+
content: "\ea9f";
|
|
807
|
+
margin-left: -1em;
|
|
808
|
+
color: rgb(245, 247, 250);
|
|
809
|
+
}
|
|
810
|
+
.i-matcha-payment-ticket .path1:before {
|
|
811
|
+
content: "\eaa0";
|
|
812
|
+
color: rgb(237, 237, 237);
|
|
813
|
+
}
|
|
814
|
+
.i-matcha-payment-ticket .path2:before {
|
|
815
|
+
content: "\eaa1";
|
|
816
|
+
margin-left: -1em;
|
|
817
|
+
color: rgb(0, 124, 180);
|
|
818
|
+
}
|
|
819
|
+
.i-matcha-payment-ticket .path3:before {
|
|
820
|
+
content: "\eaa2";
|
|
821
|
+
margin-left: -1em;
|
|
822
|
+
color: rgb(217, 38, 47);
|
|
823
|
+
}
|
|
824
|
+
.i-matcha-payment-elo .path1:before {
|
|
825
|
+
content: "\eaa3";
|
|
826
|
+
color: rgb(34, 55, 68);
|
|
827
|
+
}
|
|
828
|
+
.i-matcha-payment-elo .path2:before {
|
|
829
|
+
content: "\eaa4";
|
|
830
|
+
margin-left: -1em;
|
|
831
|
+
color: rgb(255, 241, 0);
|
|
832
|
+
}
|
|
833
|
+
.i-matcha-payment-elo .path3:before {
|
|
834
|
+
content: "\eaa5";
|
|
835
|
+
margin-left: -1em;
|
|
836
|
+
color: rgb(0, 163, 223);
|
|
837
|
+
}
|
|
838
|
+
.i-matcha-payment-elo .path4:before {
|
|
839
|
+
content: "\eaa6";
|
|
840
|
+
margin-left: -1em;
|
|
841
|
+
color: rgb(238, 64, 35);
|
|
842
|
+
}
|
|
843
|
+
.i-matcha-payment-elo .path5:before {
|
|
844
|
+
content: "\eaa7";
|
|
845
|
+
margin-left: -1em;
|
|
846
|
+
color: rgb(245, 247, 250);
|
|
847
|
+
}
|
|
848
|
+
.i-matcha-payment-hipercard .path1:before {
|
|
849
|
+
content: "\eaa8";
|
|
850
|
+
color: rgb(237, 237, 237);
|
|
851
|
+
}
|
|
852
|
+
.i-matcha-payment-hipercard .path2:before {
|
|
853
|
+
content: "\eaa9";
|
|
854
|
+
margin-left: -1em;
|
|
855
|
+
color: rgb(179, 19, 27);
|
|
856
|
+
}
|
|
857
|
+
.i-matcha-payment-diners .path1:before {
|
|
858
|
+
content: "\eaaa";
|
|
859
|
+
color: rgb(0, 121, 190);
|
|
860
|
+
}
|
|
861
|
+
.i-matcha-payment-diners .path2:before {
|
|
862
|
+
content: "\eaab";
|
|
863
|
+
margin-left: -1em;
|
|
864
|
+
color: rgb(245, 247, 250);
|
|
865
|
+
}
|
|
866
|
+
.i-matcha-payment-credicard .path1:before {
|
|
867
|
+
content: "\eaac";
|
|
868
|
+
color: rgb(237, 237, 237);
|
|
869
|
+
}
|
|
870
|
+
.i-matcha-payment-credicard .path2:before {
|
|
871
|
+
content: "\eaad";
|
|
872
|
+
margin-left: -1em;
|
|
873
|
+
color: rgb(41, 45, 120);
|
|
874
|
+
}
|
|
875
|
+
.i-matcha-payment-aura .path1:before {
|
|
876
|
+
content: "\eaae";
|
|
877
|
+
color: rgb(0, 121, 190);
|
|
878
|
+
}
|
|
879
|
+
.i-matcha-payment-aura .path2:before {
|
|
880
|
+
content: "\eaaf";
|
|
881
|
+
margin-left: -1em;
|
|
882
|
+
color: rgb(254, 218, 97);
|
|
883
|
+
}
|
|
884
|
+
.i-matcha-payment-aura .path3:before {
|
|
885
|
+
content: "\eab0";
|
|
886
|
+
margin-left: -1em;
|
|
887
|
+
color: rgb(216, 35, 42);
|
|
888
|
+
}
|
|
889
|
+
.i-matcha-payment-american-express .path1:before {
|
|
890
|
+
content: "\eab1";
|
|
891
|
+
color: rgb(37, 87, 214);
|
|
892
|
+
}
|
|
893
|
+
.i-matcha-payment-american-express .path2:before {
|
|
894
|
+
content: "\eab2";
|
|
895
|
+
margin-left: -1em;
|
|
896
|
+
color: rgb(245, 247, 250);
|
|
897
|
+
}
|
|
898
|
+
.i-matcha-payment-american-express .path3:before {
|
|
899
|
+
content: "\eab3";
|
|
900
|
+
margin-left: -1em;
|
|
901
|
+
color: rgb(245, 247, 250);
|
|
902
|
+
}
|
|
903
|
+
.i-matcha-payment-pix .path1:before {
|
|
904
|
+
content: "\eab4";
|
|
905
|
+
color: rgb(237, 237, 237);
|
|
906
|
+
}
|
|
907
|
+
.i-matcha-payment-pix .path2:before {
|
|
908
|
+
content: "\eab5";
|
|
909
|
+
margin-left: -1em;
|
|
910
|
+
color: rgb(30, 172, 125);
|
|
911
|
+
}
|
|
912
|
+
.i-matcha-payment-pix .path3:before {
|
|
913
|
+
content: "\eab6";
|
|
914
|
+
margin-left: -1em;
|
|
915
|
+
color: rgb(30, 172, 125);
|
|
916
|
+
}
|
|
917
|
+
.i-matcha-payment-master .path1:before {
|
|
918
|
+
content: "\eab7";
|
|
919
|
+
color: rgb(34, 55, 68);
|
|
920
|
+
}
|
|
921
|
+
.i-matcha-payment-master .path2:before {
|
|
922
|
+
content: "\eab8";
|
|
923
|
+
margin-left: -1em;
|
|
924
|
+
color: rgb(255, 95, 0);
|
|
925
|
+
}
|
|
926
|
+
.i-matcha-payment-master .path3:before {
|
|
927
|
+
content: "\eab9";
|
|
928
|
+
margin-left: -1em;
|
|
929
|
+
color: rgb(235, 0, 27);
|
|
930
|
+
}
|
|
931
|
+
.i-matcha-payment-master .path4:before {
|
|
932
|
+
content: "\eaba";
|
|
933
|
+
margin-left: -1em;
|
|
934
|
+
color: rgb(247, 158, 27);
|
|
935
|
+
}
|
|
936
|
+
.i-matcha-payment-master .path5:before {
|
|
937
|
+
content: "\eabb";
|
|
938
|
+
margin-left: -1em;
|
|
939
|
+
color: rgb(255, 255, 255);
|
|
940
|
+
}
|
|
941
|
+
.i-matcha-payment-maestro .path1:before {
|
|
942
|
+
content: "\eabc";
|
|
943
|
+
color: rgb(34, 55, 68);
|
|
944
|
+
}
|
|
945
|
+
.i-matcha-payment-maestro .path2:before {
|
|
946
|
+
content: "\eabd";
|
|
947
|
+
margin-left: -1em;
|
|
948
|
+
color: rgb(245, 247, 250);
|
|
949
|
+
}
|
|
950
|
+
.i-matcha-payment-maestro .path3:before {
|
|
951
|
+
content: "\eabe";
|
|
952
|
+
margin-left: -1em;
|
|
953
|
+
color: rgb(118, 115, 192);
|
|
954
|
+
}
|
|
955
|
+
.i-matcha-payment-maestro .path4:before {
|
|
956
|
+
content: "\eabf";
|
|
957
|
+
margin-left: -1em;
|
|
958
|
+
color: rgb(235, 0, 27);
|
|
959
|
+
}
|
|
960
|
+
.i-matcha-payment-maestro .path5:before {
|
|
961
|
+
content: "\eac0";
|
|
962
|
+
margin-left: -1em;
|
|
963
|
+
color: rgb(0, 161, 223);
|
|
964
|
+
}
|
|
965
|
+
.i-matcha-payment-alelo .path1:before {
|
|
966
|
+
content: "\eac1";
|
|
967
|
+
color: rgb(0, 116, 85);
|
|
968
|
+
}
|
|
969
|
+
.i-matcha-payment-alelo .path2:before {
|
|
970
|
+
content: "\eac2";
|
|
971
|
+
margin-left: -1em;
|
|
972
|
+
color: rgb(183, 210, 86);
|
|
973
|
+
}
|
|
974
|
+
.i-matcha-payment-alelo .path3:before {
|
|
975
|
+
content: "\eac3";
|
|
976
|
+
margin-left: -1em;
|
|
977
|
+
color: rgb(245, 247, 250);
|
|
978
|
+
}
|
|
979
|
+
.i-matcha-payment-bank-slip .path1:before {
|
|
980
|
+
content: "\eac4";
|
|
981
|
+
color: rgb(237, 237, 237);
|
|
982
|
+
}
|
|
983
|
+
.i-matcha-payment-bank-slip .path2:before {
|
|
984
|
+
content: "\eac5";
|
|
985
|
+
margin-left: -1em;
|
|
986
|
+
color: rgb(99, 111, 120);
|
|
987
|
+
}
|
|
988
|
+
.i-matcha-vr-refeicao .path1:before {
|
|
989
|
+
content: "\eac6";
|
|
990
|
+
color: rgb(17, 144, 70);
|
|
991
|
+
}
|
|
992
|
+
.i-matcha-vr-refeicao .path2:before {
|
|
993
|
+
content: "\eac7";
|
|
994
|
+
margin-left: -1em;
|
|
995
|
+
color: rgb(235, 139, 45);
|
|
996
|
+
}
|
|
997
|
+
.i-matcha-vr-refeicao .path3:before {
|
|
998
|
+
content: "\eac8";
|
|
999
|
+
margin-left: -1em;
|
|
1000
|
+
color: rgb(245, 247, 250);
|
|
1001
|
+
}
|
|
1002
|
+
.i-matcha-vr-auto .path1:before {
|
|
1003
|
+
content: "\eac9";
|
|
1004
|
+
color: rgb(17, 144, 70);
|
|
1005
|
+
}
|
|
1006
|
+
.i-matcha-vr-auto .path2:before {
|
|
1007
|
+
content: "\eaca";
|
|
1008
|
+
margin-left: -1em;
|
|
1009
|
+
color: rgb(27, 27, 27);
|
|
1010
|
+
}
|
|
1011
|
+
.i-matcha-vr-auto .path3:before {
|
|
1012
|
+
content: "\eacb";
|
|
1013
|
+
margin-left: -1em;
|
|
1014
|
+
color: rgb(245, 247, 250);
|
|
1015
|
+
}
|
|
1016
|
+
.i-matcha-vr-alimentacao .path1:before {
|
|
1017
|
+
content: "\eacc";
|
|
1018
|
+
color: rgb(17, 144, 70);
|
|
1019
|
+
}
|
|
1020
|
+
.i-matcha-vr-alimentacao .path2:before {
|
|
1021
|
+
content: "\eacd";
|
|
1022
|
+
margin-left: -1em;
|
|
1023
|
+
color: rgb(232, 4, 126);
|
|
1024
|
+
}
|
|
1025
|
+
.i-matcha-vr-alimentacao .path3:before {
|
|
1026
|
+
content: "\eace";
|
|
1027
|
+
margin-left: -1em;
|
|
1028
|
+
color: rgb(245, 247, 250);
|
|
1029
|
+
}
|
|
752
1030
|
.i-matcha-action_plus:before {
|
|
753
1031
|
content: "\e932";
|
|
754
1032
|
}
|
|
@@ -758,6 +1036,18 @@
|
|
|
758
1036
|
.i-matcha-action_reload:before {
|
|
759
1037
|
content: "\e934";
|
|
760
1038
|
}
|
|
1039
|
+
.i-matcha-transfer:before {
|
|
1040
|
+
content: "\eacf";
|
|
1041
|
+
}
|
|
1042
|
+
.i-matcha-cost-center:before {
|
|
1043
|
+
content: "\ead0";
|
|
1044
|
+
}
|
|
1045
|
+
.i-matcha-expand:before {
|
|
1046
|
+
content: "\ead1";
|
|
1047
|
+
}
|
|
1048
|
+
.i-matcha-collapse:before {
|
|
1049
|
+
content: "\ead2";
|
|
1050
|
+
}
|
|
761
1051
|
.i-matcha-action_list:before {
|
|
762
1052
|
content: "\e92f";
|
|
763
1053
|
}
|
|
@@ -822,12 +1112,63 @@
|
|
|
822
1112
|
.i-matcha-card-out:before {
|
|
823
1113
|
content: "\e9ac";
|
|
824
1114
|
}
|
|
1115
|
+
.i-matcha-add-card:before {
|
|
1116
|
+
content: "\ead3";
|
|
1117
|
+
}
|
|
1118
|
+
.i-matcha-update-balance:before {
|
|
1119
|
+
content: "\ead4";
|
|
1120
|
+
}
|
|
1121
|
+
.i-matcha-cash:before {
|
|
1122
|
+
content: "\ead5";
|
|
1123
|
+
}
|
|
1124
|
+
.i-matcha-cash-out:before {
|
|
1125
|
+
content: "\ead6";
|
|
1126
|
+
}
|
|
1127
|
+
.i-matcha-pin:before {
|
|
1128
|
+
content: "\ead7";
|
|
1129
|
+
}
|
|
1130
|
+
.i-matcha-pin-out:before {
|
|
1131
|
+
content: "\ead8";
|
|
1132
|
+
}
|
|
1133
|
+
.i-matcha-flag:before {
|
|
1134
|
+
content: "\ead9";
|
|
1135
|
+
}
|
|
1136
|
+
.i-matcha-flag-out:before {
|
|
1137
|
+
content: "\eada";
|
|
1138
|
+
}
|
|
1139
|
+
.i-matcha-category1:before {
|
|
1140
|
+
content: "\eadb";
|
|
1141
|
+
}
|
|
1142
|
+
.i-matcha-category-out:before {
|
|
1143
|
+
content: "\eadc";
|
|
1144
|
+
}
|
|
1145
|
+
.i-matcha-media:before {
|
|
1146
|
+
content: "\eadd";
|
|
1147
|
+
}
|
|
1148
|
+
.i-matcha-media-out:before {
|
|
1149
|
+
content: "\eade";
|
|
1150
|
+
}
|
|
1151
|
+
.i-matcha-wallet:before {
|
|
1152
|
+
content: "\eadf";
|
|
1153
|
+
}
|
|
1154
|
+
.i-matcha-wallet-out:before {
|
|
1155
|
+
content: "\eae0";
|
|
1156
|
+
}
|
|
1157
|
+
.i-matcha-management:before {
|
|
1158
|
+
content: "\eae1";
|
|
1159
|
+
}
|
|
1160
|
+
.i-matcha-business-unit:before {
|
|
1161
|
+
content: "\eae2";
|
|
1162
|
+
}
|
|
825
1163
|
.i-matcha-receipt:before {
|
|
826
1164
|
content: "\e9a9";
|
|
827
1165
|
}
|
|
828
1166
|
.i-matcha-receipt-out:before {
|
|
829
1167
|
content: "\e9b2";
|
|
830
1168
|
}
|
|
1169
|
+
.i-matcha-circle-email:before {
|
|
1170
|
+
content: "\e9c5";
|
|
1171
|
+
}
|
|
831
1172
|
.i-matcha-email:before {
|
|
832
1173
|
content: "\e9a6";
|
|
833
1174
|
}
|
|
@@ -906,18 +1247,9 @@
|
|
|
906
1247
|
.i-matcha-people:before {
|
|
907
1248
|
content: "\ea21";
|
|
908
1249
|
}
|
|
909
|
-
.i-matcha-rocket:before {
|
|
910
|
-
content: "\ea91";
|
|
911
|
-
}
|
|
912
1250
|
.i-matcha-circle-code:before {
|
|
913
1251
|
content: "\e9c4";
|
|
914
1252
|
}
|
|
915
|
-
.i-matcha-cookie-out:before {
|
|
916
|
-
content: "\ea90";
|
|
917
|
-
}
|
|
918
|
-
.i-matcha-circle-email:before {
|
|
919
|
-
content: "\e9c5";
|
|
920
|
-
}
|
|
921
1253
|
.i-matcha-circle-facebook:before {
|
|
922
1254
|
content: "\e9c6";
|
|
923
1255
|
}
|
|
@@ -984,6 +1316,18 @@
|
|
|
984
1316
|
.i-matcha-flickr:before {
|
|
985
1317
|
content: "\ea24";
|
|
986
1318
|
}
|
|
1319
|
+
.i-matcha-circle-flickr:before {
|
|
1320
|
+
content: "\eae3";
|
|
1321
|
+
}
|
|
1322
|
+
.i-matcha-cookie:before {
|
|
1323
|
+
content: "\eae4";
|
|
1324
|
+
}
|
|
1325
|
+
.i-matcha-cookie-out:before {
|
|
1326
|
+
content: "\eae5";
|
|
1327
|
+
}
|
|
1328
|
+
.i-matcha-cookie-out-2:before {
|
|
1329
|
+
content: "\ea90";
|
|
1330
|
+
}
|
|
987
1331
|
.i-matcha-emoji-happy:before {
|
|
988
1332
|
content: "\ea25";
|
|
989
1333
|
}
|
|
@@ -1449,3 +1793,165 @@
|
|
|
1449
1793
|
margin-left: -1em;
|
|
1450
1794
|
color: rgb(34, 55, 68);
|
|
1451
1795
|
}
|
|
1796
|
+
.i-matcha-rocket:before {
|
|
1797
|
+
content: "\ea91";
|
|
1798
|
+
}
|
|
1799
|
+
.i-matcha-rocket-out:before {
|
|
1800
|
+
content: "\eae6";
|
|
1801
|
+
}
|
|
1802
|
+
.i-matcha-flickr-02:before {
|
|
1803
|
+
content: "\eae7";
|
|
1804
|
+
}
|
|
1805
|
+
.i-matcha-flickr-04:before {
|
|
1806
|
+
content: "\eae8";
|
|
1807
|
+
}
|
|
1808
|
+
.i-matcha-nu:before {
|
|
1809
|
+
content: "\eae9";
|
|
1810
|
+
}
|
|
1811
|
+
.i-matcha-nu-color .path1:before {
|
|
1812
|
+
content: "\eaea";
|
|
1813
|
+
color: rgb(255, 255, 255);
|
|
1814
|
+
}
|
|
1815
|
+
.i-matcha-nu-color .path2:before {
|
|
1816
|
+
content: "\eaeb";
|
|
1817
|
+
margin-left: -1em;
|
|
1818
|
+
color: rgb(129, 10, 210);
|
|
1819
|
+
}
|
|
1820
|
+
.i-matcha-bradesco:before {
|
|
1821
|
+
content: "\eaec";
|
|
1822
|
+
}
|
|
1823
|
+
.i-matcha-bradesco-color .path1:before {
|
|
1824
|
+
content: "\eaed";
|
|
1825
|
+
color: rgb(255, 255, 255);
|
|
1826
|
+
}
|
|
1827
|
+
.i-matcha-bradesco-color .path2:before {
|
|
1828
|
+
content: "\eaee";
|
|
1829
|
+
margin-left: -1em;
|
|
1830
|
+
color: rgb(204, 9, 47);
|
|
1831
|
+
}
|
|
1832
|
+
.i-matcha-santander:before {
|
|
1833
|
+
content: "\eaef";
|
|
1834
|
+
}
|
|
1835
|
+
.i-matcha-santander-color .path1:before {
|
|
1836
|
+
content: "\eaf0";
|
|
1837
|
+
color: rgb(255, 255, 255);
|
|
1838
|
+
}
|
|
1839
|
+
.i-matcha-santander-color .path2:before {
|
|
1840
|
+
content: "\eaf1";
|
|
1841
|
+
margin-left: -1em;
|
|
1842
|
+
color: rgb(236, 0, 0);
|
|
1843
|
+
}
|
|
1844
|
+
.i-matcha-bb:before {
|
|
1845
|
+
content: "\eaf2";
|
|
1846
|
+
}
|
|
1847
|
+
.i-matcha-bb-color .path1:before {
|
|
1848
|
+
content: "\eaf3";
|
|
1849
|
+
color: rgb(51, 52, 142);
|
|
1850
|
+
}
|
|
1851
|
+
.i-matcha-bb-color .path2:before {
|
|
1852
|
+
content: "\eaf4";
|
|
1853
|
+
margin-left: -1em;
|
|
1854
|
+
color: rgb(255, 239, 56);
|
|
1855
|
+
}
|
|
1856
|
+
.i-matcha-c6-color:before {
|
|
1857
|
+
content: "\eaf5";
|
|
1858
|
+
}
|
|
1859
|
+
.i-matcha-itau:before {
|
|
1860
|
+
content: "\eaf6";
|
|
1861
|
+
}
|
|
1862
|
+
.i-matcha-itau-color .path1:before {
|
|
1863
|
+
content: "\eaf7";
|
|
1864
|
+
color: rgb(254, 110, 2);
|
|
1865
|
+
}
|
|
1866
|
+
.i-matcha-itau-color .path2:before {
|
|
1867
|
+
content: "\eaf8";
|
|
1868
|
+
margin-left: -1em;
|
|
1869
|
+
color: rgb(46, 49, 145);
|
|
1870
|
+
}
|
|
1871
|
+
.i-matcha-itau-color .path3:before {
|
|
1872
|
+
content: "\eaf9";
|
|
1873
|
+
margin-left: -1em;
|
|
1874
|
+
color: rgb(255, 241, 0);
|
|
1875
|
+
}
|
|
1876
|
+
.i-matcha-itau-color .path4:before {
|
|
1877
|
+
content: "\eafa";
|
|
1878
|
+
margin-left: -1em;
|
|
1879
|
+
color: rgb(254, 110, 2);
|
|
1880
|
+
}
|
|
1881
|
+
.i-matcha-itau-color .path5:before {
|
|
1882
|
+
content: "\eafb";
|
|
1883
|
+
margin-left: -1em;
|
|
1884
|
+
color: rgb(254, 110, 2);
|
|
1885
|
+
}
|
|
1886
|
+
.i-matcha-itau-color .path6:before {
|
|
1887
|
+
content: "\eafc";
|
|
1888
|
+
margin-left: -1em;
|
|
1889
|
+
color: rgb(254, 110, 2);
|
|
1890
|
+
}
|
|
1891
|
+
.i-matcha-itau-color .path7:before {
|
|
1892
|
+
content: "\eafd";
|
|
1893
|
+
margin-left: -1em;
|
|
1894
|
+
color: rgb(254, 110, 2);
|
|
1895
|
+
}
|
|
1896
|
+
.i-matcha-itau-color .path8:before {
|
|
1897
|
+
content: "\eafe";
|
|
1898
|
+
margin-left: -1em;
|
|
1899
|
+
color: rgb(254, 110, 2);
|
|
1900
|
+
}
|
|
1901
|
+
.i-matcha-itau-color .path9:before {
|
|
1902
|
+
content: "\eaff";
|
|
1903
|
+
margin-left: -1em;
|
|
1904
|
+
color: rgb(254, 110, 2);
|
|
1905
|
+
}
|
|
1906
|
+
.i-matcha-itau-color .path10:before {
|
|
1907
|
+
content: "\eb00";
|
|
1908
|
+
margin-left: -1em;
|
|
1909
|
+
color: rgb(254, 110, 2);
|
|
1910
|
+
}
|
|
1911
|
+
.i-matcha-itau-color .path11:before {
|
|
1912
|
+
content: "\eb01";
|
|
1913
|
+
margin-left: -1em;
|
|
1914
|
+
color: rgb(254, 110, 2);
|
|
1915
|
+
}
|
|
1916
|
+
.i-matcha-itau-color .path12:before {
|
|
1917
|
+
content: "\eb02";
|
|
1918
|
+
margin-left: -1em;
|
|
1919
|
+
color: rgb(254, 110, 2);
|
|
1920
|
+
}
|
|
1921
|
+
.i-matcha-itau-color .path13:before {
|
|
1922
|
+
content: "\eb03";
|
|
1923
|
+
margin-left: -1em;
|
|
1924
|
+
color: rgb(254, 110, 2);
|
|
1925
|
+
}
|
|
1926
|
+
.i-matcha-itau-color .path14:before {
|
|
1927
|
+
content: "\eb04";
|
|
1928
|
+
margin-left: -1em;
|
|
1929
|
+
color: rgb(254, 110, 2);
|
|
1930
|
+
}
|
|
1931
|
+
.i-matcha-itau-color .path15:before {
|
|
1932
|
+
content: "\eb05";
|
|
1933
|
+
margin-left: -1em;
|
|
1934
|
+
color: rgb(254, 110, 2);
|
|
1935
|
+
}
|
|
1936
|
+
.i-matcha-caixa:before {
|
|
1937
|
+
content: "\eb06";
|
|
1938
|
+
}
|
|
1939
|
+
.i-matcha-caixa-color .path1:before {
|
|
1940
|
+
content: "\eb07";
|
|
1941
|
+
color: rgb(255, 255, 255);
|
|
1942
|
+
}
|
|
1943
|
+
.i-matcha-caixa-color .path2:before {
|
|
1944
|
+
content: "\eb08";
|
|
1945
|
+
margin-left: -1em;
|
|
1946
|
+
color: rgb(0, 111, 174);
|
|
1947
|
+
}
|
|
1948
|
+
.i-matcha-caixa-color .path3:before {
|
|
1949
|
+
content: "\eb09";
|
|
1950
|
+
margin-left: -1em;
|
|
1951
|
+
color: rgb(243, 146, 0);
|
|
1952
|
+
}
|
|
1953
|
+
.i-matcha-caixa-color .path4:before {
|
|
1954
|
+
content: "\eb0a";
|
|
1955
|
+
margin-left: -1em;
|
|
1956
|
+
color: rgb(243, 146, 0);
|
|
1957
|
+
}
|