// Dashboard Stylesheet
//------------------------------------
@import "avl2_theme/colors.less";
.dashboard-stats {
float: left;
text-align: center;
width: 18%;
margin-right: 3%;
}
.dashboard-stats:nth-child(1) {
margin-left:-4%;
margin-right: 2%;
}
.dashboard-stats:nth-child(3) {
margin-right: 4%;
}
.dashboard-stats:nth-child(5) {
margin-left: 2%;
margin-right: 0%;
}
.dashboard-stats p:nth-child(1) {
font-family: Avenir-Black;
font-size: 42.9px;
color: #0F2105;
line-height: 59px;
margin-bottom: 0px;
}
.dashboard-stats p:nth-child(2) {
font-family: Helvetica-LightOblique;
font-size: 14px;
color: #1D1D26;
line-height: 17px;
}
.trust-stat .progress-bar {
text-align: center;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.trust-stat p {
text-align: center;
font-family: Helvetica-LightOblique;
font-size: 14px;
color: #1D1D26;
line-height: 17px;
margin-top: 14px;
}
.thumbnail-content .dashboard-role {
font-family: Avenir-HeavyOblique;
font-size: 18px;
color: #000000;
line-height: 25px;
text-align: left;
margin-bottom: 0px;
font-weight: 200;
}
.mission-agent-percentage {
text-align: center;
font-family: Helvetica-LightOblique;
font-size: 14px;
color: #1D1D26;
line-height: 17px;
margin-top: 20px;
margin-bottom: 12px;
}
.mission-agent-percentage .progress {
background-color: @bg-ligh-gray;
}
.mission-status-timer {
height: 32px;
}
.thumbnail-content .dashboard-role:nth-child(1){
margin-top: 2px;
}
.directing-mission-actions{
border-top: @theme-border;
border-bottom: @theme-border;
height: 152px;
}
.directing-action {
width: 50%;
text-align: center;
margin-top: 10px;
i {
font-size: 90px;
color: #AFB4BF;
}
}
|