4848}
4949
5050* {
51- font-family : 'Helvetica' , 'Arial' , sans-serif;
51+ font-family : 'Helvetica' , 'Arial' , sans-serif
5252}
5353
5454input {
5555 border : 1px solid var (--border-primary );
5656}
5757
5858.container {
59- height : 100vh ;
60- display : flex;
61- width : 100vw ;
62- flex-direction : column;
59+ height : 100vh ;
60+ display : flex;
61+ width : 100vw ;
62+ flex-direction : column;
6363}
6464
6565.body {
66- background-color : var (--bg-primary );
67- height : -webkit-fill-available;
68- flex : 1 ;
66+ background-color : var (--bg-primary );
67+ height : -webkit-fill-available;
68+ flex : 1 ;
6969}
7070
7171.graph {
72- padding : 50px ;
73- background-color : var (--bg-primary );
74- height : -webkit-fill-available;
75- flex : 80 ;
72+ padding : 50px ;
73+ background-color : var (--bg-primary );
74+ height : -webkit-fill-available;
75+ flex : 80 ;
7676}
7777
7878.graph-container {
7979 background-color : var (--bg-secondary );
8080}
8181
8282.middle {
83- display : flex;
84- justify-content : center;
85- align-items : center;
83+ display : flex;
84+ justify-content : center;
85+ align-items : center;
8686}
8787
8888.btn {
89- display : inline-block;
90- font-weight : 400 ;
91- color : var (--text-primary );
92- text-align : center;
93- vertical-align : middle;
94- -webkit-user-select : none;
95- -ms-user-select : none;
96- user-select : none;
97- background-color : transparent;
98- border : 1px solid var (--border-transparent );
99- padding : .375rem .75rem ;
100- line-height : 1.5 ;
101- border-radius : .25rem ;
89+ display : inline-block;
90+ font-weight : 400 ;
91+ color : var (--text-primary );
92+ text-align : center;
93+ vertical-align : middle;
94+ -webkit-user-select : none;
95+ -ms-user-select : none;
96+ user-select : none;
97+ background-color : transparent;
98+ border : 1px solid var (--border-transparent );
99+ padding : .375rem .75rem ;
100+ line-height : 1.5 ;
101+ border-radius : .25rem ;
102102}
103103
104104.btn-primary {
@@ -114,23 +114,23 @@ input {
114114}
115115
116116.btn : not (: disabled ): not (.disabled ) {
117- cursor : pointer;
117+ cursor : pointer;
118118}
119119
120120@media screen and (max-width : 1000px ) {
121- .graph {
122- padding : 40px ;
123- }
121+ .graph {
122+ padding : 40px ;
123+ }
124124}
125125
126126@media screen and (max-width : 650px ) {
127- .graph {
128- padding : 35px ;
129- }
127+ .graph {
128+ padding : 35px ;
129+ }
130130}
131131
132132@media screen and (max-width : 500px ) {
133- .graph {
134- padding : 20px ;
135- }
133+ .graph {
134+ padding : 20px ;
135+ }
136136}
0 commit comments