Entrega do Desafio #7

Merged
anacarolinaduartecavalcante merged 31 commits from feature/challenge-vtex-io into develop 2023-02-07 12:12:27 +00:00
2 changed files with 151 additions and 0 deletions
Showing only changes of commit 3811c9fc2a - Show all commits

View File

@ -0,0 +1,92 @@
.FooterRightBlock {
margin-bottom: 16px;
}
@media (max-width: 1025px) and (min-width: 768px) {
.FooterRightBlock {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.FooterRightBlock {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
}
.SpanTitle {
color: #ffffff;
font-weight: 400;
font-size: 14px;
line-height: 38px;
}
.SpanTitleBig {
color: #ffffff;
font-weight: 400;
font-size: 18px;
line-height: 38px;
}
@media (max-width: 1025px) and (min-width: 768px) {
.SpanTitleBig {
font-size: 14px;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.SpanTitleBig {
font-size: 14px;
}
}
.UlGroup {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
row-gap: 4px;
}
@media (max-width: 1025px) and (min-width: 768px) {
.UlGroup {
align-items: center;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.UlGroup {
justify-content: center;
align-items: center;
}
}
.UlSecondary {
display: flex;
padding: 0;
margin: 0;
column-gap: 8px;
list-style: none;
}
@media (max-width: 1025px) and (min-width: 768px) {
.ImgCard {
width: 42px;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.ImgCard {
width: 42px;
}
}

View File

@ -0,0 +1,59 @@
.FooterRightBlockSocial {
margin-bottom: 16px;
}
@media (max-width: 1025px) and (min-width: 768px) {
.FooterRightBlockSocial {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.FooterRightBlockSocial {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
}
.SpanTitleSocial {
color: #ffffff;
font-weight: 400;
font-size: 14px;
line-height: 38px;
}
.UlGroupSocial {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
row-gap: 4px;
}
@media (max-width: 1025px) and (min-width: 768px) {
.UlGroupSocial {
align-items: center;
}
}
@media (max-width: 768px) and (min-width: 375px) {
.UlGroupSocial {
justify-content: center;
align-items: center;
}
}
.UlSecondarySocial {
display: flex;
padding: 0;
margin: 0;
column-gap: 8px;
list-style: none;
}