docs(demos): add custom colors

This commit is contained in:
Drew Rygh
2015-10-30 13:39:06 -05:00
parent 3fa2f6b7de
commit 9c23eb45bd
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
$colors: (
primary: #387ef5,
secondary: #32db64,
danger: #f53d3d,
light: #f4f4f4,
dark: #222,
energized: #ffc527,
royal: #7e60ff,
);
body, body:hover, body a, body button, body media-switch {
cursor: url('http://ionicframework.com/img/finger.png'), auto;
}
@@ -331,4 +341,6 @@ body.md button[fab].fab-map {
top: 220px;
}
@import "../../ionic/ionic";

View File

@@ -35,11 +35,11 @@
Khal Drogo
</ion-checkbox>
<ion-checkbox dark>
<ion-checkbox energized checked="true" dark>
Cersei Lannister
</ion-checkbox>
<ion-checkbox primary checked="true">
<ion-checkbox royal checked="true">
Stannis Baratheon
</ion-checkbox>
@@ -55,7 +55,7 @@
Catelyn Stark
</ion-checkbox>
<ion-checkbox primary>
<ion-checkbox royal>
Bronn
</ion-checkbox>