opensourcedesign / opensourcedesign.github.io

🎨💻 Source code of our website
https://opensourcedesign.net
Apache License 2.0
352 stars 188 forks source link

jobs/css/bootstrap.min.css values conflict with css/main.css #90

Open evalica opened 7 years ago

evalica commented 7 years ago

The job form uses a full bootstrap.min.css that has different defaults than main.css.

Some example:

This is visible here for example:

I'm sure other values also conflict.

Solutions:

  1. see if jobs/css/bootstrap.min.css can be removed or what it brings in addition. those values can be added in main.css
  2. use the same Bootstrap values in jobs/css/bootstrap.min.css as main.css
gaja6413 commented 7 years ago

Thankyou @evalica :) Even I have noticed this issue. Using the same values will bring the consistent to the website. Is there any other view on this issue? or will I change the values

evalica commented 7 years ago

It should be investigated why that file was added in the first place.

simonv3 commented 7 years ago

I'm fairly sure it uses bootstrap to do most of its styling. If that file were removed we'd lose a lot of the basic styles - which is not necessarily a bad thing, it's a lot of styles for a simple web form.

bnvk commented 7 years ago

Yep. This should be harmonized to be using the same global CSS styles and template in mail site repo!

Erioldoesdesign commented 3 years ago

Is this still an issue? can it be closed?