mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 02:04:24 +00:00
26 lines
554 B
SCSS
26 lines
554 B
SCSS
.person-list__--by-phonenumber {
|
|
.person-list__--by-phonenumber__phones {
|
|
ul {
|
|
list-style: none inside;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
li {
|
|
margin: 0.80rem;
|
|
|
|
img {
|
|
vertical-align: baseline;
|
|
height: 0.90rem;
|
|
margin-right: 0.20rem;
|
|
}
|
|
pre {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
;
|