We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd10131 commit bed7a5bCopy full SHA for bed7a5b
src/email/index.html
@@ -34,6 +34,24 @@
34
max-height: -webkit-fill-available;
35
max-height: fill-available;
36
}
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
55
</style>
56
57
<body>
0 commit comments