1/*
2 * Convert transparent color to hex value by given background
3 */
4.go-addressbook-url.homepage:before {
5  display: inline-block;
6  font-family: "Material Icons";
7  font-weight: normal;
8  font-style: normal;
9  font-size: 21px;
10  /* Preferred icon size */
11  /*	max-width: dp(24);
12  	max-height: dp(24);*/
13  color: inherit;
14  width: auto;
15  height: auto;
16  line-height: 1;
17  text-transform: none;
18  letter-spacing: normal;
19  vertical-align: middle;
20  word-wrap: normal;
21  white-space: nowrap;
22  direction: ltr;
23  -webkit-font-smoothing: antialiased;
24  text-rendering: optimizeLegibility;
25  -moz-osx-font-smoothing: grayscale;
26  font-feature-settings: "liga";
27}
28
29.go-module-icon-addressbook, .go-menu-icon-addressbook {
30  background: url("resources/addressbook.png");
31}
32
33.go-addressbook-star {
34  color: #febf35;
35}
36
37.go-addressbook-index-row:not(:first-child):before {
38  content: "";
39  top: -7px;
40  position: absolute;
41  width: 100%;
42  display: block;
43  border-top: 1px solid rgba(255, 255, 255, 0.3);
44}
45
46.go-addressbook-index-row:not(:first-child) {
47  margin-top: 14px;
48  position: relative;
49}
50
51.go-addressbook-name-panel {
52  padding: 14px;
53}
54.go-addressbook-name-panel h4, .go-addressbook-name-panel h3 {
55  margin: 0;
56}
57.go-addressbook-name-panel .go-addressbook-star {
58  margin-top: -7px;
59}
60
61.go-addressbook-name {
62  position: absolute;
63  top: 14px;
64  right: 14px;
65}
66
67.go-addressbook-url-panel {
68  text-align: right;
69  position: absolute;
70  display: inline-block;
71  right: 7px;
72  float: right;
73  line-height: 17.5px;
74}
75
76.go-addressbook-url {
77  height: 17.5px;
78  width: 17.5px;
79  background-repeat: none;
80  background-position: center;
81  background-size: contain;
82  display: inline-block;
83  border-radius: 1px;
84}
85.go-addressbook-url.linkedin {
86  background-image: url("resources/linkedin.png");
87}
88.go-addressbook-url.facebook {
89  background-image: url("resources/facebook.png");
90}
91.go-addressbook-url.twitter {
92  background-image: url("resources/twitter.png");
93}
94.go-addressbook-url.homepage {
95  background-color: #009BC9;
96  border-radius: 2px;
97}
98.go-addressbook-url.homepage:before {
99  font-size: 17.5px;
100  content: "home";
101  vertical-align: baseline;
102  line-height: inherit;
103  color: white;
104}
105
106.go-ab-avatar {
107  margin-right: 14px;
108}
109
110.avatar.organization {
111  background-image: none;
112}
113
114/*# sourceMappingURL=style.css.map */
115