Skip to content

Commit bed7a5b

Browse files
committed
added css for selecting avatar
1 parent fd10131 commit bed7a5b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/email/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@
3434
max-height: -webkit-fill-available;
3535
max-height: fill-available;
3636
}
37+
38+
.avatar-selected {
39+
background-color: #43a047 !important;
40+
overflow: hidden;
41+
border-radius: 50px;
42+
width: 40px;
43+
height: 40px;
44+
display: flex;
45+
align-items: center;
46+
justify-content: center;
47+
}
48+
49+
.avatar-selected i {
50+
color: white;
51+
font-size: 24px;
52+
transition: 0.3s;
53+
transition-delay: 0s;
54+
}
3755
</style>
3856

3957
<body>

0 commit comments

Comments
 (0)