Kevin Ross
|
3afb2b6904
|
Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338
|
2015-11-19 11:07:47 -06:00 |
|
Kevin Ross
|
e275c689a5
|
Manually merged #712
|
2015-11-19 09:33:35 -06:00 |
|
Kevin Ross
|
acc532e659
|
sass rebuild dist
|
2015-11-18 19:59:41 -06:00 |
|
Kevin Ross
|
74b3d41c34
|
Allow floating labels to be used with input groups that have a left input. Update readme.
|
2015-11-18 16:43:19 -06:00 |
|
Kevin Ross
|
2cfee47c9b
|
normalize navbar forms with bootstrap font sizes since material inputs are larger
|
2015-11-18 15:51:06 -06:00 |
|
Kevin Ross
|
2b6d9ea37b
|
fixed bad label markup
|
2015-11-18 14:53:05 -06:00 |
|
Kevin Ross
|
b8e85cbbad
|
standardized checkbox sizing variants and colors to spec
|
2015-11-18 14:20:12 -06:00 |
|
Kevin Ross
|
8ebf124500
|
checkpoint before transitioning label styles to form-group
|
2015-11-17 12:02:44 -06:00 |
|
Kevin Ross
|
9d3cd1a500
|
refactored form-group variants into a mixin, much less code.
|
2015-11-10 16:35:08 -06:00 |
|
Kevin Ross
|
9bbd049fea
|
normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion
|
2015-11-10 13:36:15 -06:00 |
|
Kevin Ross
|
3f1e2ef2d1
|
move to is-focused instead of .focus to prevent potential oversight with :focus . Standardizing styles based on form-group instead of a mixture of input state and form-group state, including validity, which now sets form-group.has-error
|
2015-11-10 10:26:00 -06:00 |
|
Kevin Ross
|
4d5317e8b8
|
A lot of work normalizing static control-labels with floating labels. This was primarily achieved by having material.js put the focus on the form-group, and adjusting styles as needed. Also done was a standardization of label/input sizes, and the introduction/testing of standardized form-group sizes.
|
2015-11-06 16:46:05 -06:00 |
|
Kevin Ross
|
d2cf56d805
|
due to css ~ adjacent sibling connector, existing <label> elements must be reordered after the input for floating labels to work.
|
2015-11-06 14:20:23 -06:00 |
|
Kevin Ross
|
eb67cd543f
|
re-refactored inputs.less - this time kept sibling ~ references properly intact
|
2015-11-06 13:17:17 -06:00 |
|
Kevin Ross
|
59811e4ca5
|
removed form-control-wrapper in lieu of standard form-group
|
2015-11-06 10:30:05 -06:00 |
|
Kevin Ross
|
409df63756
|
sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content.
|
2015-11-05 10:56:14 -06:00 |
|
Kevin Ross
|
0d745c8dbe
|
color map created for full-palette, not generating properly yet.
|
2015-11-05 09:10:55 -06:00 |
|
Kevin Ross
|
1b2eedb6a2
|
sass demos added and linked. Files are generated in dist/sassc (so that fonts link properly), but ignored by .gitignore to avoid unnecessary distribution.
|
2015-11-05 08:25:02 -06:00 |
|
Kevin Ross
|
e14776f52e
|
sass conversion cleanup/removal of commented code
|
2015-11-04 17:36:36 -06:00 |
|
Kevin Ross
|
94cfe45c3a
|
debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now)
|
2015-11-04 17:24:27 -06:00 |
|
Kevin Ross
|
d0e45787a0
|
fix unquote on calcs
|
2015-11-04 17:02:39 -06:00 |
|
Kevin Ross
|
427b5046fe
|
added generated file header, fixed contrast functions
|
2015-11-04 16:54:57 -06:00 |
|
Kevin Ross
|
6958131c31
|
altered conversion of shadows as mixins (incorrectly saw them as @extends)
|
2015-11-04 15:57:47 -06:00 |
|
Kevin Ross
|
8e5e348228
|
woohoo, first successful sass conversion/compilation
|
2015-11-04 15:40:12 -06:00 |
|
Kevin Ross
|
6f6b801866
|
converted alert-variations
|
2015-11-04 15:00:44 -06:00 |
|
Kevin Ross
|
8dca1cb0c4
|
navbar variations converted
|
2015-11-04 14:49:03 -06:00 |
|
Kevin Ross
|
cf4cc11a6a
|
bg-img-variations replaced
|
2015-11-04 14:41:37 -06:00 |
|
Kevin Ross
|
f9f761b0eb
|
fixed bg-box-shadow variations
|
2015-11-04 14:34:47 -06:00 |
|
Kevin Ross
|
724b4acf66
|
fixed color palette. Sass has no way of 1. obtaining a declared variable by a string, and 2. getting a Color object from a string (required for functions such as darken)
|
2015-11-04 12:03:16 -06:00 |
|
Kevin Ross
|
d66a468d89
|
mixins converted to use maps for parameters - fixed variations param order.
|
2015-11-04 10:57:10 -06:00 |
|
Kevin Ross
|
95590f8b04
|
fixed shadow hovers
|
2015-11-03 12:33:54 -06:00 |
|
Kevin Ross
|
64e1fd6673
|
replaced bg color generic-variations with mixin
|
2015-11-03 12:28:56 -06:00 |
|
Kevin Ross
|
cfa603321e
|
sass button-variations now being replaced
|
2015-11-03 12:12:20 -06:00 |
|
Kevin Ross
|
7fc8f47437
|
use a more generic param if we are going to be using this for other files such as buttons
|
2015-11-03 11:28:56 -06:00 |
|
Kevin Ross
|
c412642215
|
finished working through sass mixins to mimic less pass by function.
|
2015-11-03 09:57:40 -06:00 |
|
Kevin Ross
|
e4253075f4
|
Attempt at passing mixin name for variations (no-go so far)
|
2015-11-03 08:21:39 -06:00 |
|
Kevin Ross
|
89ed4e4b7b
|
fix shadow extensions
|
2015-11-02 19:17:00 -06:00 |
|
Kevin Ross
|
51669b9e00
|
removed nested mixins in lieu of list iteration
|
2015-11-02 18:41:17 -06:00 |
|
Kevin Ross
|
46aae1da8a
|
converting nested mixins to a list generated approach
|
2015-11-02 18:29:40 -06:00 |
|
Kevin Ross
|
86321236c1
|
working on converting _mixins.scss by hand.
|
2015-11-02 17:55:59 -06:00 |
|
Kevin Ross
|
f6aa6fb4d9
|
first automated sass conversion, using grunt task 'material:sass'
|
2015-11-02 14:39:13 -06:00 |
|
Jonathan Ginn
|
eaa45e58fc
|
Fix Sass material font path variable
Signed-off-by: Jonathan Ginn <jon@jonginn.com>
|
2015-04-08 20:07:07 +01:00 |
|
Fez Vrasta
|
d562c24d8b
|
Merge pull request #508 from jmillspaysbills/master
fixed classes
|
2015-03-18 17:12:33 +01:00 |
|
Jeremy Miller
|
b89afd8de5
|
fixed classes
fixed the classes for “mdi-social-public” and “mdi-av-queue-music”
|
2015-03-18 11:02:39 -05:00 |
|
Fez Vrasta
|
8fe9f29cf2
|
Merge pull request #503 from jmillspaysbills/master
updated css
|
2015-03-17 17:27:05 +01:00 |
|
Jeremy Miller
|
c07fd11852
|
updated css
updated the css for the content declarations.
|
2015-03-17 11:23:38 -05:00 |
|
Fez Vrasta
|
b43919c3ba
|
Merge pull request #452 from jmillspaysbills/master
updated icon fonts
|
2015-03-17 17:07:48 +01:00 |
|
Jeremy Miller
|
5154422260
|
updated fonts w/ new :after pseudo classes
Changed the way the battery and signal indicators are displayed, using
a new :after pseudo class.
|
2015-03-16 12:31:35 -05:00 |
|
Jeremy Miller
|
b00731de98
|
updated w/ new icons
I also added some Font Awesome classes to style the icons similar to
how font awesome does it.
|
2015-03-09 09:23:41 -05:00 |
|
MatrixZ
|
ad7a12f063
|
fixes #468
|
2015-03-06 11:21:25 +05:30 |
|