File tree Expand file tree Collapse file tree 6 files changed +14
-18
lines changed
Expand file tree Collapse file tree 6 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1- //
21// SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy, Inc.
32// SPDX-License-Identifier: MIT
43
54#ledger {
65 font-size : 85% ;
6+ width : 100% ;
77
88 tr {
99 td ,
1717 }
1818 }
1919}
20-
21- #ledger {
22- width : 100% ;
23- }
Original file line number Diff line number Diff line change 1- //
21// SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy, Inc.
32// SPDX-License-Identifier: MIT
43
4+ @use " sass:color" ;
5+
56#health {
67 font-size : 75% ;
78 width : 100% ;
89
9- @media all and (max- width: 1024px ) {
10+ @media all and (width <= 1024px ) {
1011 display : none ;
1112 }
1213
1314 thead {
14- @media all and (max- width: 1024px ) {
15+ @media all and (width <= 1024px ) {
1516 display : none ;
1617 }
1718 }
3132 padding : 0.1em .4em ;
3233
3334 & .failure {
34- background-color : lighten ( #BB342F , 40 );
35+ background-color : color . adjust ( #bb342f , $lightness : 40 % );
3536 }
3637
3738 & .data {
3839 text-align : right ;
3940 }
4041
41- @media all and (max- width: 1024px ) {
42+ @media all and (width <= 1024px ) {
4243 display : inline-block ;
4344 border : 0 ;
4445 }
4546 }
46- @media all and (max-width : 1024px ) {
47+
48+ @media all and (width <= 1024px ) {
4749 display : inline-block ;
4850 margin : .6em 0 ;
4951 }
5052 }
51- @media all and (max-width : 1024px ) {
53+
54+ @media all and (width <= 1024px ) {
5255 display : inline-block ;
5356 }
5457}
Original file line number Diff line number Diff line change 1- //
21// SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy, Inc.
32// SPDX-License-Identifier: MIT
43
Original file line number Diff line number Diff line change 1- //
21// SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy, Inc.
32// SPDX-License-Identifier: MIT
43
Original file line number Diff line number Diff line change 1- //
21// SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy, Inc.
32// SPDX-License-Identifier: MIT
43
Original file line number Diff line number Diff line change 1- //
21// SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy, Inc.
32// SPDX-License-Identifier: MIT
43
7372 tr {
7473 width : 250px ;
7574
76- & :nth (3 ) {
75+ & :nth-child (3 ) {
7776 margin-top : 30px ;
7877 }
7978
9291 }
9392}
9493
95- @media only screen and (min-device-width : 320px ) and ( max-device- width: 480px ) and (-webkit-min-device-pixel-ratio : 2 ) {
94+ @media only screen and (320px <= width <= 480px ) and (resolution >= 2 dppx ) {
9695 #map {
9796 display : none ;
9897 }
@@ -143,6 +142,7 @@ body {
143142.blink {
144143 animation : blink- animation 1s steps (5 , start ) infinite ;
145144}
145+
146146@keyframes blink-animation {
147147 to {
148148 visibility : hidden ;
You can’t perform that action at this time.
0 commit comments