77 lines
1.1 KiB
SCSS
77 lines
1.1 KiB
SCSS
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap");
|
|
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
background-image: url("/assets/images/NSW2-BG.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: "Roboto", sans-serif;
|
|
font-style: italic;
|
|
}
|
|
|
|
@mixin above {
|
|
position: relative;
|
|
top: -60px;
|
|
left: 50%;
|
|
}
|
|
|
|
.logo {
|
|
width: 75%;
|
|
height: 20%;
|
|
padding-top: 20px;
|
|
}
|
|
.subtext {
|
|
width: 80%;
|
|
height: 10%;
|
|
padding-bottom: 50px;
|
|
padding-top: 10px;
|
|
}
|
|
.webdate {
|
|
width: 60%;
|
|
height: 20%;
|
|
padding-bottom: 50px;
|
|
}
|
|
.note {
|
|
width: 80%;
|
|
height: 20%;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
.button {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
width: 30%;
|
|
height: 10%;
|
|
}
|
|
|
|
.list {
|
|
font-size: 3vw;
|
|
}
|
|
.allages {
|
|
width: 50px;
|
|
height: 40px;
|
|
@include above();
|
|
}
|
|
.ticket {
|
|
width: 75px;
|
|
height: 40px;
|
|
@include above();
|
|
}
|
|
|
|
.time {
|
|
width: 50px;
|
|
height: 50px;
|
|
@include above();
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: inline-block;
|
|
}
|