DMPRoadmap / roadmap

DCC/UC3 collaboration for a data management planning tool
MIT License
102 stars 110 forks source link

CSS changes #640

Closed briri closed 6 years ago

briri commented 6 years ago

Apply CSS overrides to Bootstraps default stylying based on the feedback in: https://docs.google.com/document/d/12bF5dJHI9xsptZOKNDAqDXovdJEMJmJMJfIpf7CKwHo/edit

Custom CSS should be placed either in the lib/assets/stylsheets/dmproadmap.scss

briri commented 6 years ago

Summary of the decisions that have come out of the discussion in the document above:

Pull in the GillSansLight TTF:

@font-face {
  font-family: 'GillSansLight';
  src: font-url('GillSansLight.ttf') format('truetype');
  font-weight: normal;
}
briri commented 6 years ago

We should make the changes above and then gather a second round of feedback for any additional changes.

briri commented 6 years ago

screen shot 2017-10-05 at 1 18 34 pm currently working on the Tooltips #568 and am noticing inconsistencies in Bootstrap's tooltip widths. We can override though within the custom CSS by setting the min-width and max-width

briri commented 6 years ago

Please also override the bg-primary class to use the primary grey color and reduce the top-bottom padding.

stephaniesimms commented 6 years ago

round 1 is done. recording new round of CSS changes in issue #746 . closing this one.