Ratchicons
Use Ratchicons in your application to help inform interactions.
diff --git a/sass/docs.scss b/sass/docs.scss index 51f4524..11fe3b4 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -623,10 +623,17 @@ code { margin-right: -15px; border-bottom: 1px solid #ddd; + // Added to the last component so the footer + // doesn't create a double border. &.no-border { border-bottom: 0; } } +@media screen and (min-width: 768px) { + .component { + border-bottom: 0; + } +} .component-title { margin-bottom: 10px; font-size: 24px;