VaibhavSaini19 / BootBlox

Ready-to-use Bootstrap CSS blocks
MIT License
26 stars 15 forks source link

Feat: Added Pricing Table code blocks. #10

Closed pranavvp10 closed 4 years ago

pranavvp10 commented 4 years ago

Added two pricing table code blocks into Pricing Table category.

VaibhavSaini19 commented 4 years ago

@pranavvp10 The cards have inconsistent padding and somewhat unnecessary borders as well, which ruins the looks a little bit. Can you fix that please? Maybe go through some more dribble / behance shots

pranavvp10 commented 4 years ago

@VaibhavSaini19 sure I will make changes to it.

VaibhavSaini19 commented 4 years ago

@pranavvp10 You went over with a little too much padding on the x-axis, the cards are larger than expected now. And also, the "premium" text looks like it doesn't have room to breathe. If you could fix that, it would be great. While you are at it, please also change the title of the category to just "PRICING" instead of "PRICINGTABLE", as it would contain both pricing tables and pricing cards as well

VaibhavSaini19 commented 4 years ago

Check out the pricing tabs under https://mertjf.github.io/tailblocks/. If you can create something of that sort, it would be excellent

VaibhavSaini19 commented 4 years ago

@pranavvp10 These do look much better. However, the cards don't stay consistent across tablet devices due to flex-wrap (as they don't have fixed width). I suggest you change it back to using row-cols-1, row-cols-2 etc (like you did earlier). Also, add ".btn-block" to all the buttons and add the "features" lines (with tick-marks) from pricing_2 to pricing_1 as well

VaibhavSaini19 commented 4 years ago

@pranavvp10 Can you make the following changes please:

VaibhavSaini19 commented 4 years ago

Looks good @pranavvp10. Will merge soon after a final check

pranavvp10 commented 4 years ago

Thanks :relaxed:

pranavvp10 commented 4 years ago

Thanks @VaibhavSaini19