]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds test for hollow buttons joeworkman-feature/hollow-buttons
authorRafiBomb <rafi@zurb.com>
Fri, 28 Apr 2017 15:41:15 +0000 (08:41 -0700)
committerRafiBomb <rafi@zurb.com>
Fri, 28 Apr 2017 15:41:15 +0000 (08:41 -0700)
test/visual/pages/button-hollow.html [new file with mode: 0644]
test/visual/pages/button-inky.html

diff --git a/test/visual/pages/button-hollow.html b/test/visual/pages/button-hollow.html
new file mode 100644 (file)
index 0000000..9015b61
--- /dev/null
@@ -0,0 +1,11 @@
+<container>
+  <row>
+    <columns small="12" large="12">
+      <button href="#" class="hollow">Default Hollow</button>
+      <button href="#" class="hollow round secondary">Secondary Hollow</button>
+      <button href="#" class="hollow radius success">Success Hollow</button>
+      <button href="#" class="hollow warning">Warning Hollow</button>
+      <button href="#" class="hollow alert expanded">Alert Hollow</button>
+    </columns>
+  </row>
+</container>
index 98ed9ac69f8b752991f86b22c40083968ca3c546..6ffdecb106abd4356f67e2addad5823b80e9d167 100644 (file)
       <button class="expanded" href="http://zurb.com">Lorem ipsum </button>
     </columns>
   </row>
+
+  <row>
+    <columns small="12" large="12">
+      <button href="#" class="hollow">Default Hollow</button>
+      <button href="#" class="hollow secondary">Secondary Hollow</button>
+      <button href="#" class="hollow success">Success Hollow</button>
+      <button href="#" class="hollow warning">Warning Hollow</button>
+      <button href="#" class="hollow alert expanded">Alert Hollow</button>
+    </columns>
+  </row>
 </container>