Commit 91a4535f by amal

Merge branch 'amal' into 'master'

Amal See merge request !7
parents 39545a80 294cb2c5
......@@ -357,6 +357,10 @@
background-repeat: no-repeat;
position: relative;
overflow: scroll;
&::-webkit-scrollbar {
display: none;
}
.modal_close {
width: 50px;
height: 50px;
......@@ -751,6 +755,7 @@
-ms-border-radius: 5px;
-o-border-radius: 5px;
padding: 20px;
.quote_header {
width: 100%;
padding: 10px;
......@@ -826,7 +831,9 @@
}
}
.quote_schedule_list {
border: 2px solid #2655bf;
border: 1px solid #a8a8a8;
padding-bottom: 30px;
border-top:none;
background: #ffffff;
ul {
margin: 0px;
......@@ -1108,7 +1115,7 @@
.service_map {
width: 100%;
border: 1px solid #e8e8e8;
height: 600px;
height: 5450px;
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