Commit 375b7fe5 by Jansa Jose

Merge branch 'master' of https://gitlab.techware.co.in/tobin/dcarfixers_angular into jensa

parents c891dd4d 6e443894
......@@ -96,8 +96,10 @@
padding-bottom: 80px;
#quote_list{
background: #fff !important;
thead {
background:#2655bf;
background: rgba(0, 0, 0, 0.5);
tr {
th {
color: #fff;
......@@ -115,8 +117,9 @@
}
table {
width: 100%;
background: #f8f8f8;
thead {
background: rgba(0, 0, 0, 0.5);
background:#2655bf;
tr {
th {
color: #fff;
......@@ -124,6 +127,27 @@
font-weight: 400;
padding: 5px;
padding-left: 20px;
&:nth-child(1){
width:5%;
}
&:nth-child(2){
width:20%;
}
&:nth-child(3){
width:20%;
}
&:nth-child(4){
width:20%;
}
&:nth-child(5){
width:15%;
}
&:nth-child(6){
width:10%;
}
&:nth-child(7){
width:10%;
}
}
}
}
......@@ -152,6 +176,27 @@
.btn_set{
padding: 7px;
}
&:nth-child(1){
width:5%;
}
&:nth-child(2){
width:20%;
}
&:nth-child(3){
width:20%;
}
&:nth-child(4){
width:20%;
}
&:nth-child(5){
width:15%;
}
&:nth-child(6){
width:10%;
}
&:nth-child(7){
width:10%;
}
}
}
}
......
......@@ -587,3 +587,18 @@ bs-datepicker-container{
}
.login_success{
text-align: center;
img{
width: 100px;
}
h4{
text-align: center;
text-transform: capitalize;
padding-top: 10%;
padding-bottom: 10%;
font-size: 26px;
}
}
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