Skip to content
Snippets Groups Projects

Remove WDN references

Merged Jeff Sturek requested to merge JSTUREK8/UNL_Search:remove-wdn-styles into master
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
23 @ui08: mix(#000, @cream, 64%); /* #5b5b5a */
24 @ui09: mix(#000, @cream, 72%); /* #474746 */
25
26 /* Break Points */
27 /* Standard, width-based media queries */
28 @bp768: ~" (min-width: 48em)";
29
30 /* Deprecated names */
31 @bp2: @bp768;
32
33 /* Fonts */
34 .sans-serif-font() {
35 font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif;
36 font-weight: 400;
37 font-style: normal;
38 }
  • Jeff Sturek added 1 commit

    added 1 commit

    • 7055f6c8 - Remove sans-serif-font() and references

    Compare with previous version

  • 73 70 border-top: 1px solid @ui03;
    74 71 padding: 1em 0 0;
    75 72 margin-top: 1em;
    76 .sans-serif-font();
  • Jeff Sturek added 1 commit

    added 1 commit

    • 14efab80 - Add back .sans-serif-font() and only use in google results

    Compare with previous version

  • Ryan Dee approved this merge request

    approved this merge request

  • Jeff Sturek mentioned in commit 2a89ec52

    mentioned in commit 2a89ec52

  • merged

  • Please register or sign in to reply
    Loading