File tree Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ #guide {
2+ .eui-icon {
3+ background-repeat : no-repeat;
4+ background-position : 0 0 ;
5+ background-size : contain;
6+ display : inline-block;
7+ width : 16 px ;
8+ height : 16 px ;
9+ vertical-align : middle;
10+ & .icon-bug { background-image : inline ("img/icons/bug.svg" ); }
11+ & .icon-checkInCircleFilled { background-image : inline ("img/icons/checkInCircleFilled.svg" ); }
12+ & .icon-warningFilled { background-image : inline ("img/icons/warningFilled.svg" ); }
13+ }
14+ }
Original file line number Diff line number Diff line change 1616@import './style/example.pcss' ;
1717@import './style/feedback.pcss' ;
1818@import './style/heading.pcss' ;
19+ @import './style/icons.pcss' ;
1920@import './style/img.pcss' ;
2021@import './style/layout.pcss' ;
2122@import './style/link.pcss' ;
Original file line number Diff line number Diff line change @@ -569,3 +569,10 @@ Legacy definitions
569569:apm-overview-ref-m: https://www.elastic.co/guide/en/apm/get-started/master
570570:infra-guide: https://www.elastic.co/guide/en/infrastructure/guide/{branch}
571571:a-data-source: a data view
572+
573+ ////
574+ UI icons and logos from EUI
575+ ////
576+ :icon-bug: pass:[<span class="eui-icon icon-bug"></span>]
577+ :icon-checkInCircleFilled: pass:[<span class="eui-icon icon-checkInCircleFilled"></span>]
578+ :icon-warningFilled: pass:[<span class="eui-icon icon-warningFilled"></span>]
You can’t perform that action at this time.
0 commit comments