@org_educaresco/viam.profileimage
Version:
A React component that show Image Perfil.
100 lines (81 loc) • 1.37 kB
CSS
.profileimage {
font-weight: 600;
color: #10910e;
}
.message-image-preview {
width: 140px;
height: 240px;
float: left;
}
.imagePhotoSize {
width: 140px;
height: 140px;
float: center;
padding: 0px 0;
}
.avatar {
display: inline-block;
overflow: hidden;
line-height: 1;
vertical-align: middle;
border-radius: 3px;
width: 140px;
height: 140px;
padding: 0px 0;
}
.details-reset>summary {
list-style: none;
}
.details summary {
cursor: pointer;
}
.position-absolute {
position: absolute ;
}
.bg-gray-dark {
background-color: #24292e ;
}
.rounded-2 {
border-radius: 6px ;
}
.text-white {
color: #fff ;
}
.mb-2 {
margin-bottom: 8px ;
}
.ml-2 {
margin-left: 8px ;
}
.py-1 {
padding-top: 4px ;
padding-bottom: 4px ;
}
.px-2 {
padding-left: 8px ;
}
.bottom-0 {
bottom: 0 ;
}
.left-0 {
left: 0 ;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 100;
width: 160px;
padding-top: 4px;
padding-bottom: 4px;
margin-top: 2px;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 4px;
box-shadow: 0 1px 15px rgba(27, 31, 35, .15);
}
.rounded-2 {
border-radius: 6px ;
}