20 lines
241 B
CSS
20 lines
241 B
CSS
.profile-media img {
|
|
border-radius: 100%;
|
|
width: 35px;
|
|
height: 35px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.mode-active i {
|
|
fill: #fff !important;
|
|
}
|
|
|
|
.notify {
|
|
z-index: 9999;
|
|
}
|
|
|
|
.form-span{
|
|
font-size: 10px;
|
|
color: #76b5e7;
|
|
}
|