mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos): add custom colors
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user