Commit Graph

71 Commits

Author SHA1 Message Date
m5o
1f6c8963f2 revert list-group style
* revert list-group style
* `grunt swatch:pulse`
2017-12-15 18:46:27 +01:00
m5o
ce2d0f2781 remove commented border-radius-* values 2017-12-15 17:23:29 +01:00
m5o
83464b281f Pulse: remove default dark list-group style
* remove default dark list-group style
  * apply with `.bg-dark .text-light`
* use `$enable-rounded` options
  * remove reset of border-radius
* `grunt swatch:pulse`
2017-12-15 11:42:16 +01:00
Thomas Park
7961a926b6 flatly: fix navbar nav-item padding, closes #750 2017-12-12 22:54:15 -05:00
Thomas Park
44ede65048 fix broken urls in v4 api, closes #751 2017-12-12 20:39:25 -05:00
Thomas Park
ef2bde6a61 sketchy: list-group-item-action colors, closes #749 2017-12-10 11:10:29 -05:00
Thomas Park
db04f46f75 sketchy: card borders, closes #748 2017-12-10 10:59:27 -05:00
Thomas Park
ecdcb6c0b4 Merge pull request #747 from m5o/solar-card-bg
Solar: update card border and cap-bg
2017-12-09 19:05:02 -05:00
Thomas Park
781864efb0 Merge pull request #746 from m5o/sandstone-card-cap-bg
Sandstone: update card border and cap-bg
2017-12-09 19:04:19 -05:00
Thomas Park
792b498cff Merge pull request #745 from m5o/simplex-headings-color
Simplex: inherit headings color
2017-12-09 19:00:16 -05:00
m5o
7a89c4b2c7 update card border and cap-bg
* update card border and cap-bg
* `grunt swatch:solar`
2017-12-10 00:27:52 +01:00
m5o
01db5f02fd update card border and cap-bg
* update card border and cap-bg
* `grunt swatch:sandstone`
2017-12-09 23:55:28 +01:00
m5o
2fbebe818f run grunt swatch:simplex
* run `grunt swatch:simplex`
2017-12-09 22:18:17 +01:00
m5o
8bcc2f316f inherit headings color
* inherit headings color
2017-12-09 22:17:10 +01:00
m5o
b4e8dcd4bc grunt swatch:cosmo
* `grunt swatch:cosmo`
2017-12-09 21:48:15 +01:00
m5o
33b87ab9de use enable-rounded feature option
* use enable-rounded feature option
* https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L102
* remove unused `$border-radius*`
2017-12-09 21:46:53 +01:00
Thomas Park
17c3ed78a8 rebuild css #743 2017-12-09 12:42:30 -05:00
m5o
008febb07e update table markup
* update table markup
* https://getbootstrap.com/docs/4.0/content/tables/#contextual-classes
2017-12-08 12:12:42 +01:00
Thomas Park
df3a9839ef cosmo, pulse: rebuild themes 2017-12-06 11:37:01 -05:00
Thomas Park
7aac285cef Merge pull request #740 from m5o/cosmo-alert-border-width
use $alert-border-width in cosmo theme
2017-12-06 11:35:11 -05:00
Thomas Park
230d1f5836 Merge pull request #739 from m5o/remove-commented-code
remove unused code in pulse theme
2017-12-06 11:34:07 -05:00
m5o
ed1def0961 use $alert-border-width in cosmo theme
* use `$alert-border-width` instead of remove the border
2017-12-06 15:32:24 +01:00
m5o
e6f69778fd remove unused code in pulse theme
* remove unused code in pulse theme
2017-12-06 14:25:57 +01:00
Thomas Park
c080a12519 rebuild themes 2017-12-05 21:57:58 -05:00
Thomas Park
d09bc15190 lux: fix card-secondary 2017-12-05 21:57:50 -05:00
Thomas Park
75f209ca91 Merge pull request #736 from m5o/sink-nav-fix
update nav example
2017-12-05 10:02:37 -05:00
Thomas Park
1ba679f711 Merge pull request #735 from m5o/sink-alert-fix
update alert example
2017-12-05 10:01:54 -05:00
m5o
880f4572ad update nav example
* use `.flex-column` for vertical navigation
* show first tab content
2017-12-05 14:28:56 +01:00
m5o
57318ee2b1 update alert example
* update alert example
* https://getbootstrap.com/docs/4.0/components/alerts/#additional-content
2017-12-05 14:18:56 +01:00
m5o
aa8338ee77 update form markup
* update form markup
* add `.form-control-plaintext` example
* use `.valid-feedback`
* use `.invalid-feedback`
* add disabled checkbox
* fix indentation
* add custom forms section
2017-12-05 14:12:05 +01:00
Thomas Park
3446991d8f Merge pull request #733 from m5o/sink-cards
update card markup
2017-12-03 12:56:24 -05:00
Thomas Park
c3bda34932 Merge pull request #732 from m5o/sink-jumbotron
update jumbotron markup
2017-12-03 12:55:19 -05:00
m5o
005af9598f update card markup
* update `.card` markup
* add `.list-group`
* add simple `.card-body` example
* https://getbootstrap.com/docs/4.0/components/card/#card-styles
  * https://getbootstrap.com/docs/4.0/components/card/#background-and-color
  * https://getbootstrap.com/docs/4.0/components/card/#border
