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.
 
 
 
 
 
 

94 lines
1.2 KiB

body{
font-family: 'Montserrat';
letter-spacing: 1px;
}
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;
}
}
.container{
width: 100%;
/* max-width: 1366px; */
padding: 0 20px;
}
.border{
border: 1px solid red;
}
.middle{
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.middle-right{
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.full-middle{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.bg-alpha{
background: rgba(255,255,255,0.5);
}
.pattern{
background: white;
background-image: url(../images/pattern.jpg);
background-repeat: repeat-x;
background-position: center bottom;
}
.radius{
border-radius: 3px;
}
.radius-bottom{
border-radius: 0 0 3px 3px;
}
#MainContent{
top: 0;
z-index: 0;
overflow: hidden;
}
#map{
width: 100%;
border-radius: 3px;
overflow: hidden;
padding: 10px;
}