digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 141 forks source link

Sass Integration #75

Closed sunil-digicorp closed 6 years ago

sunil-digicorp commented 6 years ago
  1. Enhanced the library by using the Sass variables, maps and functions to make customizing a theme and the components easier and faster.

  2. Resolved the alignment related issue which was occurring while placing one outline and one normal button side by side.

  3. Resolved the issue with the labels in the Floating Action Button when the .pmd-ripple-effect class is removed from the buttons.

  4. Removed unnecessary classes from Typography, Accordion, Card, TextField and Table components.

  5. Removed opacity css property and replaced it with RGBA in Typography.

  6. Removed the box shadow when the sidebar is collapsed.