Browse Source

Fix dashboards styles (agents panels)

master
vbarkasov 8 years ago
parent
commit
7cd4a0a08f
1 changed files with 23 additions and 31 deletions
  1. +23
    -31
      src/apps/callcenter/style/app.scss

+ 23
- 31
src/apps/callcenter/style/app.scss View File

@ -327,11 +327,11 @@
} }
.data_value { .data_value {
width: 107px;
width: 125px;
display: inline-block; display: inline-block;
text-align: right; text-align: right;
font-size: 16px; font-size: 16px;
font-weight: bold;
font-weight: normal;
color: #555; color: #555;
} }
@ -372,18 +372,17 @@
.agent_header_badge { .agent_header_badge {
border-width: 2px; border-width: 2px;
color: white;
border-color: white;
color: #555;
} }
} }
&.ready { &.ready {
.row_data.call_time .data_value {
color: #22A5FF;
}
.agent_header_badge { .agent_header_badge {
border-color: white; border-color: white;
background-color: #22A5FF; background-color: #22A5FF;
color: white;
} }
} }
@ -395,29 +394,28 @@
background: #ff7733; background: #ff7733;
} }
.row_data.call_time .data_value{
color: #ff7733;
}
.agent_header_badge { .agent_header_badge {
border-color: #ff7733;
border-color: white;
background: #ff7733;
color: white;
} }
} }
&.busy { &.busy {
border-color: #ffbb33;
border-color: #ffac1b;
.agent_header { .agent_header {
background: #ffbb33;
background: #ffac1b;
} }
.row_data.call_time .data_value { .row_data.call_time .data_value {
color: #ffbb33;
color: #555;
} }
.agent_header_badge { .agent_header_badge {
border-color: #ffbb33;
border-color: white;
background: #ffac1b;
color: white;
} }
} }
@ -428,12 +426,10 @@
background: #ffbb33; background: #ffbb33;
} }
.row_data.call_time .data_value {
color: #ffbb33;
}
.agent_header_badge { .agent_header_badge {
border-color: #ffbb33;
border-color: white;
background-color: #ffbb33;
color: white;
} }
} }
@ -444,12 +440,10 @@
background: #62c462; background: #62c462;
} }
.row_data.call_time .data_value{
color: #62c462;
}
.agent_header_badge { .agent_header_badge {
border-color: #62c462;
border-color: white;
background-color: #62c462;
color: white;
} }
} }
@ -460,12 +454,10 @@
background: #3366cc; background: #3366cc;
} }
.row_data.call_time .data_value{
color: #3366cc;
}
.agent_header_badge { .agent_header_badge {
border-color: #3366cc;
border-color: white;
background-color: #3366cc;
color: white;
} }
} }


Loading…
Cancel
Save