Commit Graph

31 Commits (master)

Author SHA1 Message Date
Jonathan Garbee 4b3164d0fd Added variable to trim color pallet. (Closes #991) 2015-07-16 09:46:59 -04:00
Sérgio Gomes 2ab24047fa Adding missing components to docs and fixing some CSS issues 2015-06-05 17:05:13 +01:00
Sérgio Gomes e550304d4b Squashing all of @marcacohen 's work on partial component pages so far.
The commit history was a bit too complicated, which made it hard to rebase.
2015-06-03 15:51:38 +01:00
Sérgio Gomes 171e72ba51 All demos now use static CSS. 2015-06-02 14:44:15 +01:00
Sérgio Gomes 1992fb70ea Reverting f562f49d8a 2015-04-28 11:12:01 +01:00
Addy Osmani b47a42bff0 Merge pull request #224 from google/fix-palette
Add white/black text colors to palette
2015-04-23 16:21:03 +01:00
Alexander Surma 3c0329356c Add white/black text colors to palette 2015-04-23 15:11:44 +01:00
Sérgio Gomes f562f49d8a Makes typography definitions optional, through mdl-typography class.
Also adds mdl-base class, which is currently set to include just the
mdl-typography definitions, but will later be extended to include
other global definitions.

All demos, tests and templates have been updated to use mdl-base.
2015-04-23 14:28:11 +01:00
Sérgio Gomes a6a11f41d8 Fixes all of the broken black/white palette stuff.
Now we just have mdl-color--black and mdl-color--white.
2015-04-14 15:35:46 +01:00
Alexander Surma 1bbc6e2066 Use rgba() when appropriate 2015-04-13 18:25:21 +01:00
Alexander Surma c08a6650ac Fix palette for black and white 2015-04-13 16:59:42 +01:00
Alexander Surma 989d146634 Revert "Fix palette values for black and white"
This reverts commit dabd4239e3.
2015-04-13 16:10:41 +01:00
Alexander Surma dabd4239e3 Fix palette values for black and white 2015-04-13 14:49:53 +01:00
Addy Osmani f2e12387b9 Fixes #157 - adds License file headers 2015-04-11 19:33:04 +01:00
Alexander Surma e08395e570 Add !important to color classes (closes #163) 2015-04-10 16:16:52 +01:00
Addy Osmani ef43a51d45 Rename wsk -> mdl 2015-04-10 10:54:01 +01:00
Addy Osmani ba57c87c1d Break out mixins into their own file 2015-04-09 10:17:13 +01:00
Addy Osmani baeb2e9089 Rebase var work against master 2015-04-09 09:22:18 +01:00
Addy Osmani e5cefa9fd0 Rewrite Sass to address @import misuse 2015-04-08 20:02:29 +01:00
Alexander Surma 1cc480b747 Unquote and contrast colors 2015-04-08 18:14:24 +01:00
Alexander Surma 5fc52ea629 Add theme classes to palette 2015-04-08 13:55:57 +01:00
Addy Osmani cbea7275ff Land MQ for palette demo (#106) 2015-04-05 21:48:30 +01:00
Brian Hall 37af4d565a Add alpha values for black and white text and update the demo to reflect the addition. 2015-03-30 11:32:29 -05:00
Brian Hall 86e50faedc Closes #87 by adding white and black options to the color palette, updating the demo, and bumping the build. 2015-03-27 10:37:46 -05:00
Sérgio Gomes 0186d9aa5e Rearranging palette SCSS files 2015-03-26 12:00:56 +00:00
Sérgio Gomes d07eb36f5a Adding CSS definitions for Material Design palette.
Adds two CSS rules for each palette color:
- Text color (e.g. `wsk-color-text--red-500`)
- Background color (e.g. `wsk-color--red-500`)
2015-03-26 12:00:14 +00:00
Sérgio Gomes b8edf49282 Generate CSS templates, with color placeholders.
These will allow for easier customization of the color palette through simple text substitution, rather than the much heavier process of SASS compilation.
2015-03-18 18:31:44 +00:00
Sérgio Gomes f62362edfd Removing textual references to WSK.
New icons to come later.
2015-03-17 14:37:20 +00:00
Sérgio Gomes 2cd8df9d7e Namespacing all the demo classes, to make them per-demo.
So many classes.
2015-02-23 17:35:16 +00:00
Sérgio Gomes d4b78cbbde Adding friendly color names and using them in _colors.scss 2015-02-09 15:05:32 +00:00
Addy Osmani a71d2ba8c9 Continue move of files to the /src directory 2015-02-04 10:12:09 +00:00