Kevin Ross
5593e446fb
integrate sass demo into the grunt process. Gruntfile.js fails the jshint process with line too long, but it seems a better tradeoff to ignore this than to try to hack away at making an array.join on the regex. roboto.less changed because import order matters in sass.
2015-11-05 08:11:38 -06:00
Kevin Ross
80610d9bc9
Added // SASS conversion note: to any less file that has a content change that must be manually synced to the _mixins-shared.scss
2015-11-04 17:50:22 -06:00
Kevin Ross
d607559f26
shadows are mixins and must be placed at the top for usage by other files (sass requirement)
2015-11-04 15:56:56 -06:00
Kevin Ross
485735a249
removed syntactically incorrect ,
2015-11-04 15:39:34 -06:00
Kevin Ross
23822f4b24
found duplicate style declaration in _inputs.less
2015-11-04 14:37:38 -06:00
Kevin Ross
e6027d6568
mixin btn-shadow must be defined before use.
2015-11-04 14:23:20 -06:00
Kevin Ross
6acbb9ca7d
discovered invalid css btn-ink
2015-11-03 10:17:44 -06:00
Kevin Ross
1654ca56eb
working on converting _mixins.scss by hand.
2015-11-02 17:55:59 -06:00
wolfika
4171e4dd64
replace hard-coded font path in roboto.less
...
The path for fonts were hard-coded into the roboto.less file. I imported
the required _variable and _colors files into roboto.less, so that the
variable containing the fonts path could be reached.
fixes #697
2015-10-08 20:51:13 +02:00
Craig Richardson
68a3c69651
Fixes #672
2015-08-26 10:52:01 +01:00
Invis1ble
8dab9644be
Fixed indents
2015-06-27 13:23:55 +03:00
Invis1ble
aaddbc4c1b
Fixed https://github.com/FezVrasta/bootstrap-material-design/issues/394
2015-06-27 13:18:26 +03:00
FezVrasta
f4b6cdd447
fixes #609
2015-06-05 15:37:09 +02:00
Vilsol
c4ac976642
Fix small icons on chrome
2015-05-09 23:16:03 +01:00
FezVrasta
82ce0a94d5
fixed animation of inputs
2015-04-29 13:25:17 +02:00
FezVrasta
d1146c85d7
fixed #541
2015-04-29 13:17:53 +02:00
Romain Cherix
54ae23d8fd
Fix padding issue for dialogs according Material design guide lines
2015-04-08 10:24:22 +02:00
GradyD
1d8aab9878
Adde vars for dropdown
2015-03-23 23:31:30 -04:00
GradyD
778b9ddab1
Updating branch
2015-03-23 23:29:11 -04:00
GradyD
d7849b3cb4
Dropdown material styles
2015-03-23 23:25:48 -04:00
FezVrasta
2a65e5b56b
Merge branch 'master' of https://github.com/FezVrasta/bootstrap-material-design
2015-03-19 15:26:26 +01:00
FezVrasta
71f35fe5d6
removed useless keyframes animation from inputs
2015-03-19 15:26:00 +01:00
Fez Vrasta
fbe3d01083
Merge pull request #508 from jmillspaysbills/master
...
fixed classes
2015-03-18 17:12:33 +01:00
Jeremy Miller
09c69c8a0a
fixed classes
...
fixed the classes for “mdi-social-public” and “mdi-av-queue-music”
2015-03-18 11:02:39 -05:00
FezVrasta
5f38258bda
fixed #504
2015-03-18 15:29:57 +01:00
FezVrasta
c6d0850ae1
fixed color of labels and floating labels
2015-03-18 14:46:06 +01:00
FezVrasta
343b300791
fixed #348
2015-03-17 18:40:13 +01:00
FezVrasta
bed5d8c478
fixed #403
2015-03-17 18:32:39 +01:00
FezVrasta
7e1893ccaf
removed deprecated variables
2015-03-17 18:27:20 +01:00
FezVrasta
9339c8e3da
fixed input behaviors
2015-03-17 18:08:03 +01:00
FezVrasta
0c8e3d34c1
fixed style and behavior of floating labels
2015-03-17 17:47:58 +01:00
Fez Vrasta
81b78bf32d
Merge pull request #503 from jmillspaysbills/master
...
updated css
2015-03-17 17:27:05 +01:00
Jeremy Miller
55a9b24d85
updated css
...
updated the css for the content declarations.
2015-03-17 11:23:38 -05:00
Fez Vrasta
e113eb96a2
Merge pull request #452 from jmillspaysbills/master
...
updated icon fonts
2015-03-17 17:07:48 +01:00
FezVrasta
6badcf783c
switched from scale() to scale3d() to fix some rendering problems
2015-03-17 15:33:50 +01:00
Jeremy Miller
ce44b8d8e5
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
FezVrasta
2bbae4a731
fixed specificity of shadows
2015-03-16 15:19:26 +01:00
FezVrasta
9bd3c08357
implemented #480 to fix #275
2015-03-16 15:16:54 +01:00
FezVrasta
679145442a
fixed #499
2015-03-16 14:47:55 +01:00
FezVrasta
6129a4d898
fixed some togglebutton selector
2015-03-16 14:41:16 +01:00
FezVrasta
ebd3c42032
fixed ripple color of toggle buttons
2015-03-11 17:14:24 +01:00
FezVrasta
88c9cbe639
fixed checkbox alignment problem
2015-03-11 16:54:11 +01:00
FezVrasta
31f43761de
fixed checkboxes inside lists
2015-03-11 16:53:17 +01:00
FezVrasta
99704278fa
fixed indentation and updated changelog
2015-03-11 16:46:33 +01:00
FezVrasta
13cf2b7d7f
improved material checkboxes (CHANGED MARKUP)
2015-03-11 16:45:01 +01:00
FezVrasta
a587319fa1
improved shadows and buttons
2015-03-10 13:01:47 +01:00
FezVrasta
c894f76bfb
added color variations even on toggles' ripple
2015-03-10 10:27:06 +01:00
FezVrasta
bdf459edf4
btn states and toggles variations
2015-03-09 20:56:57 +01:00
FezVrasta
3fccf450f9
improved accessibility ( #425 )
2015-03-09 18:01:22 +01:00
FezVrasta
aa0de1b1bf
fixed tabs
2015-03-09 17:17:02 +01:00