Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/helpers/_stretched-link.scss is written in an unsupported language. File is not indexed.

0001 //
0002 // Stretched link
0003 //
0004 
0005 .stretched-link {
0006   &::#{$stretched-link-pseudo-element} {
0007     position: absolute;
0008     top: 0;
0009     right: 0;
0010     bottom: 0;
0011     left: 0;
0012     z-index: $stretched-link-z-index;
0013     content: "";
0014   }
0015 }