Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed Mar 25, 2024
2 parents f32025b + 1116254 commit 067819f
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-page-videos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
@import "./../2-atoms/a-mixins";

.page-videos-midia-ninja{
header{
display: none;
}
#app{
background-color:var(--wp--preset--color--secondary-light);
.anuncio-desktop{
Expand All @@ -22,6 +25,67 @@
display: none;
}
}
.tv-ninja{
background-color: var(--wp--preset--color--primary-pure);
border-radius: 8px;
padding: 42px 65px 76px 70px;
margin-top: 30px;


h4{
color: #FFF;
font-family: "Archivo Expanded", serif;
font-size: 14px;
font-style: normal;
font-weight: 800;
line-height: 155%;
letter-spacing: -0.42px;
text-transform: uppercase;
}
h2{
color: #FFF;
font-family: 'Manrope';
font-style: normal;
font-weight: 800;
line-height: 120%; /* 38.4px */
letter-spacing: -0.64px;
font-size: 32px;
}
.video-gallery-block-title{
display: none;
}
.video-gallery-wrapper{
grid-template-columns: 1.8fr 1fr;
box-shadow: none;
}
.embed-template-block{
figure{
iframe{
border-radius: 8px;

}
}
}
.scroll-ratio{
height: auto;
.sidebar-itens{
button{
&:hover{
background: #262626 !important;
}
}
.embed-template-block{
display: block;
figure{
margin-top: 1rem;
iframe{
height: 96px;
}
}
}
}
}
}
.mais-videos {
background-color: #000;
border: 2px solid var(--SECONDARY, #000);
Expand Down

0 comments on commit 067819f

Please sign in to comment.