]> git.proxmox.com Git - extjs.git/blob - extjs/templates/admin-dashboard/modern/sass/src/view/dashboard/Network.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / modern / sass / src / view / dashboard / Network.scss
1 @include progress-ui(
2 $ui: 'plain',
3
4 $height: 5px,
5 $border-width: 0,
6 $border-radius: 0
7 );
8
9 .top-info-container{
10 color: #4590D3;
11 .inner {
12 white-space: nowrap;
13 overflow: hidden;
14 text-overflow: ellipsis;
15 }
16 }
17
18 .dashboard-graph-analysis-left {
19 border-right: 1px solid #ddd;
20 }
21
22 .graph-analysis-right-inner-container.right-value {
23 text-align: right;
24 }
25
26 .graph-analysis-right {
27 padding-left: 15px;
28 }
29
30 @media (max-width: 699px) {
31 .graph-analysis-right {
32 padding-left: 0;
33 }
34 }