diff --git a/demos/component-docs/app.css b/demos/component-docs/app.css
index 698ce7a6c7..117060707c 100644
--- a/demos/component-docs/app.css
+++ b/demos/component-docs/app.css
@@ -93,6 +93,40 @@ scroll-content {
color: #757575;
}
-#demo-hammer {
- padding: 0 0.4em;
+#card-wireframe {
+ width: 100%;
+ margin-bottom: 2.7em;
}
+#subtle-footer {
+ background-color: #fff;
+ border-image-source: url(footer-wireframe.png);
+ border-image-repeat: repeat;
+ border-image-width: 100%;
+ border-bottom: 0;
+ border-left: 0;
+ border-right: 0;
+ position: absolute;
+ bottom:0;
+}
+#demo-fab-bottom {
+ padding-top: 3px;
+ z-index: 100;
+}
+#subtle-footer .toolbar-background {
+ background-color: #fff;
+ border-bottom: 0;
+}
+#demo-card-left {
+ font-size: 14px;
+ margin-top: -90px;
+ margin-left: 10px;
+ float: left;
+}
+#demo-card-right {
+ font-size: 14px;
+ margin-top: -90px;
+ float: right;
+ margin-right: 10px;
+
+
+}
\ No newline at end of file
diff --git a/demos/component-docs/buttons/buttons.ts b/demos/component-docs/buttons/buttons.ts
index dcf0084f9a..96b91054ef 100644
--- a/demos/component-docs/buttons/buttons.ts
+++ b/demos/component-docs/buttons/buttons.ts
@@ -18,6 +18,15 @@ export class BlockButtonsPage {
}
}
+@Page({
+ templateUrl: 'buttons/clear.html',
+})
+export class ClearButtonsPage {
+ constructor() {
+
+ }
+}
+
@Page({
templateUrl: 'buttons/full.html',
})
@@ -69,5 +78,14 @@ export class ButtonSizesPage {
export class IconButtonsPage {
constructor() {
+ }
+}
+
+@Page({
+ templateUrl: 'buttons/components.html',
+})
+export class ButtonsInComponentsPage {
+ constructor() {
+
}
}
\ No newline at end of file
diff --git a/demos/component-docs/buttons/clear.html b/demos/component-docs/buttons/clear.html
new file mode 100644
index 0000000000..3acd89b5c5
--- /dev/null
+++ b/demos/component-docs/buttons/clear.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+