Commit 91a4535f by amal

Merge branch 'amal' into 'master'

Amal See merge request !7
parents 39545a80 294cb2c5
...@@ -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;
} }
} }
......
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