@@ -16,79 +16,57 @@ article, aside, canvas, details, embed,
1616figure , figcaption , footer , header , hgroup ,
1717main , menu , nav , output , ruby , section , summary ,
1818time , mark , audio , video {
19- margin : 0 ;
20- padding : 0 ;
2119 border : 0 ;
22- font-size : 100% ;
2320 font : inherit;
21+ font-size : 100% ;
22+ margin : 0 ;
23+ padding : 0 ;
2424 vertical-align : baseline;
2525}
26+
2627/* HTML5 display-role reset for older browsers */
28+
2729article , aside , details , figcaption , figure ,
28- footer , header , hgroup , main , menu , nav , section {
29- display : block;
30- }
30+ footer , header , hgroup , main , menu , nav , section { display : block; }
31+
3132/* HTML5 hidden-attribute fix for newer browsers */
32- * [hidden ] {
33- display : none;
34- }
3533
36- body {
37- line-height : 1 ;
38- }
34+ * [hidden ] { display : none; }
3935
40- ol , ul {
41- list-style : none;
42- }
36+ body { line-height : 1 ; }
4337
44- blockquote , q {
45- quotes : none;
46- }
38+ ol , ul { list-style : none; }
4739
48- blockquote : before , blockquote : after ,
49- q : before , q : after {
50- content : '' ;
51- content : none;
52- }
40+ blockquote , q { quotes : none; }
41+
42+ blockquote : before , blockquote : after ,
43+ q : before , q : after {
44+ content : '' ;
45+ content : none;
46+ }
5347
5448table {
5549 border-collapse : collapse;
5650 border-spacing : 0 ;
5751}
5852
59- html , body , app {
60- height : 100% ;
61- }
53+ html , body , app { height : 100% ; }
6254
63- .mdc-text-field {
64- width : 100% !important ;
65- }
55+ .mdc-text-field { width : 100% !important ; }
6656
67- .mdc-card__primary-action {
68- padding : 0.5rem ;
69- }
57+ .mdc-card__primary-action { padding : 0.5rem ; }
7058
7159.navbar {
72- width : 100vw ;
7360 height : 100vh ;
61+ width : 100vw ;
7462}
7563
76- .navbar .left-sidebar {
77- user-select : none;
78- }
64+ .navbar .left-sidebar { user-select : none; }
7965
80- .navbar .icon {
81- margin-right : 0.5rem ;
82- }
66+ .navbar .icon { margin-right : 0.5rem ; }
8367
84- .navbar .content-container {
85- margin : 1rem ;
86- }
68+ .navbar .content-container { margin : 1rem ; }
8769
88- .navbar aside : focus {
89- outline : none;
90- }
70+ .navbar aside : focus { outline : none; }
9171
92- .navbar .mdc-drawer__content : focus {
93- outline : none;
94- }
72+ .navbar .mdc-drawer__content : focus { outline : none; }
0 commit comments