No notes defined.

<aside>
    <h6>Published:</h6>
    <p>26 July 1999</p>

    <h6>Authors:</h6>
    <p>Heymans MW, van Tulder MW, Esmail R, Bombardier C, Koes BW</p>

    <a href="" class="button">See the full Review on the Cochrane Library</a>
</aside>
<aside>
    <h6>Published:</h6>
    <p>26 July 1999</p>

    <h6>Authors:</h6>
    <p>Heymans MW, van Tulder MW, Esmail R, Bombardier C, Koes BW</p>

    <a href="" class="button">See the full Review on the Cochrane Library</a>
</aside>
  • Content:
    :where(aside) {
    	@include text-small;
    	position: relative;
    	color: $aside-color;
    
    	&:after {
    		content:'';
    		width: 1px;
    		position: absolute;
    		top: 0;
    		bottom: 0;
    		left: -$spacing-xs;
    		box-shadow: -1px 0 0 0 #C0C0C0;
    	}
    
    	#{headings()} {
    		color: $navy;
    		margin: 0;
    	}
    
    	> *:last-child {
    		margin-bottom: 0;
    	}
    }
    
    [dir="rtl"] {
    	aside {
    		&:after {
    			left: unset;
    			right: -$spacing-xs;
    		}
    	}
    }
  • URL: /components/raw/aside/_aside.scss
  • Filesystem Path: app/components/03-groups/aside/_aside.scss
  • Size: 403 Bytes