File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11/// load styles required to demonstrate each component
22@import " box/index" ;
33@import " grid/index" ;
4+ @import " icon/index" ;
5+ @import " navigation/index" ;
46@import " typography/index" ;
57
68/// load styles needed to test component visuals
Original file line number Diff line number Diff line change 11.icon-media {
2- background-color : @ gray-0 ;
3- border : 1px solid @ gray-400 ;
2+ background-color : $ gray-0 ;
3+ border : 1px solid $ gray-400 ;
44 height : 100% ;
55 padding : 1.25rem ;
66
77 .media__icon {
8- color : @ gray-1000 ;
8+ color : $ gray-1000 ;
99 display : flex ;
1010 font-size : 2em ;
1111 line-height : 1 ;
@@ -28,6 +28,6 @@ hx-icon {
2828 }
2929
3030 & .danger {
31- color : @ red-900 ;
31+ color : $ red-900 ;
3232 }
3333}
Original file line number Diff line number Diff line change 11.nav-demo {
22 .hxNav {
3- width : @ app-nav-width ;
3+ width : $ app-nav-width ;
44 }
55}
Original file line number Diff line number Diff line change @@ -177,8 +177,6 @@ min-version {
177177\* ---------------------------------------- */
178178
179179// Import from docs/styles/*
180- @import ' demo/icon-docs' ;
181- @import ' demo/nav-docs' ;
182180@import ' demo/panel-docs' ;
183181@import ' demo/tabset-docs' ;
184182@import ' demo/tooltip-docs' ;
You can’t perform that action at this time.
0 commit comments