Commit e870316c by amalk

Amal 02-04-2019|11:58

parent a2ea98e1
...@@ -30,7 +30,7 @@ import { ForgotComponent } from './forgot/forgot.component'; ...@@ -30,7 +30,7 @@ import { ForgotComponent } from './forgot/forgot.component';
BsDatepickerModule.forRoot(), BsDatepickerModule.forRoot(),
MalihuScrollbarModule.forRoot(), MalihuScrollbarModule.forRoot(),
AgmCoreModule.forRoot({ AgmCoreModule.forRoot({
apiKey: 'AIzaSyCcc-YDSJyDpehNE6qfntfWpEQ4uS4aq6A', apiKey: 'AIzaSyCaczDjLVYU1vZH0HXkbU5ugsUHoWNE2NM',
libraries: ["places"] libraries: ["places"]
}) })
] ]
......
...@@ -357,6 +357,10 @@ ...@@ -357,6 +357,10 @@
background-repeat: no-repeat; background-repeat: no-repeat;
position: relative; position: relative;
overflow: scroll; overflow: scroll;
&::-webkit-scrollbar {
display: none;
}
.modal_close { .modal_close {
width: 50px; width: 50px;
height: 50px; height: 50px;
...@@ -751,6 +755,7 @@ ...@@ -751,6 +755,7 @@
-ms-border-radius: 5px; -ms-border-radius: 5px;
-o-border-radius: 5px; -o-border-radius: 5px;
padding: 20px; padding: 20px;
.quote_header { .quote_header {
width: 100%; width: 100%;
padding: 10px; padding: 10px;
...@@ -826,7 +831,9 @@ ...@@ -826,7 +831,9 @@
} }
} }
.quote_schedule_list { .quote_schedule_list {
border: 2px solid #2655bf; border: 1px solid #a8a8a8;
padding-bottom: 30px;
border-top:none;
background: #ffffff; background: #ffffff;
ul { ul {
margin: 0px; margin: 0px;
...@@ -1108,7 +1115,7 @@ ...@@ -1108,7 +1115,7 @@
.service_map { .service_map {
width: 100%; width: 100%;
border: 1px solid #e8e8e8; border: 1px solid #e8e8e8;
height: 600px; height: 5450px;
margin-top: 10px; margin-top: 10px;
} }
} }
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcc-YDSJyDpehNE6qfntfWpEQ4uS4aq6A&libraries=places"></script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCaczDjLVYU1vZH0HXkbU5ugsUHoWNE2NM&libraries=places"></script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment