You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

200 lines
3.4 KiB

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import "variables";
@import "../../node_modules/font-awesome/scss/font-awesome";
@import "fonts";
@import "forms";
body{
font-family: 'Montserrat';
font-weight: 600;
margin: 0;
padding: 0;
overflow: hidden;
overflow-y: auto;
font-size: $font-12;
font-weight: 400;
}
p,
label{
margin: 0;
}
a{
color: white;
text-decoration: none;
transition: .4s;
outline: none;
&:active,
&:visited,
&:hover,
&:focus{
outline: none;
color: white;
text-decoration: none;
}
&:hover{
color: $grey;
}
}
.content{
margin-top: 70px;
width: 100%;
text-align: center;
.cloud{
position: relative;
width: 80%;
font-size: $font-12;
font-weight: 500;
padding: 10px;
margin: 10px 0;
border-radius: 8px;
line-height: 18px;
color: $dark-grey;
text-align: left;
img{
width: 100%;
margin: 8px 0;
cursor: pointer;
border-radius: 5px;
}
&.left{
left: 15px;
background: $pink;
border: 1px solid $dark-pink;
&:before{
content: '';
border: solid 8px transparent;
border-right-color: $dark-pink;
position: absolute;
left: 0;
top: 50%;
transform: translate(-100%, -50%);
-webkit-transform: translate(-100%, -50%);
}
&:after{
content: '';
border: solid 7px transparent;
border-right-color: $pink;
position: absolute;
left: 0;
top: 50%;
transform: translate(-100%, -50%);
-webkit-transform: translate(-100%, -50%);
}
}
&.right{
left: calc(20% - 38px);
background: $azure;
border: 1px solid $dark-azure;
&:before{
content: '';
border: solid 8px transparent;
border-left-color: $dark-azure;
position: absolute;
right: 0;
top: 50%;
transform: translate(100%, -50%);
-webkit-transform: translate(100%, -50%);
}
&:after{
content: '';
border: solid 7px transparent;
border-left-color: $azure;
position: absolute;
right: 0;
top: 50%;
transform: translate(100%, -50%);
-webkit-transform: translate(100%, -50%);
}
}
.title{
font-weight: bold;
}
.long-text{
.toggle{
color: $grey;
margin: 5px 0;
}
.text-content{
display: none;
}
}
}
.actions{
padding: 0 20vw 0 50px;
text-align: center;
.goto{
margin: 5px 10px;
}
}
}
.header{
position: fixed;
height: 50px;
width: 100%;
left: 0;
top: 0;
background: black;
z-index: 10;
.logo{
height: 25px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.menu{
height: 20px;
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.lock-toggle{
border: none;
padding: 0;
margin: 0;
background: none;
height: 40px;
width: 40px;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
img {
width: 50%;
}
}
}
.iframeGET{
display: none;
}