Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 197b82e

Browse files
committed
feat(style): add radio/checkbox styles
1 parent b385fae commit 197b82e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

config.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ System.config({
3333
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0-rc.1.0.0",
3434
"aurelia-templating-router": "npm:aurelia-templating-router@1.0.0-rc.1.0.0",
3535
"aurelia-validation": "npm:aurelia-validation@0.6.8",
36+
"awesome-bootstrap-checkbox": "github:flatlogic/awesome-bootstrap-checkbox@1.0.0-alpha.4",
3637
"babel": "npm:babel-core@5.8.38",
3738
"babel-runtime": "npm:babel-runtime@5.8.38",
3839
"bootstrap": "github:twbs/bootstrap@4.0.0-alpha",

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0-rc.1.0.0",
8888
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0-rc.1.0.0",
8989
"aurelia-validation": "npm:aurelia-validation@^0.6.8",
90+
"awesome-bootstrap-checkbox": "github:flatlogic/awesome-bootstrap-checkbox@^1.0.0-alpha.4",
9091
"bootstrap": "github:twbs/bootstrap@4.0.0-alpha",
9192
"fetch": "github:github/fetch@^0.11.1",
9293
"font-awesome": "github:FortAwesome/font-awesome@^4.6.3",

scss/style.scss

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
@import "../jspm_packages/github/FortAwesome/font-awesome@4.6.3/scss/font-awesome";
55
@import "../jspm_packages/github/twbs/bootstrap@4.0.0-alpha/scss/bootstrap.scss";
66

7+
@import "../jspm_packages/github/flatlogic/awesome-bootstrap-checkbox@1.0.0-alpha.4/awesome-bootstrap-checkbox.css";
8+
79
/** base **/
810
@import "include/_layout";
911
@import "include/_top_navigation";

0 commit comments

Comments
 (0)