TheWebTech / CrankShaft

A framework for building modern websites on the HubSpot Platform.
https://thewebtech.github.io/CrankShaft
MIT License
46 stars 17 forks source link

Move all Button CSS from theme_base.css to cs-defaults.css #68

Open TheWebTech opened 5 years ago

TheWebTech commented 5 years ago

Someone previously contributed this CSS for Flat buttons. Let's move it into Crankshaft itself. (cs-defaults.css) We likely will need to make some changes to this but lets get this moved over first.

Delete the reference to these buttons in theme_base.css that will help us know we've stripped that part out. https://github.com/TheWebTech/CrankShaft/blob/e7c5472a063965c3f942db523c855431716e4bd3/theme/theme_base.css#L1042-L1114

Kinda related to #9

and is a sub-task of #35