kickstart_rails 3.0.20 → 3.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/kickstart_rails/core/_base_components.sass +10 -10
- data/app/assets/stylesheets/kickstart_rails/core/_dependent_components.sass +7 -7
- data/app/assets/stylesheets/kickstart_rails/core/components/_alerts.sass +23 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_buttons.sass +159 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_dropdown_menu.sass +69 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_forms.sass +106 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_growls.sass +2 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_hr.sass +5 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_images.sass +40 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_labels.sass +15 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_modals.sass +73 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_navbar.sass +270 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_notifications.sass +20 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_pagination.sass +11 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_progress.sass +12 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_tables.sass +70 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_tabs.sass +37 -0
- data/app/assets/stylesheets/kickstart_rails/core/components/_tooltips.sass +26 -0
- data/app/assets/stylesheets/kickstart_rails/docs.sass +9 -3
- data/app/assets/stylesheets/kickstart_rails/fullpage.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/kickstart-semantic.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/kickstart.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/grid.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/index.sass +4 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/alerts.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/buttons.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/forms.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/image.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/images.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/labels.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/modals.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/navigation.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/notifications.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/tables.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/tabs.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/tooltips.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/docs/ui/typography.sass +1 -1
- data/app/assets/stylesheets/kickstart_rails/pages/index.sass +2 -3
- data/app/assets/stylesheets/kickstart_rails/themes/_default.sass +6 -0
- data/app/assets/stylesheets/kickstart_rails/themes/default/theme.sass +264 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/LICENSE +22 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/README.md +14 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/example.sass +14 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/gulpfile.js +16 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/index.html +18 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/package.json +24 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/switch.sass +53 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/_index.sass +1 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/LICENSE +22 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/README.md +34 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/example.sass +14 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/gulpfile.js +16 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/index.html +18 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/index.sass +53 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/package.json +24 -0
- data/app/assets/stylesheets/kickstart_rails/vendor/switch/switch.sass +53 -0
- data/lib/kickstart_rails/version.rb +1 -1
- metadata +34 -2
@@ -0,0 +1,22 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Adam Kochanowicz
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
22
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# Kickstart Switches
|
2
|
+
|
3
|
+
## Install in your project
|
4
|
+
|
5
|
+
### Gulp/Node.js
|
6
|
+
|
7
|
+
Let's install this as a git submodule.
|
8
|
+
|
9
|
+
- In your project, `cd` to `lib/sass/vendor`
|
10
|
+
- `git submodule add git://github.com:ajkochanowicz/Kickstart-Switch.git .`
|
11
|
+
- Don't forget the `.` at the end.
|
12
|
+
- In `lib/sass/vendor/_index.sass`, add
|
13
|
+
|
14
|
+
@import switch.sass
|
@@ -0,0 +1,14 @@
|
|
1
|
+
@import switch
|
2
|
+
|
3
|
+
// These variables will be available inside of Kickstart,
|
4
|
+
// but putting them here so the example works without it.
|
5
|
+
|
6
|
+
$primary-color: blue
|
7
|
+
$colors: (green: #8ce196)
|
8
|
+
$white: (darker: #DDD)
|
9
|
+
|
10
|
+
=switch
|
11
|
+
+switch-default
|
12
|
+
|
13
|
+
.switch
|
14
|
+
+switch
|
@@ -0,0 +1,16 @@
|
|
1
|
+
var gulp = require('gulp'),
|
2
|
+
sass = require('gulp-ruby-sass'),
|
3
|
+
connect = require('gulp-connect');
|
4
|
+
|
5
|
+
gulp.task('default', ['connect'], function() {
|
6
|
+
gulp.src(['example.sass'])
|
7
|
+
.pipe(sass())
|
8
|
+
.pipe(gulp.dest('./'))
|
9
|
+
});
|
10
|
+
|
11
|
+
gulp.task('connect', function() {
|
12
|
+
connect.server({
|
13
|
+
root: './',
|
14
|
+
livereload: true
|
15
|
+
})
|
16
|
+
})
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<!DOCTYPE HTML>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<link rel="stylesheet" href="http://cdn.getkickstart.com/css/kickstart.min.css" />
|
5
|
+
<link rel="stylesheet" href="example.css" />
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
<h1>Example</h1>
|
9
|
+
|
10
|
+
<p>
|
11
|
+
<div class="switch">
|
12
|
+
<input id="switch-2" type="checkbox" />
|
13
|
+
<label for="switch-2"></label>
|
14
|
+
</div>
|
15
|
+
<span>Let me know about future updates!</span>
|
16
|
+
</p>
|
17
|
+
</body>
|
18
|
+
</html>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"name": "Kickstart-Switch",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "",
|
5
|
+
"main": "gulpfile.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "https://github.com/ajkochanowicz/Kickstart-Switch.git"
|
12
|
+
},
|
13
|
+
"author": "",
|
14
|
+
"license": "ISC",
|
15
|
+
"bugs": {
|
16
|
+
"url": "https://github.com/ajkochanowicz/Kickstart-Switch/issues"
|
17
|
+
},
|
18
|
+
"homepage": "https://github.com/ajkochanowicz/Kickstart-Switch",
|
19
|
+
"devDependencies": {
|
20
|
+
"gulp": "^3.8.8",
|
21
|
+
"gulp-connect": "^2.0.6",
|
22
|
+
"gulp-ruby-sass": "^0.7.1"
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
=switch-default($color: $primary-color)
|
2
|
+
display: inline-block
|
3
|
+
vertical-align: middle
|
4
|
+
|
5
|
+
input[type="checkbox"]
|
6
|
+
position: absolute
|
7
|
+
margin-left: -9999px
|
8
|
+
visibility: hidden
|
9
|
+
|
10
|
+
+ label
|
11
|
+
display: block
|
12
|
+
position: relative
|
13
|
+
cursor: pointer
|
14
|
+
user-select: none
|
15
|
+
padding: 2px
|
16
|
+
width: 40px
|
17
|
+
height: 20px
|
18
|
+
background: map-get($white, darker)
|
19
|
+
border-radius: 60px
|
20
|
+
transition: background 0.4s
|
21
|
+
|
22
|
+
&:before, &:after
|
23
|
+
display: block
|
24
|
+
position: absolute
|
25
|
+
content: " "
|
26
|
+
|
27
|
+
&:before
|
28
|
+
top: 2px
|
29
|
+
left: 2px
|
30
|
+
bottom: 2px
|
31
|
+
right: 2px
|
32
|
+
background-color: white
|
33
|
+
border-radius: 60px
|
34
|
+
transition: background 0.4s
|
35
|
+
|
36
|
+
&:after
|
37
|
+
top: 4px
|
38
|
+
left: 4px
|
39
|
+
bottom: 4px
|
40
|
+
width: 12px
|
41
|
+
background-color: map-get($white, darker)
|
42
|
+
border-radius: 52px
|
43
|
+
transition: margin 0.4s, background 0.4s
|
44
|
+
|
45
|
+
&:checked + label
|
46
|
+
background-color: map-get($colors, green)
|
47
|
+
|
48
|
+
&:after
|
49
|
+
margin-left: 20px
|
50
|
+
background-color: map-get($colors, green)
|
51
|
+
|
52
|
+
|
53
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Adam Kochanowicz
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
22
|
+
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# Kickstart Switches
|
2
|
+
|
3
|
+
## Install in your project
|
4
|
+
|
5
|
+
### Gulp/Node.js
|
6
|
+
|
7
|
+
Let's install this as a git submodule.
|
8
|
+
|
9
|
+
In your project, `cd` to `lib/sass/vendor`
|
10
|
+
|
11
|
+
git submodule add git://github.com/ajkochanowicz/switch.git
|
12
|
+
|
13
|
+
As a submodule, this won't grow in your repository but it will allow you to
|
14
|
+
keep it up to date. [Read more about submodules](http://git-scm.com/book/en/Git-Tools-Submodules)
|
15
|
+
In `lib/sass/vendor/_index.sass`, add
|
16
|
+
|
17
|
+
@import switch/switch
|
18
|
+
|
19
|
+
In the very bottom of your theme file, instantiate the `switch()` mixin
|
20
|
+
|
21
|
+
=switch($color: $primary-color)
|
22
|
+
+switch-default($color)
|
23
|
+
|
24
|
+
To add a switch, use the following markup
|
25
|
+
|
26
|
+
<p>
|
27
|
+
<div class="switch">
|
28
|
+
<input id="switch-2" type="checkbox" />
|
29
|
+
<label for="switch-2"></label>
|
30
|
+
</div>
|
31
|
+
<span>Let me know about future updates!</span>
|
32
|
+
</p>
|
33
|
+
|
34
|
+
Note, the `switch-2` id is optional. Use whatever id you like.
|
@@ -0,0 +1,14 @@
|
|
1
|
+
@import switch
|
2
|
+
|
3
|
+
// These variables will be available inside of Kickstart,
|
4
|
+
// but putting them here so the example works without it.
|
5
|
+
|
6
|
+
$primary-color: blue
|
7
|
+
$colors: (green: #8ce196)
|
8
|
+
$white: (darker: #DDD)
|
9
|
+
|
10
|
+
=switch
|
11
|
+
+switch-default
|
12
|
+
|
13
|
+
.switch
|
14
|
+
+switch
|
@@ -0,0 +1,16 @@
|
|
1
|
+
var gulp = require('gulp'),
|
2
|
+
sass = require('gulp-ruby-sass'),
|
3
|
+
connect = require('gulp-connect');
|
4
|
+
|
5
|
+
gulp.task('default', ['connect'], function() {
|
6
|
+
gulp.src(['example.sass'])
|
7
|
+
.pipe(sass())
|
8
|
+
.pipe(gulp.dest('./'))
|
9
|
+
});
|
10
|
+
|
11
|
+
gulp.task('connect', function() {
|
12
|
+
connect.server({
|
13
|
+
root: './',
|
14
|
+
livereload: true
|
15
|
+
})
|
16
|
+
})
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<!DOCTYPE HTML>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<link rel="stylesheet" href="http://cdn.getkickstart.com/css/kickstart.min.css" />
|
5
|
+
<link rel="stylesheet" href="example.css" />
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
<h1>Example</h1>
|
9
|
+
|
10
|
+
<p>
|
11
|
+
<div class="switch">
|
12
|
+
<input id="switch-2" type="checkbox" />
|
13
|
+
<label for="switch-2"></label>
|
14
|
+
</div>
|
15
|
+
<span>Let me know about future updates!</span>
|
16
|
+
</p>
|
17
|
+
</body>
|
18
|
+
</html>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
=switch-default($color: $primary-color)
|
2
|
+
display: inline-block
|
3
|
+
vertical-align: middle
|
4
|
+
|
5
|
+
input[type="checkbox"]
|
6
|
+
position: absolute
|
7
|
+
margin-left: -9999px
|
8
|
+
visibility: hidden
|
9
|
+
|
10
|
+
+ label
|
11
|
+
display: block
|
12
|
+
position: relative
|
13
|
+
cursor: pointer
|
14
|
+
user-select: none
|
15
|
+
padding: 2px
|
16
|
+
width: 40px
|
17
|
+
height: 20px
|
18
|
+
background: map-get($white, darker)
|
19
|
+
border-radius: 60px
|
20
|
+
transition: background 0.4s
|
21
|
+
|
22
|
+
&:before, &:after
|
23
|
+
display: block
|
24
|
+
position: absolute
|
25
|
+
content: " "
|
26
|
+
|
27
|
+
&:before
|
28
|
+
top: 2px
|
29
|
+
left: 2px
|
30
|
+
bottom: 2px
|
31
|
+
right: 2px
|
32
|
+
background-color: white
|
33
|
+
border-radius: 60px
|
34
|
+
transition: background 0.4s
|
35
|
+
|
36
|
+
&:after
|
37
|
+
top: 4px
|
38
|
+
left: 4px
|
39
|
+
bottom: 4px
|
40
|
+
width: 12px
|
41
|
+
background-color: map-get($white, darker)
|
42
|
+
border-radius: 52px
|
43
|
+
transition: margin 0.4s, background 0.4s
|
44
|
+
|
45
|
+
&:checked + label
|
46
|
+
background-color: map-get($colors, green)
|
47
|
+
|
48
|
+
&:after
|
49
|
+
margin-left: 20px
|
50
|
+
background-color: map-get($colors, green)
|
51
|
+
|
52
|
+
|
53
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"name": "Kickstart-Switch",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "",
|
5
|
+
"main": "gulpfile.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "https://github.com/ajkochanowicz/Kickstart-Switch.git"
|
12
|
+
},
|
13
|
+
"author": "",
|
14
|
+
"license": "ISC",
|
15
|
+
"bugs": {
|
16
|
+
"url": "https://github.com/ajkochanowicz/Kickstart-Switch/issues"
|
17
|
+
},
|
18
|
+
"homepage": "https://github.com/ajkochanowicz/Kickstart-Switch",
|
19
|
+
"devDependencies": {
|
20
|
+
"gulp": "^3.8.8",
|
21
|
+
"gulp-connect": "^2.0.6",
|
22
|
+
"gulp-ruby-sass": "^0.7.1"
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
=switch-default($color: $primary-color)
|
2
|
+
display: inline-block
|
3
|
+
vertical-align: middle
|
4
|
+
|
5
|
+
input[type="checkbox"]
|
6
|
+
position: absolute
|
7
|
+
margin-left: -9999px
|
8
|
+
visibility: hidden
|
9
|
+
|
10
|
+
+ label
|
11
|
+
display: block
|
12
|
+
position: relative
|
13
|
+
cursor: pointer
|
14
|
+
user-select: none
|
15
|
+
padding: 2px
|
16
|
+
width: 40px
|
17
|
+
height: 20px
|
18
|
+
background: map-get($white, darker)
|
19
|
+
border-radius: 60px
|
20
|
+
transition: background 0.4s
|
21
|
+
|
22
|
+
&:before, &:after
|
23
|
+
display: block
|
24
|
+
position: absolute
|
25
|
+
content: " "
|
26
|
+
|
27
|
+
&:before
|
28
|
+
top: 2px
|
29
|
+
left: 2px
|
30
|
+
bottom: 2px
|
31
|
+
right: 2px
|
32
|
+
background-color: white
|
33
|
+
border-radius: 60px
|
34
|
+
transition: background 0.4s
|
35
|
+
|
36
|
+
&:after
|
37
|
+
top: 4px
|
38
|
+
left: 4px
|
39
|
+
bottom: 4px
|
40
|
+
width: 12px
|
41
|
+
background-color: map-get($white, darker)
|
42
|
+
border-radius: 52px
|
43
|
+
transition: margin 0.4s, background 0.4s
|
44
|
+
|
45
|
+
&:checked + label
|
46
|
+
background-color: map-get($colors, green)
|
47
|
+
|
48
|
+
&:after
|
49
|
+
margin-left: 20px
|
50
|
+
background-color: map-get($colors, green)
|
51
|
+
|
52
|
+
|
53
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kickstart_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Kochanowicz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -138,6 +138,22 @@ files:
|
|
138
138
|
- app/assets/stylesheets/kickstart_rails/core/_normalize.sass
|
139
139
|
- app/assets/stylesheets/kickstart_rails/core/_root-element.sass
|
140
140
|
- app/assets/stylesheets/kickstart_rails/core/_typography.sass
|
141
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_alerts.sass
|
142
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_buttons.sass
|
143
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_dropdown_menu.sass
|
144
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_forms.sass
|
145
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_growls.sass
|
146
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_hr.sass
|
147
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_images.sass
|
148
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_labels.sass
|
149
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_modals.sass
|
150
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_navbar.sass
|
151
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_notifications.sass
|
152
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_pagination.sass
|
153
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_progress.sass
|
154
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_tables.sass
|
155
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_tabs.sass
|
156
|
+
- app/assets/stylesheets/kickstart_rails/core/components/_tooltips.sass
|
141
157
|
- app/assets/stylesheets/kickstart_rails/docs.sass
|
142
158
|
- app/assets/stylesheets/kickstart_rails/external/_index.sass
|
143
159
|
- app/assets/stylesheets/kickstart_rails/foovendor/_fooindex.sass
|
@@ -164,7 +180,23 @@ files:
|
|
164
180
|
- app/assets/stylesheets/kickstart_rails/themes/_canary.sass
|
165
181
|
- app/assets/stylesheets/kickstart_rails/themes/_default.sass
|
166
182
|
- app/assets/stylesheets/kickstart_rails/themes/_shabbychic.sass
|
183
|
+
- app/assets/stylesheets/kickstart_rails/themes/default/theme.sass
|
184
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/LICENSE
|
185
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/README.md
|
186
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/example.sass
|
187
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/gulpfile.js
|
188
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/index.html
|
189
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/package.json
|
190
|
+
- app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/switch.sass
|
167
191
|
- app/assets/stylesheets/kickstart_rails/vendor/_index.sass
|
192
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/LICENSE
|
193
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/README.md
|
194
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/example.sass
|
195
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/gulpfile.js
|
196
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/index.html
|
197
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/index.sass
|
198
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/package.json
|
199
|
+
- app/assets/stylesheets/kickstart_rails/vendor/switch/switch.sass
|
168
200
|
- lib/kickstart_rails.rb
|
169
201
|
- lib/kickstart_rails/version.rb
|
170
202
|
homepage: http://getkickstart.com
|