]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/modern/sass/src/view/widgets/StatusTile.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / modern / sass / src / view / widgets / StatusTile.scss
CommitLineData
6527f429
DM
1.status-tile {\r
2 background-color: #fff;\r
3 border: 3px solid transparent;\r
4 position: relative;\r
5 text-align: center;\r
6}\r
7\r
8.status-tile-wrap {\r
9 position: relative;\r
10 top: 50%;\r
11 @include transform(translateY(-50%));\r
12\r
13 .status-tile-large > & {\r
14 font-size: 150%;\r
15 }\r
16}\r
17\r
18.status-tile-quantity {\r
19 font-size: 250%;\r
20 font-weight: 500;\r
21}\r
22\r
23.status-tile-icon-wrap {\r
24 font-size: 180%;\r
25}\r
26\r
27.status-tile-icon-wrap,\r
28.status-tile-icon {\r
29 display: inline-block;\r
30}\r
31\r
32.status-tile-icon-first .status-tile-icon-wrap {\r
33 width: 2.4em;\r
34 height: 2.4em;\r
35 line-height: 2.4em;\r
36 color: #fff;\r
37 border-radius: 50%;\r
38}\r