style: removendo estilo do Footer Credits

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-07 07:18:03 -03:00
parent d2f66c6e5f
commit c4e596331f
2 changed files with 0 additions and 37 deletions

View File

@ -227,21 +227,4 @@
.FooterRightBlock .UlGroup .UlSecondary .ImgCard {
width: 42px;
}
}
.AutoresBlock .Autores-Group {
display: flex;
align-items: center;
column-gap: 15.73px;
margin: 0;
padding: 0;
}
.AutoresBlock .Autores-Group .Autores-List {
display: flex;
align-items: center;
font-weight: 400;
font-size: 10px;
line-height: 12px;
color: #ffffff;
column-gap: 8.72px;
}

View File

@ -193,23 +193,3 @@
}
}
// Footer Credits
.AutoresBlock {
.Autores-Group {
display: flex;
align-items: center;
column-gap: 15.73px;
margin: 0;
padding: 0;
.Autores-List {
display: flex;
align-items: center;
font-weight: 400;
font-size: 10px;
line-height: 12px;
color: $white;
column-gap: 8.72px;
}
}
}