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