Skip to content

Commit dd3e12c

Browse files
Reordered/merged some slides, added quick work flow exercise, added presenter notes, tweaked content.
1 parent d4fed33 commit dd3e12c

6 files changed

Lines changed: 304 additions & 249 deletions

File tree

framework/css/theme-llc.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@ textarea.snippet {
171171
font-family: Monaco, Andale Mono, monospace;
172172
}
173173

174+
.edit {
175+
float: right;
176+
border: 1px solid #ccc;
177+
font-size: 14px;
178+
padding: 2px 7px;
179+
position: relative;
180+
bottom: -33px;
181+
right: 8px;
182+
}
183+
174184
/* table styles */
175185
table th {
176186
font-weight: 400;
9.66 KB
Loading

framework/sass/theme-llc.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,15 @@ textarea.snippet {
184184
margin-bottom: 15px;
185185
font-family: Monaco, Andale Mono, monospace;
186186
}
187+
.edit {
188+
float: right;
189+
border: 1px solid #ccc;
190+
font-size: 14px;
191+
padding: 2px 7px;
192+
position: relative;
193+
bottom: -33px;
194+
right: 8px;
195+
}
187196

188197

189198
/* table styles */

0 commit comments

Comments
 (0)