add btn live

This commit is contained in:
Tessier
2020-10-15 17:02:52 +02:00
parent c2b4c06a8f
commit 68ded22790
4 changed files with 43 additions and 6 deletions
@@ -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;
}
}
}
}