Skip to content

Commit a29d6e2

Browse files
committed
reformating css
1 parent 39d0edd commit a29d6e2

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed

demo/elements/demo.css

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
: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+
};
88

9-
--paper-icon-button: {
10-
margin-right: -8px;
11-
};
9+
--paper-icon-button: {
10+
margin-right: -8px;
11+
};
1212
}
1313

1414
body {
@@ -19,20 +19,19 @@ body {
1919
background-color: var(--paper-grey-50);
2020
}
2121

22-
2322
.horizontal-section {
2423
background-color: white;
2524
padding: 24px;
2625
margin-right: 24px;
2726
min-width: 200px;
28-
@apply(--shadow-elevation-2dp);
27+
@apply(--shadow-elevation-2dp);
2928
}
3029

3130
.vertical-section {
3231
background-color: white;
3332
padding: 24px;
3433
margin: 0 24px 24px 24px;
35-
@apply(--shadow-elevation-2dp);
34+
@apply(--shadow-elevation-2dp);
3635
}
3736

3837
.vertical-section table {
@@ -48,17 +47,17 @@ body {
4847
}
4948

5049
paper-slider {
51-
width:100px;
50+
width: 100px;
5251
}
5352

5453
.sub-header {
55-
@apply(--layout);
56-
@apply(--layout-center);
57-
@apply(--layout-wrap);
54+
@apply(--layout);
55+
@apply(--layout-center);
56+
@apply(--layout-wrap);
5857
}
5958

6059
.sub-header .title {
61-
@apply(--layout-flex);
60+
@apply(--layout-flex);
6261
min-width: 248px;
6362
}
6463

@@ -72,10 +71,10 @@ paper-slider {
7271

7372
.horizontal-section-container-end {
7473
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);
7978
}
8079

8180
td, th {
@@ -88,31 +87,30 @@ tbody tr:nth-child(odd) {
8887
}
8988

9089
.connected {
91-
@apply(--status-icon);
90+
@apply(--status-icon);
9291
background: darkseagreen;
9392
}
9493

9594
.disconnected {
96-
@apply(--status-icon);
95+
@apply(--status-icon);
9796
background: indianred;
9897
}
9998

10099
.status {
101-
@apply(--layout);
102-
@apply(--layout-center);
100+
@apply(--layout);
101+
@apply(--layout-center);
103102
margin-left: 1rem;
104103
}
105104

106105
.status h3 {
107-
@apply(--layout-flex);
106+
@apply(--layout-flex);
108107
margin-right: 0.25rem;
109108
}
110109

111110
.layout.wrap.center-center {
112111
max-width: 800px;
113112
}
114113

115-
116114
.settings > h3 {
117115
margin-bottom: 0;
118116
}

0 commit comments

Comments
 (0)