@tycoonsystems/tycoon-modules
Version:
www.tv.tycoon.systems/documentation
73 lines • 1.62 kB
JavaScript
export default `<style>
body {
font-family: Helvetica, Arial, sans-serif;
background-color: #000;
margin: 0;
padding: 0;
}
.container {
margin: 0 auto;
padding: 20px;
background-color: #000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding-bottom: 150px;
}
.header {
text-align: center;
color: #fff;
}
.header > img {
max-height: 400px;
}
.logo {
max-width: 100px;
margin: 0 auto;
}
.event-info {
text-align: center;
margin-top: 20px;
}
.event-title {
font-size: 24px;
color: #c37e2f;
font-weight: 900;
}
.event-date {
font-size: 16px;
color: #7a7878;
}
.watch-live {
text-align: center;
margin-top: 20px;
}
.watch-live-button {
display: inline-block;
padding: 10px 20px;
background-color: #fff;
color: #000;
font-family: 'Archivo Black', sans-serif;
text-decoration: none;
border-radius: 5px;
}
.divider {
background-color: #fff;
height: 1px;
margin-top: 20px;
}
.social-links {
text-align: center;
margin-top: 20px;
}
.social-links a {
margin: 0 10px 40px;
text-decoration: none;
color: #fff;
font-size: 18px;
}
.ig_logo{
width: 32px;;
}
.fb_logo{
width: 32px;
}
</style>`