1
1
: root {
2
- --status-icon : {
3
- width : 20px ;
4
- height : 20px ;
5
- border-radius : 50% ;
6
- overflow : hidden;
7
- };
2
+ --status-icon : {
3
+ width : 20px ;
4
+ height : 20px ;
5
+ border-radius : 50% ;
6
+ overflow : hidden;
7
+ };
8
8
9
- - - paper- icon- butto n: {
10
- margin-right : -8px ;
11
- };
9
+ - - paper- icon- butto n: {
10
+ margin-right : -8px ;
11
+ };
12
12
}
13
13
14
14
body {
@@ -19,20 +19,19 @@ body {
19
19
background- color : var(- - paper- grey-50);
20
20
}
21
21
22
-
23
22
.horizontal- section {
24
23
background-color : white;
25
24
padding : 24px ;
26
25
margin-right : 24px ;
27
26
min-width : 200px ;
28
- @apply (--shadow-elevation-2dp);
27
+ @apply (--shadow-elevation-2dp);
29
28
}
30
29
31
30
.vertical-section {
32
31
background-color : white;
33
32
padding : 24px ;
34
33
margin : 0 24px 24px 24px ;
35
- @apply (--shadow-elevation-2dp);
34
+ @apply (--shadow-elevation-2dp);
36
35
}
37
36
38
37
.vertical-section table {
@@ -48,17 +47,17 @@ body {
48
47
}
49
48
50
49
paper-slider {
51
- width : 100px ;
50
+ width : 100px ;
52
51
}
53
52
54
53
.sub-header {
55
- @apply (--layout);
56
- @apply (--layout-center);
57
- @apply (--layout-wrap);
54
+ @apply (--layout);
55
+ @apply (--layout-center);
56
+ @apply (--layout-wrap);
58
57
}
59
58
60
59
.sub-header .title {
61
- @apply (--layout-flex);
60
+ @apply (--layout-flex);
62
61
min-width : 248px ;
63
62
}
64
63
@@ -72,10 +71,10 @@ paper-slider {
72
71
73
72
.horizontal-section-container-end {
74
73
margin-top : 16px ;
75
- @apply (--layout-horizontal);
76
- @apply (--layout-center);
77
- @apply (--layout-end-justified);
78
- @apply (--layout-wrap);
74
+ @apply (--layout-horizontal);
75
+ @apply (--layout-center);
76
+ @apply (--layout-end-justified);
77
+ @apply (--layout-wrap);
79
78
}
80
79
81
80
td , th {
@@ -88,31 +87,30 @@ tbody tr:nth-child(odd) {
88
87
}
89
88
90
89
.connected {
91
- @apply (--status-icon);
90
+ @apply (--status-icon);
92
91
background : darkseagreen;
93
92
}
94
93
95
94
.disconnected {
96
- @apply (--status-icon);
95
+ @apply (--status-icon);
97
96
background : indianred;
98
97
}
99
98
100
99
.status {
101
- @apply (--layout);
102
- @apply (--layout-center);
100
+ @apply (--layout);
101
+ @apply (--layout-center);
103
102
margin-left : 1rem ;
104
103
}
105
104
106
105
.status h3 {
107
- @apply (--layout-flex);
106
+ @apply (--layout-flex);
108
107
margin-right : 0.25rem ;
109
108
}
110
109
111
110
.layout .wrap .center-center {
112
111
max-width : 800px ;
113
112
}
114
113
115
-
116
114
.settings > h3 {
117
115
margin-bottom : 0 ;
118
116
}
0 commit comments