]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/modern/sass/src/view/dashboard/Services.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / modern / sass / src / view / dashboard / Services.scss
CommitLineData
6527f429
DM
1.services-text {\r
2 margin: 0 0 10px 5px;\r
3 max-height: 6.3em;\r
4 text-overflow: ellipsis;\r
5 overflow: hidden;\r
6}\r
7\r
8.services-legend {\r
9 white-space: nowrap;\r
10 overflow: hidden;\r
11 line-height: 1.15em;\r
12\r
13 .phone & {\r
14 display: none;\r
15 }\r
16\r
17 .legend-item {\r
18 width: 33%;\r
19 display: inline-block;\r
20 text-overflow: ellipsis;\r
21 overflow: hidden;\r
22 }\r
23\r
24 .legend-icon {\r
25 width: 1.15em;\r
26 height: 1.15em;\r
27 display: inline-block;\r
28 vertical-align: middle;\r
29 margin-right: .4em;\r
30 }\r
31\r
32 .legend-text {\r
33 font-size: .85em;\r
34 }\r
35}\r
36\r
37@media (max-width: 400px) {\r
38 .services-legend {\r
39 display: none;\r
40 }\r
41}\r
42\r
43@media (min-width: 401px) {\r
44 .x-big .services-text {\r
45 max-height: 5em;\r
46 }\r
47}\r
48\r
49@include progress-ui(\r
50 $ui: 'finance',\r
51 $bar-background-color: $grid-item-ban-btn-color,\r
52 $height: 5px,\r
53 $border-width: 0,\r
54 $border-radius: 0\r
55);\r
56\r
57@include progress-ui(\r
58 $ui: 'research',\r
59 $bar-background-color: $legend-research,\r
60 $height: 5px,\r
61 $border-width: 0,\r
62 $border-radius: 0\r
63);\r
64\r
65@include progress-ui(\r
66 $ui: 'marketing',\r
67 $bar-background-color: $legend-marketing,\r
68 $height: 5px,\r
69 $border-width: 0,\r
70 $border-radius: 0\r
71);\r
72\r
73.legend-finance {\r
74 background-color: $grid-item-ban-btn-color;\r
75}\r
76.legend-research {\r
77 background-color: $legend-research;\r
78}\r
79\r
80.legend-marketing {\r
81 background-color: $legend-marketing;\r
82}\r
83\r
84.left-aligned-div{\r
85 float:left;\r
86}\r
87\r
88.right-aligned-div{\r
89 float: right;\r
90}\r
91\r
92.bottom-indent {\r
93 margin-bottom: 16px;\r
94}\r
95\r
96.service-marketing {\r
97 margin-bottom: 8px;\r
98}\r