Rev 6734 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@import '../../styles/variables.scss';
.profile_item {
width: 100%;
padding: 25px 20px;
border: 1px solid $border-primary;
background-color: $bg-color;
text-align: center;
border-radius: 10px;
position: relative;
h3 {
color: $title-color;
font-size: 1.4rem;
font-weight: 700;
}
h4 {
color: $subtitle-color;
font-weight: 600;
}
ul {
display: flex;
gap: 5px;
justify-content: space-around;
}
hr {
width: 90%;
margin: .5rem auto;
}
&_header {
align-items: center;
display: flex;
gap: .5rem;
position: relative;
img {
height: 80px;
width: 80px;
border-radius: 50%;
}
&_info {
display: flex;
flex-direction: column;
align-items: center;
text-align: left;
flex: 1;
ul {
margin-top: .5rem;
display: flex;
justify-content: space-around;
align-self: center;
gap: .5rem;
flex: 1;
}
}
}
}