1
- .empty-layout {display : -webkit-flex;display : -ms-flexbox;display : flex;-webkit-flex-direction : column;-ms-flex-direction : column;flex-direction : column;-webkit-align-items : center;-ms-flex-align : center;align-items : center;padding-top : 5rem ;height : 100vh }.auth-card {width : 500px }.auth-submit {width : 100% }.helper-text .invalid {color : # f44336 }.app-page {padding : 2rem }.app-main-layout {position : relative;min-height : 100vh }.app-sidenav {padding-top : 5px ;position : absolute;top : 64px ;width : 250px ;transition : transform .3s ;transition : transform .3s , -webkit-transform .3s ;bottom : 0 !important ;height : auto!important }.app-sidenav .open {-webkit-transform : translateX (0 );transform : translateX (0 )}.navbar {position : absolute;top : 0 ;left : 0 ;width : 100% ;height : 64px !important ;padding : 0 2rem ;z-index : 1000 }.nav-wrapper {-webkit-justify-content : space-between;-ms-flex-pack : justify;justify-content : space-between}.nav-wrapper , .navbar-left {display : -webkit-flex;display : -ms-flexbox;display : flex;-webkit-align-items : center;-ms-flex-align : center;align-items : center}.navbar-left > a {margin-right : 1rem }.app-content {padding-top : 64px ;padding-left : 250px ;transition : padding-left .3s ;position : relative}.app-content .full {padding-left : 0 }.page-title {-webkit-justify-content : space-between;-ms-flex-pack : justify;justify-content : space-between;-webkit-align-items : center;-ms-flex-align : center;align-items : center;padding-bottom : 1rem ;border-bottom : solid 1px rgba (51 , 51 , 51 , .12 )}.page-title a {color : # 000 ;opacity : .8 }.page-subtitle h4 , .page-title h3 , .page-title h4 {margin : 0 ;font-size : 2rem }.page-subtitle h4 , .page-title {margin-bottom : 2rem }.app-loader , .currency-line , .page-title {display : -webkit-flex;display : -ms-flexbox;display : flex}.app-loader {width : 100% ;-webkit-justify-content : center;-ms-flex-pack : center;justify-content : center;padding-top : 2rem }.currency-line {-webkit-align-items : center;-ms-flex-align : center;align-items : center;border-bottom : 2px solid # fff ;padding-bottom : 1rem ;padding-top : 1.5rem }.currency-line span {font-size : 1.5rem }.bill-card {height : 310px }.pointer {cursor : pointer}.form {max-width : 500px }.breadcrumb-wrap , .breadcrumb-wrap a , .breadcrumb-wrap a : before {-webkit-align-items : center;-ms-flex-align : center;align-items : center}.breadcrumb-wrap {position : relative;display : -webkit-flex;display : -ms-flexbox;display : flex}.breadcrumb-wrap a , .breadcrumb-wrap a : before {display : -webkit-inline-flex;display : -ms-inline-flexbox;display : inline-flex;color : rgba (0 , 0 , 0 , .7 )!important }.history-chart {max-width : 600px ;margin : 0 auto}
1
+ .empty-layout {
2
+ display : -webkit-flex;
3
+ display : -ms-flexbox;
4
+ display : flex;
5
+ -webkit-flex-direction : column;
6
+ -ms-flex-direction : column;
7
+ flex-direction : column;
8
+ -webkit-align-items : center;
9
+ -ms-flex-align : center;
10
+ align-items : center;
11
+ padding-top : 5rem ;
12
+ height : 100vh ;
13
+ }
14
+
15
+ .auth-card {
16
+ width : 500px ;
17
+ }
18
+
19
+ .auth-submit {
20
+ width : 100% ;
21
+ }
22
+
23
+ .helper-text .invalid {
24
+ color : # f44336 ;
25
+ }
26
+
27
+ .app-page {
28
+ padding : 2rem ;
29
+ }
30
+
31
+ .app-main-layout {
32
+ position : relative;
33
+ min-height : 100vh ;
34
+ }
35
+
36
+ .app-sidenav {
37
+ padding-top : 5px ;
38
+ position : absolute;
39
+ top : 64px ;
40
+ width : 250px ;
41
+ transition : transform .3s ;
42
+ transition : transform .3s , -webkit-transform .3s ;
43
+ bottom : 0 !important ;
44
+ height : auto!important ;
45
+ }
46
+
47
+ .app-sidenav .open {
48
+ -webkit-transform : translateX (0 );
49
+ transform : translateX (0 );
50
+ }
51
+
52
+ .navbar {
53
+ position : absolute;
54
+ top : 0 ;
55
+ left : 0 ;
56
+ width : 100% ;
57
+ height : 64px !important ;
58
+ padding : 0 2rem ;
59
+ z-index : 1000 ;
60
+ }
61
+
62
+ .nav-wrapper {
63
+ -webkit-justify-content : space-between;
64
+ -ms-flex-pack : justify;
65
+ justify-content : space-between;
66
+ }
67
+
68
+ .nav-wrapper ,
69
+ .navbar-left {
70
+ display : -webkit-flex;
71
+ display : -ms-flexbox;
72
+ display : flex;
73
+ -webkit-align-items : center;
74
+ -ms-flex-align : center;
75
+ align-items : center;
76
+ }
77
+
78
+ .navbar-left > a {
79
+ margin-right : 1rem ;
80
+ }
81
+
82
+ .app-content {
83
+ padding-top : 64px ;
84
+ padding-left : 250px ;
85
+ transition : padding-left .3s ;
86
+ position : relative;
87
+ }
88
+
89
+ .app-content .full {
90
+ padding-left : 0 ;
91
+ }
92
+
93
+ .page-title {
94
+ -webkit-justify-content : space-between;
95
+ -ms-flex-pack : justify;
96
+ justify-content : space-between;
97
+ -webkit-align-items : center;
98
+ -ms-flex-align : center;
99
+ align-items : center;
100
+ padding-bottom : 1rem ;
101
+ border-bottom : solid 1px rgba (51 , 51 , 51 , .12 );
102
+ }
103
+
104
+ .page-title a {
105
+ color : # 000 ;
106
+ opacity : .8 ;
107
+ }
108
+
109
+ .page-subtitle h4 ,
110
+ .page-title h3 ,
111
+ .page-title h4 {
112
+ margin : 0 ;
113
+ font-size : 2rem ;
114
+ }
115
+
116
+ .page-subtitle h4 ,
117
+ .page-title {
118
+ margin-bottom : 2rem ;
119
+ }
120
+
121
+ .app-loader ,
122
+ .currency-line ,
123
+ .page-title {
124
+ display : -webkit-flex;
125
+ display : -ms-flexbox;
126
+ display : flex;
127
+ }
128
+
129
+ .app-loader {
130
+ width : 100% ;
131
+ -webkit-justify-content : center;
132
+ -ms-flex-pack : center;
133
+ justify-content : center;
134
+ padding-top : 2rem ;
135
+ }
136
+
137
+ .currency-line {
138
+ -webkit-align-items : center;
139
+ -ms-flex-align : center;
140
+ align-items : center;
141
+ border-bottom : 2px solid # fff ;
142
+ padding-bottom : 1rem ;
143
+ padding-top : 1.5rem ;
144
+ }
145
+
146
+ .currency-line span {
147
+ font-size : 1.5rem ;
148
+ }
149
+
150
+ .bill-card {
151
+ height : 310px ;
152
+ }
153
+
154
+ .pointer {
155
+ cursor : pointer;
156
+ }
157
+
158
+ .form {
159
+ max-width : 500px ;
160
+ }
161
+
162
+ .breadcrumb-wrap ,
163
+ .breadcrumb-wrap a ,
164
+ .breadcrumb-wrap a : before {
165
+ -webkit-align-items : center;
166
+ -ms-flex-align : center;
167
+ align-items : center;
168
+ }
169
+
170
+ .breadcrumb-wrap {
171
+ position : relative;
172
+ display : -webkit-flex;
173
+ display : -ms-flexbox;
174
+ display : flex;
175
+ }
176
+
177
+ .breadcrumb-wrap a ,
178
+ .breadcrumb-wrap a : before {
179
+ display : -webkit-inline-flex;
180
+ display : -ms-inline-flexbox;
181
+ display : inline-flex;
182
+ color : rgba (0 , 0 , 0 , .7 )!important ;
183
+ }
184
+
185
+ .history-chart {
186
+ max-width : 600px ;
187
+ margin : 0 auto;
188
+ }
0 commit comments