Welcome page
This commit is contained in:
65
web/dist/welcome.css
vendored
Normal file
65
web/dist/welcome.css
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
/*.welcome-container div {*/
|
||||
/*border: 1px solid red;*/
|
||||
/*}*/
|
||||
|
||||
.welcome-container h1 {
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.welcome-container h2 {
|
||||
|
||||
padding-bottom: 25px;
|
||||
color: #2d3138;
|
||||
font-size: 26px;
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
letter-spacing: .59px;
|
||||
}
|
||||
|
||||
|
||||
.welcome-container-bg {
|
||||
/*background-color: rgb(92, 192, 99);*/
|
||||
background-image: url('static/map.jpg');
|
||||
/*background-image: url('static/images/sa-bg.jpg');*/
|
||||
/*background-position: center;*/
|
||||
-moz-filter: blur(5px);
|
||||
-o-filter: blur(5px);
|
||||
-ms-filter: blur(5px);
|
||||
filter: blur(5px);
|
||||
content: "";
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: -1;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.welcome-container {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 0;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
height: 100%;
|
||||
padding: 100px;
|
||||
}
|
||||
|
||||
.welcome-content {
|
||||
/*height: 100%;*/
|
||||
margin: 0 auto;
|
||||
width: 600px;
|
||||
background-color: hsla(0,0%,100%,.95);
|
||||
box-shadow: 0 2px 4px 0 rgba(73,73,73,.1);
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
.welcome-content .gmaps-places-input-welcome {
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user