File tree 3 files changed +52
-0
lines changed
3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -284,3 +284,28 @@ table.button.alert:hover {
284
284
}
285
285
}
286
286
}
287
+
288
+ table .button.warning {
289
+ table {
290
+ td {
291
+ background : $warning-color ;
292
+ border : 2px solid $warning-color ;
293
+ }
294
+
295
+ a {
296
+ border : 0px solid $warning-color ;
297
+ }
298
+ }
299
+ }
300
+
301
+ table .button.warning :hover {
302
+ table {
303
+ td {
304
+ background : darken ($warning-color , 10% );
305
+ }
306
+
307
+ a {
308
+ border : 0px solid darken ($warning-color , 10% );
309
+ }
310
+ }
311
+ }
Original file line number Diff line number Diff line change 39
39
< button class ="alert " href ="http://zurb.com "> I alert</ button >
40
40
</ columns >
41
41
</ row >
42
+ < row >
43
+ < columns small ="12 " large ="12 ">
44
+ < button class ="warning " href ="http://zurb.com "> I warn</ button >
45
+ </ columns >
46
+ </ row >
42
47
< row >
43
48
< columns small ="12 " large ="12 ">
44
49
< button href ="http://zurb.com " href ="http://zurb.com " class ="expand "> I expand</ button >
Original file line number Diff line number Diff line change 210
210
</ tr >
211
211
</ table >
212
212
213
+ < table class ="row ">
214
+ < tr >
215
+ < th class ="small-12 large-12 columns ">
216
+
217
+ < table class ="button warning ">
218
+ < tr >
219
+ < td >
220
+ < table >
221
+ < tr >
222
+ < td >
223
+ < a href ="https://zurb.com "> I warn</ a >
224
+ </ td >
225
+ </ tr >
226
+ </ table >
227
+ </ td >
228
+ </ tr >
229
+ </ table >
230
+
231
+ </ th >
232
+ </ tr >
233
+ </ table >
234
+
213
235
< table class ="row ">
214
236
< tr >
215
237
< td class ="small-12 large-12 columns ">
You can’t perform that action at this time.
0 commit comments