Added homepage nav and update
This commit is contained in:
parent
898528d390
commit
c1295a33ba
7 changed files with 386 additions and 1 deletions
|
|
@ -214,7 +214,7 @@
|
|||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
@include media-up(lg) {
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
position: absolute;
|
||||
bottom: 5%;
|
||||
width: 100%;
|
||||
|
|
@ -338,6 +338,41 @@
|
|||
}
|
||||
}
|
||||
|
||||
.nav-joystick {
|
||||
position: relative;
|
||||
a {
|
||||
width: 100%;
|
||||
max-width: 250px;
|
||||
}
|
||||
//position: relative;
|
||||
.nav-games-text {
|
||||
position: absolute;
|
||||
display: block;
|
||||
bottom: 25%;
|
||||
right: 25%;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
z-index: 8000;
|
||||
transform: rotate(-20deg);
|
||||
border: 1px solid #0f0;
|
||||
padding: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.nav-games-text {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.time-display {
|
||||
width: 150px;
|
||||
margin: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue