diff --git a/website/source/assets/stylesheets/consul-connect/components/_section.scss b/website/source/assets/stylesheets/consul-connect/components/_section.scss index 5696f762a5..9b461337ae 100644 --- a/website/source/assets/stylesheets/consul-connect/components/_section.scss +++ b/website/source/assets/stylesheets/consul-connect/components/_section.scss @@ -25,4 +25,22 @@ &.border-top { border-top: 1px solid #e5e6eb; } + + li { + list-style-type: none; + margin: 16px 0; + + &:before { + background-position: center; + background-repeat: no-repeat; + background-size: 100%; + background-image: url('data:image/svg+xml;utf8,'); + content: ""; + display: block; + float: left; + height: 24px; + margin: 4px 0 0 -40px; + width: 24px; + } + } }