Newer
Older
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
float: right;
color: #72a4fe;
font-size: 24px;
margin-right: 10px;
}
display: flex;
flex-direction: row;
align-items: center;
}
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.person-list{
padding: 0 20px;
height: 100%;
transition: all 300ms;
}
.item {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.item-border {
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
margin: 15px 0px 0px;
padding-left: 15px;
padding-right: 10px;
.contact-img {
width: 3.5rem;
margin-right: 1rem;
}
ion-icon{
margin-left: auto;
margin-right: 10px;
color: #999;
line-height: 2;
font-size: 1.8rem;
}
}