summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/assets/framework/browser/style/icon-social.css
blob: d54ba3d6036c7425d48e79e2e1df3c245dffeb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/
@font-face {
  font-family: 'icoSocial';
  src: url('fonts/font-icons/icon-social.eot?timestamp=@@timestamp');
  src: url('fonts/font-icons/icon-social.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-social.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-social.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-social.ttf?timestamp=@@timestamp') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*="icon-social-"] {
  font-family: 'icoSocial' !important;
}
.icon-social-email:before {
  content: "\e900";
  color: #ea7400;
}
.icon-social-facebook:before {
  content: "\e903";
  color: #3b5999;
}
.icon-social-instagram:before {
  content: "\e904";
}
.icon-social-linkedin:before {
  content: "\e905";
  color: #066c9a;
}
.icon-social-linkedinL:before {
  content: "\e906";
  color: #cccccc;
}
.icon-social-pinterest:before {
  content: "\e907";
  color: #bd081c;
}
.icon-social-pinterest:after {
  content: "\e908";
  margin-left: -1em;
  color: #ffffff;
}
.icon-social-pinterestL:before {
  content: "\e909";
  color: #cdcdcd;
}
.icon-social-share-this:before {
  content: "\e90a";
}
.icon-social-sms:before {
  content: "\e90b";
  color: #007a3e;
}
.icon-social-twitter:before {
  content: "\e90c";
  color: #2aa9e0;
}
.icon-social-twitterL:before {
  content: "\e90d";
}
.icon-social-youtube:before {
  content: "\e90e";
  color: #cd201f;
}
.icon-social-youtube-full:before {
  content: "\e90f";
  color: #000000;
}