use default contact icon for chrome app
This commit is contained in:
parent
6fc0ed2327
commit
3ef0a93337
9 changed files with 35 additions and 9 deletions
|
|
@ -130,4 +130,20 @@
|
|||
display: block;
|
||||
color: $mid-gray;
|
||||
}
|
||||
.big-icon-svg {
|
||||
padding: 0 7px;
|
||||
> .bg {
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 50%;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
box-shadow: 0px 1px 5px rgba($mid-gray, .1);
|
||||
background-repeat: no-repeat;
|
||||
background-clip: padding-box;
|
||||
background-size: 103%;
|
||||
&.green {
|
||||
background: rgb(1, 209, 162);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue