File tree Expand file tree Collapse file tree 2 files changed +33
-4
lines changed
src/components/InteractiveDiagram Expand file tree Collapse file tree 2 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,24 @@ export default function InteractiveDiagram() {
135
135
>
136
136
Signing
137
137
</ div >
138
+ < div className = { styles . bottomleftcolbottom } >
139
+ < div
140
+ className = { styles . cell }
141
+ onClick = { ( ) => {
142
+ setIsShow ( "block" ) ;
143
+ setPromptTitle ( "Cloud Development Environment" ) ;
144
+ setPromptText (
145
+ parse ( `
146
+ <p>An automated environment in the cloud accessed directly from a code editor.</p>
147
+ <br/>
148
+ <b><a href="docs/intro/capabilities/cloud-development-environment">Read More</a></b>
149
+ ` )
150
+ ) ;
151
+ } }
152
+ >
153
+ Cloud Development Environment
154
+ </ div >
155
+ </ div >
138
156
</ div >
139
157
< div className = { styles . bottomrightcol } >
140
158
< p className = { styles . labels } > Operation</ p >
Original file line number Diff line number Diff line change 85
85
white-space : nowrap;
86
86
padding : 30px ;
87
87
min-height : 405px ;
88
- max-height : 435 px ;
88
+ max-height : 460 px ;
89
89
min-width : 865px ;
90
90
border-radius : 8px ;
91
91
}
92
+
92
93
.diagramcontent : hover {
93
94
cursor : pointer;
94
95
}
119
120
white-space : nowrap;
120
121
min-height : 290px ;
121
122
}
123
+
122
124
.diagramcontent .bottomrow .bottomleftcol {
123
125
display : inline-block;
124
126
width : 40% ;
125
- height : 80% ;
126
- overflow : hidden;
127
+ height : 100% ;
127
128
border : 2px dotted;
128
129
margin-right : -15px ;
129
130
padding : 10px ;
130
131
padding-right : 30px ;
132
+ padding-bottom : 55px ;
131
133
margin-bottom : 30px ;
132
134
min-height : 225px ;
133
135
border-radius : 8px ;
136
138
137
139
.diagramcontent .bottomrow .bottomleftcol .bottomleftcolleft {
138
140
display : inline-block;
139
- height : 98 % ;
141
+ height : 95 % ;
140
142
overflow : hidden;
141
143
writing-mode : vertical-lr;
142
144
padding-left : 10px ;
155
157
}
156
158
157
159
.diagramcontent .bottomrow .bottomleftcol .bottomleftcolright {
160
+ margin-bottom : -4px ;
158
161
display : inline-block;
159
162
height : 100% ;
160
163
width : 85% ;
161
164
overflow : hidden;
162
165
border-top : none;
163
166
}
164
167
168
+ .diagramcontent .bottomrow .bottomleftcol .bottomleftcolbottom {
169
+ height : 40px ;
170
+ margin : auto;
171
+ width : 94% ;
172
+ margin-left : 3% ;
173
+ margin-right : 3% ;
174
+ }
175
+
165
176
.diagramcontent .bottomrow .bottomrightcol {
166
177
display : inline-block;
167
178
width : 55% ;
You can’t perform that action at this time.
0 commit comments