Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed May 17, 2024
2 parents d3c0443 + 263e428 commit 36a1db7
Showing 1 changed file with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ body.single-afluente {
@media(min-width: 600px) and (max-width: 1100px){
flex-direction: column!important;
}

.post-thumbnail{
@media(min-width: 600px) and (max-width: 1110px){
height: 100px;
}

&--image{
@media(min-width: 600px) and (max-width: 1100px){
height: 100px;
Expand All @@ -149,7 +149,7 @@ body.single-afluente {
}
}
}
}
}
}
}
}
Expand All @@ -167,11 +167,11 @@ body.single-afluente {
&-thumbnail{
max-width: 124px;
width: 100%;
max-height: 88px;
height: 88px;
flex-basis: inherit;

&--image{
max-height: 88px;
height: 88px;
margin-bottom: 10px;
}
}
Expand Down Expand Up @@ -214,17 +214,17 @@ body.single-afluente {
}
}
}

}

}
}

//Bloco de opinião
.opinion-posts-block{
.container{
.opinion-posts-block__posts{

.opinion-posts-block__slides{
.slide{
.post{
Expand All @@ -236,7 +236,7 @@ body.single-afluente {
}
}

//Bloco quem somos afluentes
//Bloco quem somos afluentes
#quemsomos{


Expand Down Expand Up @@ -280,7 +280,7 @@ body.single-afluente {
}
}

.high-spot-block{
.high-spot-block{
.high-spot-block__link{
height: 510px;
display: flex;
Expand All @@ -292,7 +292,7 @@ body.single-afluente {
@include mixins.mobile{
height: inherit;
}

@media(min-width: 600px) and (max-width: 1366px){
display: flex;
height: 510px;
Expand Down Expand Up @@ -325,25 +325,25 @@ body.single-afluente {
}
}

.wp-block-columns:nth-last-of-type(1){ //redes sociais
.wp-block-columns:nth-last-of-type(1){ //redes sociais
gap: 17px !important;

@include mixins.small{
@include mixins.small{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0;
max-width: 150px;
margin-left: 0px !important;
}

@include mixins.mobile{
@include mixins.mobile{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0;
max-width: 150px;
margin-left: 0px !important;
}

}

nav.wp-block-navigation {
Expand Down Expand Up @@ -430,7 +430,7 @@ footer.main-footer{
}

body{
&.afluente-xepa-ativismo{
&.afluente-xepa-ativismo{

.wp-block-cover{
padding: 6em;
Expand All @@ -452,13 +452,13 @@ body{
}

.wp-block-columns{

@include mixins.small{
display: flex;
flex-direction: column-reverse;
max-width: 100%;
}

@include mixins.mobile{
display: flex;
flex-direction: column-reverse;
Expand Down Expand Up @@ -644,10 +644,10 @@ body{
}
}
}

}
&.afluente-estudantes-ninja{

nav.wp-block-navigation {

&:not(.alignfull) {
Expand All @@ -661,7 +661,7 @@ body{
}
}
}
&.afluente-design-ativista{
&.afluente-design-ativista{
.latest-grid-posts-block {

.latest-grid-posts-block__posts{
Expand All @@ -688,21 +688,21 @@ body{
font-size: 20px !important;
font-style: normal;
font-weight: 700;
line-height: 130%;
line-height: 130%;

@media (min-width: 600px ) and (max-width: 1366px){
font-size: 14px !important;
}
}
}
}

}

.high-spot-block{
.high-spot-block{
.high-spot-block__link{
height: 527px !important;

@media(min-width: 600px) and (max-width: 1366px){
display: flex;
height: 527px !important;
Expand All @@ -717,10 +717,10 @@ body{
font-family: var(--f-ninja);
}
}
.high-spot-block{
.high-spot-block{
.high-spot-block__link{
height: 525px !important;

@media(min-width: 600px) and (max-width: 1366px){
display: flex;
height: 525px !important;
Expand All @@ -735,25 +735,25 @@ body{
}
}
}
.wp-block-columns:nth-last-of-type(1){ //redes sociais
.wp-block-columns:nth-last-of-type(1){ //redes sociais
gap: 17px !important;

@include mixins.small{
@include mixins.small{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0;
max-width: 150px;
margin-left: 0px !important;
}

@include mixins.mobile{
@include mixins.mobile{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0;
max-width: 150px;
margin-left: 0px !important;
}

}
.latest-vertical-posts-block{

Expand Down Expand Up @@ -797,7 +797,7 @@ body{
}
}
}
}
}
}
}
}
Expand All @@ -810,10 +810,10 @@ body{
}
&.afluente-poderes{

.high-spot-block{
.high-spot-block{
.high-spot-block__link{
height: 527px !important;

@media(min-width: 600px) and (max-width: 1366px){
display: flex;
height: 527px !important;
Expand Down Expand Up @@ -842,13 +842,13 @@ body{
}

.wp-block-columns{

@include mixins.small{
display: flex;
flex-direction: column;
max-width: 100%;
}

@include mixins.mobile{
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -913,8 +913,8 @@ body{
font-weight: 800;
line-height: 130%; /* 31.2px */
}


}
.wp-block-cover__background {
@include mixins.mobile{
Expand All @@ -926,8 +926,8 @@ body{
@include mixins.mobile{
display: flex;
justify-content: center;


}
.wp-block-button{
@include mixins.mobile{
Expand Down

0 comments on commit 36a1db7

Please sign in to comment.