Commit 3904a6c3 authored by Adam Barth's avatar Adam Barth

Update Sky widgets to have more material design

This CL updates the Sky widgets to be closer to the material design spec.
There's still a long way to go, but this CL is a start.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/951823002
parent adf02a0d
......@@ -13,6 +13,9 @@
<sky-element>
<template>
<style>
:host {
font-family: 'Roboto Regular', 'Helvetica';
}
div {
display: flex;
align-items: center;
......@@ -34,9 +37,11 @@
</sky-box>
<sky-box title='Buttons'>
<sky-button id='button'>Button</sky-button>
<div>highlight: {{ myButton.highlight }}</div>
<div>clickCount: {{ clickCount }}</div>
<div style="display: flex; flex-direction: horizontal">
<div style="flex:1" />
<sky-button level="1" id="button">CANCEL</sky-button>
<sky-button level="1" primary>CONFIRM</sky-button>
</div>
</sky-box>
<sky-box title='Checkboxes'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment