File tree Expand file tree Collapse file tree 8 files changed +18
-25
lines changed Expand file tree Collapse file tree 8 files changed +18
-25
lines changed Original file line number Diff line number Diff line change 66 < meta name ="description " content ="Red Hat User Experience Design ">
77 < meta name ="author " content ="Red Hat UXD ">
88 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
9- < link rel ="shortcut icon " href ="{{ page.relative_path }}assets/img/uxd .png ">
9+ < link rel ="shortcut icon " href ="{{ page.relative_path }}assets/img/favicon .png ">
1010 < title > {% if page.title %}{{ page.title }}{% endif %}</ title >
1111 <!-- link to main stylesheet -->
1212 < link rel ="stylesheet " type ="text/css " href ="{{ page.relative_path }}assets/css/styles.css ">
1919 <!-- Site JS -->
2020 < script src ="{{ page.relative_path }}assets/js/designSearch.js "> </ script >
2121 < script src ="{{ page.relative_path }}assets/js/designSort.js "> </ script >
22- <!-- Place this tag in your head or just before your close body tag. -->
23- < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
2422 </ head >
2523 < body >
Original file line number Diff line number Diff line change 99 < span class ="icon-bar "> </ span >
1010 </ button >
1111 < a class ="navbar-brand " href ="{{ page.relative_path }} ">
12- < img alt ="brand " src ="{{ page.relative_path }}assets/img/uxd .png " alt ="UXD " width ="25px ">
12+ < img alt ="brand " src ="{{ page.relative_path }}assets/img/icon .png " alt ="UXD " width ="25px ">
1313 </ a >
1414 </ div >
1515 <!-- Collect the nav links, forms, and other content for toggling -->
Original file line number Diff line number Diff line change @@ -16,19 +16,6 @@ body { font-size: $fa-font-size-base; }
1616 text-decoration : none ;
1717 }
1818}
19- .green { background-color : $color-pf-green-200 ; }
20- .blue { background-color : $color-pf-blue-200 ; }
21- .light-blue { background-color : $color-pf-blue-100 ; }
22- .light-blue-text { color : $color-pf-black !important ; }
23- .orange { background-color : $color-pf-orange-200 ; }
24- .purple {
25- background-color : $color-pf-purple-200 ;
26- color : $color-pf-white ;
27- }
28- .red {
29- background-color : $color-pf-red-100 ;
30- color : $color-pf-white ;
31- }
3219.filter-control {
3320 list-style : none ;
3421 padding : 0 5px ;
Original file line number Diff line number Diff line change 1+ @import " vendor/patternfly/variables.scss" ;
2+
3+ .green { background-color : $color-pf-green-200 ; }
4+ .blue { background-color : $color-pf-blue-200 ; }
5+ .light-blue { background-color : $color-pf-blue-100 ; }
6+ .light-blue-text { color : $color-pf-black !important ; }
7+ .orange { background-color : $color-pf-orange-200 ; }
8+ .purple {
9+ background-color : $color-pf-purple-200 ;
10+ color : $color-pf-white ;
11+ }
12+ .red {
13+ background-color : $color-pf-red-100 ;
14+ color : $color-pf-white ;
15+ }
Original file line number Diff line number Diff line change 33---
44@charset " utf-8" ;
55
6- // PatternFly import
7- // @import "patternfly/patternfly";
8-
9- // Variables to modify font folders
10- // $icon-font-path: "../fonts/bootstrap";
11- // $fa-font-path: "../fonts/font-awesome";
12-
136// Imports
147@import " ../_sass/vendor/patternfly/_patternfly" ;
15- // @import "_bootstrap";
168@import " ../_sass/vendor/patternfly/font-awesome" ;
179
1810// Site styles
1911@import " base" ;
12+ @import " table-colors" ;
2013@import " design-links" ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments