add btn live
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -29,3 +29,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// BTN LIVE
|
||||||
|
.link_live{
|
||||||
|
margin: auto;
|
||||||
|
width: 100%;
|
||||||
|
& > div{
|
||||||
|
margin: 4rem auto;
|
||||||
|
a{
|
||||||
|
padding: 0.7rem 4rem;
|
||||||
|
background: $color2;
|
||||||
|
color: white!important;
|
||||||
|
font-family:'truenoregular';
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size:1.2rem;
|
||||||
|
&:hover{
|
||||||
|
@include shadow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -96,10 +96,17 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 px-0 col-md-12 col-lg-8">
|
<div class="col-12 px-0 col-md-12 col-lg-8">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
{{content.field_le_direct}}
|
{{content.field_le_direct}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
<div class="col-12 px-0 col-md-12 col-lg-8">
|
||||||
|
<div class="link_live btn">
|
||||||
|
{{content.field_lien_live}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user