2017-12-03 12:51:39 +01:00
m5o
d541fbba18 update jumbotron markup
* update `.jumbotron` markup
* https://getbootstrap.com/docs/4.0/components/jumbotron/
2017-12-03 12:13:31 +01:00
m5o
de07478fe9 update blockquotes markup
* update `.blockquote` markup
* add alignment variants `.text-center` / `.text-right`
* https://getbootstrap.com/docs/4.0/content/typography/#blockquotes
2017-12-03 12:02:15 +01:00
m5o
8803decdf1 update list-group markup
* update list-group markup
* see: https://getbootstrap.com/docs/4.0/components/list-group/
2017-12-03 01:00:51 +01:00
Thomas Park
46d67b4861 Merge pull request #729 from m5o/theming-modifiers-alert
use theme-color modifiers for .alert-*
2017-12-02 13:11:21 -05:00
m5o
cbde3396ca use theme-color modifiers for .alert-*
* use theme-color modifiers for `.alert-*`

📖 http://getbootstrap.com/docs/4.0/getting-started/theming/#modifiers
2017-12-02 18:02:26 +01:00
m5o
8d1fd302cb fix indentation 2017-12-02 17:45:33 +01:00
m5o
f7dbc69519 convert tabs to spaces
* convert tabs to spaces
2017-12-02 17:22:16 +01:00
Thomas Park
2aabd3808d litera: convert font units from px to em, #727 2017-11-28 22:39:10 -05:00
Thomas Park
aa0193a6a1 lumen: fix navbar preview, closes #725 2017-11-27 15:20:02 -05:00
XhmikosR
05bc06a727 Compress images.
The thumbnails are converted to 8-bit; the rest are losslessly compressed.

Before: 968 KB (991.784 bytes)
After:  408 KB (418.420 bytes)
2017-11-23 17:36:54 +02:00
Thomas Park
fb10847e6c darkly: lighter navbar-light colors, fixes #722 2017-11-20 12:30:26 -05:00
Thomas Park
a313e69633 build yeti 2017-11-19 13:22:11 -05:00
Thomas Park
07ce495440 lux, materia: tweak buttons, fix border-secondary, closes #720 2017-11-18 02:16:13 -05:00
Thomas Park
b83db0451a fix table-dark style in cyborg, darkly, sketchy, solar, superhero, closes #717 2017-11-16 13:30:19 -05:00
Thomas Park
94fdd65dd0 sketchy: fix checkboxes, closes #718 2017-11-16 13:04:45 -05:00
Thomas Park
38cc0866fd sandstone: fix border and color of tabs and dropdowns, closes #719 2017-11-16 13:04:24 -05:00
Thomas Park
6f99134437 rebuild all themes 2017-11-14 13:20:40 -05:00