File tree 1 file changed +33
-25
lines changed
1 file changed +33
-25
lines changed Original file line number Diff line number Diff line change @@ -119,49 +119,57 @@ <h3>What's included</h3>
119
119
< pre > < code class ="bash "> bootflat/
120
120
├── css/
121
121
│ ├── bootflat.css
122
- │ ├── bootflat.min.css
122
+ │ ├── bootflat.css.map
123
+ │ └── bootflat.min.css
123
124
├── js/
124
125
│ ├── icheck.min.js
125
126
│ ├── jquery.fs.selecter.min.js
126
- │ ├── jquery.fs.stepper.min.js
127
- │ ├── jquery.collapse.js
127
+ │ └── jquery.fs.stepper.min.js
128
128
├── fonts/
129
129
│ ├── glyphicons-halflings-regular.eot
130
130
│ ├── glyphicons-halflings-regular.svg
131
131
│ ├── glyphicons-halflings-regular.ttf
132
- │ ├ ── glyphicons-halflings-regular.woff
132
+ │ └ ── glyphicons-halflings-regular.woff
133
133
├── sass/
134
134
│ ├── bootflat.scss
135
- │ ├── bootflat/
136
- │ ├── global.scss
137
- │ ├── typography.scss
135
+ │ └── bootflat/
136
+ │ ├── accordion.scss
137
+ │ ├── alert.scss
138
+ │ ├── breadcrumb.scss
138
139
│ ├── button.scss
139
140
│ ├── button_group.scss
140
- │ ├── label_badge.scss
141
- │ ├── tooltip.scss
142
- │ ├── progress.scss
143
- │ ├── breadcrumb.scss
144
- │ ├── pagination.scss
145
- │ ├── pager.scss
146
- │ ├── form.scss
141
+ │ ├── calendar.scss
147
142
│ ├── checkbox_radio.scss
148
- │ ├── alert.scss
149
- │ ├── tab.scss
150
- │ ├── pill.scss
151
- │ ├── navbar.scss
143
+ │ ├── dropdown.scss
144
+ │ ├── footer.scss
145
+ │ ├── form.scss
146
+ │ ├── global.scss
147
+ │ ├── jumbotron.scss
148
+ │ ├── label_badge.scss
152
149
│ ├── list.scss
153
150
│ ├── media_list.scss
154
151
│ ├── modal.scss
155
- │ ├── well .scss
156
- │ ├── thumbnail .scss
157
- │ ├── jumbotron .scss
152
+ │ ├── navbar .scss
153
+ │ ├── pager .scss
154
+ │ ├── pagination .scss
158
155
│ ├── panel.scss
159
- │ ├── accordion.scss
160
- │ ├── footer.scss
161
- │ ├── dropdown.scss
156
+ │ ├── pill.scss
157
+ │ ├── popover.scss
158
+ │ ├── pricing.scss
159
+ │ ├── progress.scss
160
+ │ ├── selecter.scss
161
+ │ ├── stepper.scss
162
+ │ ├── tab.scss
163
+ │ ├── thumbnail.scss
164
+ │ ├── timeline.scss
165
+ │ ├── toggle.scss
166
+ │ ├── tooltip.scss
167
+ │ ├── typography.scss
168
+ │ └── well.scss
162
169
└── img/
163
170
└── check_flat/
164
- └── default.png
171
+ ├── default.png
172
+ └── default.psd
165
173
</ code > </ pre >
166
174
</ div >
167
175
<!-- CSS/SASS
You can’t perform that action at this time.
0 commit comments