source: trip-planner-front/node_modules/primeng/resources/components/avatar/avatar.css@ bdd6491

Last change on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 397 bytes
Line 
1.p-avatar {
2 display: inline-flex;
3 align-items: center;
4 justify-content: center;
5 width: 2rem;
6 height: 2rem;
7 font-size: 1rem;
8}
9
10.p-avatar.p-avatar-image {
11 background-color: transparent;
12}
13
14.p-avatar.p-avatar-circle {
15 border-radius: 50%;
16 overflow: hidden;
17}
18
19.p-avatar .p-avatar-icon {
20 font-size: 1rem;
21}
22
23.p-avatar img {
24 width: 100%;
25 height: 100%;
26}
Note: See TracBrowser for help on using the repository browser.