creativetimofficial / blk-design-system

232 stars 137 forks source link

Using With fresh-bootstrap-table #17

Open Ashkar-Aras opened 4 years ago

Ashkar-Aras commented 4 years ago

while I used a fresh-bootstrap-table inside a page it needs: <link href="assets/css/fresh-bootstrap-table.css" rel="stylesheet" /> while this needs: <link href="assets/css/blk-design-system.css?v=1.0.0" rel="stylesheet" /> the change of place of calling each link changes the design of both fresh table and Blk...

rarestoma commented 4 years ago

Hi @Ashkar-Aras,

Thank you for working with our products.

Can you please give me more details about your issue? The fresh-bootstrap-table.css is from another product? Can you please give me a video or a snippet so I can see clearly what happens?

Thank you, Rares

Ashkar-Aras commented 4 years ago

I mean different style is specified from fresh-bootstrap-table.css and blk-design-system.css for something I think, while I have Blk page if I want to add the fresh table so I have to add the fresh-bootstrap-table.css style and it changes the Blk page design and the blk-design-system.css has also effect on the fresh table design, so I think one of the links should be used to have one of them as it is.

but how to use both links that the fresh-bootstrap-table.css just effect on the table design not the page, and blk-design-system.css just effect on the page not the table?

rarestoma commented 4 years ago

Hi @Ashkar-Aras,

We recommend using our table design from blk design system because there are 2 different styles from 2 different products that were not made to match. If you want to overryde the blk table design you have to add fresh-bootstrap-table.css after the blk-design-system.css.

All the best, Rares