This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
internet-dhier-et-daujourd-.../assets/css/sass/app/includes/_startMenu.scss

67 lines
1.2 KiB
SCSS

.startMenu{
z-index:1001;
background:white;
box-shadow: rgba(0,0,0,0.5) 0 0 60px;
position: relative;
width:25%;
height:65%;
margin:auto;
margin-top:7%;
transition: width 0.5s, height 0.5s;
transition-timing-function: ease;
}
.startText{
padding-top:2%;
color:#2e3639;
font-family:Roboto;
h1{
line-height: 2vw;
font-size:1.7rem;
span{
display:block;
font-size:2.2rem;
}
}
p{
text-indent: 1.7rem;
font-size:1rem;
line-height: 1.6vw;
&.no-ident{
margin-top:1rem;
text-indent: 0;
}
}
}
.startButton{
cursor:pointer;
font-size:1.1rem;
background-color:#333;
width:100%;
bottom:0;
position:absolute;
display:flex;
flex-flow: row nowrap;
justify-content: space-around;
height: 5vw;
div{
width: 100%;
padding-top: 2vw;
text-align: center;
}
.play{
background-color:#03bd9c;
}
.expose{
background-color:#3b75ad;
}
&.top{
top:0;
}
}
#player{
z-index: 1002;
position:fixed;
top:0;
background:white;
width:100%;
}