File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @import '@device-ui/ui/preact/tokens.css' ;
2+
3+ .expand-arrow {
4+ width : 0 ;
5+ height : 0 ;
6+ border-left : 0.625rem solid var (--color-text-secondary );
7+ border-top : 0.4375rem solid transparent;
8+ border-bottom : 0.4375rem solid transparent;
9+ transition : transform var (--transition );
10+ cursor : pointer;
11+ }
12+
13+ .expand-arrow .expanded {
14+ transform : rotate (90deg );
15+ }
Original file line number Diff line number Diff line change 11@import '@device-ui/ui/preact/tokens.css' ;
2+ @import '@device-ui/ui/preact/components.css' ;
23
34: root {
45 /* Status Colors - domain-specific, stays sensor-specific */
5152 color : var (--color-text-dark );
5253}
5354
54- .expand-arrow {
55- width : 0 ;
56- height : 0 ;
57- border-left : 0.625rem solid var (--color-text-secondary );
58- border-top : 0.4375rem solid transparent;
59- border-bottom : 0.4375rem solid transparent;
60- transition : transform var (--transition );
61- cursor : pointer;
62- }
63-
64- .expand-arrow .expanded {
65- transform : rotate (90deg );
66- }
67-
6855/* Moisture Display */
6956.moisture-display {
7057 display : flex;
You can’t perform that action at this time.
0 commit comments