initial commit
This commit is contained in:
88
webroot/css/clientpanel/clientdashboard.css
Normal file
88
webroot/css/clientpanel/clientdashboard.css
Normal file
@@ -0,0 +1,88 @@
|
||||
.chart-container h2, .credit-report-container h2 {margin-bottom: 20px;}
|
||||
#pieChart, #barChart, #lineChart {display: inline-block;}
|
||||
.chartArea {
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.chartArea .chartFilter {text-align: center;}
|
||||
.chartFilter {margin-bottom: 30px;}
|
||||
.clearfix {display: block;}
|
||||
.credit-report-container table {margin-bottom: 20px; width: 100%; border-collapse: collapse;}
|
||||
.credit-report-container table td, .credit-report-container table th {padding: 5px; border: 1px solid silver; text-align: center;}
|
||||
.transunion {
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #000;
|
||||
background: #b7e3bd;
|
||||
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
||||
background: -moz-linear-gradient(top, #b7e3bd 0%, #39b34a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7e3bd), color-stop(100%,#39b34a));
|
||||
background: -webkit-linear-gradient(top, #b7e3bd 0%,#39b34a 100%);
|
||||
background: -o-linear-gradient(top, #b7e3bd 0%,#39b34a 100%);
|
||||
background: -ms-linear-gradient(top, #b7e3bd 0%,#39b34a 100%);
|
||||
background: linear-gradient(to bottom, #b7e3bd 0%,#39b34a 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7e3bd', endColorstr='#39b34a',GradientType=0 );
|
||||
}
|
||||
.experian {
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #000;
|
||||
background: #94C7FF;
|
||||
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
||||
background: -moz-linear-gradient(top, #94C7FF 0%, #367BD9 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94C7FF), color-stop(100%,#367BD9));
|
||||
background: -webkit-linear-gradient(top, #94C7FF 0%,#367BD9 100%);
|
||||
background: -o-linear-gradient(top, #94C7FF 0%,#367BD9 100%);
|
||||
background: -ms-linear-gradient(top, #94C7FF 0%,#367BD9 100%);
|
||||
background: linear-gradient(to bottom, #94C7FF 0%,#367BD9 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c7ff', endColorstr='#367bd9',GradientType=0 );
|
||||
}
|
||||
.equifax {
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #000;
|
||||
background: #F68D8D;
|
||||
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
||||
background: -moz-linear-gradient(top, #F68D8D 0%, #E05252 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F68D8D), color-stop(100%,#E05252));
|
||||
background: -webkit-linear-gradient(top, #F68D8D 0%,#E05252 100%);
|
||||
background: -o-linear-gradient(top, #F68D8D 0%,#E05252 100%);
|
||||
background: -ms-linear-gradient(top, #F68D8D 0%,#E05252 100%);
|
||||
background: linear-gradient(to bottom, #F68D8D 0%,#E05252 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68d8d', endColorstr='#e05252',GradientType=0 );
|
||||
}
|
||||
.credit-scores-container > div, .credit-scores-container > h2 {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.credit-scores-container > div > div {
|
||||
margin: 0 1%;
|
||||
padding-bottom: 20px;
|
||||
width: 30%;
|
||||
border: 1px solid silver;
|
||||
display: inline-block;
|
||||
}
|
||||
.credit-scores-container > div > div > h4 {
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
}
|
||||
.credit-scores-container > div > div > strong {
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
display: block;
|
||||
}
|
||||
.credit-scores-container > div > div > h2 {
|
||||
margin: 0;
|
||||
color: #10447f;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.btn-orange-color{
|
||||
background: #FF440A !important;
|
||||
}
|
||||
|
||||
.reminder-text{
|
||||
display: inline;
|
||||
position: absolute;
|
||||
}
|
||||
.reminder-text span{}
|
||||
|
||||
Reference in New Issue
Block a user