Commit Graph

22 Commits (736eeeb55f77db823e0b4e83d0f3a1b5ce1046fa)

Author SHA1 Message Date
Felquis 879d0c2ce0 Fix red border in required inputs at Firefox fixes #916 2016-10-31 14:10:40 -02:00
Javi Velasco 419f16f63f Plain SASS imports 🎨 2016-06-04 22:06:59 +02:00
Peter Fern 58e4e1e46c Replace `overflow-y: scroll` with `overflow-y: auto`
A number of components used `overflow-y`: scroll, which forces
scrollbars to be always visible. To work around this, `commons.scss` hid
webkit scrollbars globally. There are two problems with this: on
non-webkit browsers, scrollbars are visible even when they are
unnecessary; and scrollbars are hidden in webkit browsers, even on
elements where they may be desirable.

Instead, we use `overflow-y: auto`, and hide webkit scrollbars on
specific components when necessary.  Unfortunately, this requires using
element selectors, but this is the trade-off for better supporting
non-webkit browsers and allowing scrollbars on regular elements (like
body).

Fixes #218
2015-12-19 14:08:30 +01:00
Javi Velasco 64b87d013a Remove font import from globals 2015-11-29 19:04:20 +01:00
Javi Velasco ad916fba6d Remove flex attributes styling 2015-11-28 15:49:29 +01:00
Javi Velasco 598d80564b Rename lists subcomponents and little fixes 2015-11-22 22:28:24 +01:00
Javi Velasco ac5501b9a5 Improve ripple performance. Fixes #142 2015-11-21 12:23:24 +01:00
Javi Velasco 2fc419f0cd Auto import base in commons file 2015-11-19 17:03:14 +01:00
Javi Velasco 9905403b97 Do not include commons in app wrapper 2015-11-19 00:49:39 +01:00
Javi Velasco 54ad233dd6 Fix scss linter errors and bugfix in snackbar 2015-11-18 01:15:07 +01:00
Enzo Martin fe868542f8 Set font URLs as variables
- Add intellij .idea folder to ignore
- Set both font URLs to use HTTPS
2015-11-09 03:46:52 +01:00
Javi Velasco b516a5a065 Fixes #52 2015-11-05 17:49:30 +01:00
Javi Velasco e487001fc8 Complete and reorganize first approach for documentation pages 2015-10-28 01:49:22 +01:00
Javi Velasco 1e201834a4 Add Playground component 2015-10-25 14:54:41 +01:00
Javi Velasco e89d6df997 Fix some errors and change opinionated eslint 2015-10-23 18:30:37 +02:00
Javi Velasco 33a508ca0a Setup new file structure for sass files 2015-10-20 21:15:21 +02:00
Javi Velasco bb6b63122b Add basic list component 2015-10-19 02:38:25 +02:00
Javi Velasco 42dd4333de Set font sizes in rems 2015-10-06 21:48:05 +02:00
@soyjavi 10c34a7072 Use Heading sizes 2015-10-06 12:42:36 +07:00
@soyjavi dbd6f5ba66 Refactor <Card/> and SaSS 2015-10-05 19:54:29 +07:00
Javi Velasco 949db01d60 Migrate drawer styles to sass and improve button 2015-10-02 22:08:02 +02:00
Javi Velasco 353bcea1ed Migrate button, ripple and font icon styles to sass and add sass tooling 2015-10-02 17:39:26 +02:00