This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-34
lines changed Expand file tree Collapse file tree 2 files changed +12
-34
lines changed Original file line number Diff line number Diff line change 3
3
features :
4
4
- name : Framework updates (e.g. KnockoutJS, RequireJS, etc.)
5
5
status : inProgress
6
- - name : GraphQL - Asynchronous orders
7
- status : inProgress
8
6
- name : GraphQL - Admin configuration
9
7
status : inProgress
10
8
- name : GraphQL - Caching updates
@@ -61,11 +59,5 @@ roadmap:
61
59
status : Planned
62
60
- name : PWA - Bundle product type
63
61
status : Planned
64
- - name : PWA - Staging and preview
65
- status : Planned
66
- - name : PWA - Bundle product type
67
- status : Planned
68
- - name : PWA - Live Search (Venia)
69
- status : Planned
70
62
- name : Security and quality improvements
71
63
status : Planned
Original file line number Diff line number Diff line change 27
27
<style >
28
28
29
29
/* ***************/
30
- /* **— Tables — ***/
30
+ /* **** Tables** ***/
31
31
/* ***************/
32
32
33
- /* *
34
- * Main Table
35
- */
33
+ /* **Main Table***/
36
34
table .roadmap-table {
37
35
padding : 1rem ;
38
36
margin : 0 ;
39
37
border : 1px solid #ddd ;
40
38
}
41
39
42
- /* *
43
- * Inner Tables
44
- */
40
+ /* **Inner Tables**/
45
41
table .roadmap-table tr td .table-container table .inner-table {
46
42
padding : 0.5rem ;
47
43
margin : 0 ;
48
44
border : none ;
49
45
}
50
46
51
47
/* ****************/
52
- /* **— Headers — ***/
48
+ /* **** Headers** ***/
53
49
/* ****************/
54
50
55
- /* *
56
- * Main Table Header
57
- */
51
+ /* **Main Table Header***/
58
52
table .roadmap-table tr .roadmap-header th {
59
53
padding : .7rem ;
60
54
margin : 0 ;
@@ -67,12 +61,10 @@ table.roadmap-table tr.roadmap-header th {
67
61
}
68
62
69
63
/* *************/
70
- /* **— Rows — ***/
64
+ /* **** Rows** ***/
71
65
/* *************/
72
66
73
- /* *
74
- * Main Table Row
75
- */
67
+ /* **Main Table Row***/
76
68
table .roadmap-table tr {
77
69
padding : 0.7rem ;
78
70
margin-left : 1rem ;
@@ -82,22 +74,18 @@ table.roadmap-table tr:hover {
82
74
background-color : #fff ;
83
75
}
84
76
85
- /* *
86
- * Inner Table Rows
87
- */
77
+ /* **Inner Table Rows***/
88
78
table .roadmap-table tr td .table-container table .inner-table tr .inner-row {
89
79
padding : 0.7rem ;
90
80
margin : 0 ;
91
81
border-bottom : 1px solid #ddd ;
92
82
}
93
83
94
84
/* **************/
95
- /* **— Cells — ***/
85
+ /* **** Cells** ***/
96
86
/* **************/
97
87
98
- /* *
99
- * Main Table Cell
100
- */
88
+ /* **Main Table Cell***/
101
89
table .roadmap-table tr td .table-container {
102
90
padding : 0 ;
103
91
margin : 0 ;
@@ -110,9 +98,7 @@ table.roadmap-table tr td.table-container {
110
98
border-right : 1px solid #ddd ;
111
99
}
112
100
113
- /* *
114
- * Inner Table Cell
115
- */
101
+ /* **Inner Table Cell***/
116
102
table .roadmap-table tr td .table-container table .inner-table tr .inner-row td .inner-cell {
117
103
margin : 0 ;
118
104
padding : 0.8rem ;
@@ -122,7 +108,7 @@ table.roadmap-table tr td.table-container table.inner-table tr.inner-row td.inne
122
108
}
123
109
124
110
/* **************/
125
- /* **— Icons — ***/
111
+ /* **** Icons** ***/
126
112
/* **************/
127
113
128
114
.icon {
You can’t perform that action at this time.
0 commit comments