twbs--bootstrap/scss/helpers/_stretched-link.scss

16 lines
223 B
SCSS
Raw Normal View History

2018-12-04 20:22:12 +00:00
//
// Stretched link
//
.stretched-link {
&::#{$stretched-link-pseudo-element} {
2018-12-04 20:22:12 +00:00
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: $stretched-link-z-index;
2018-12-04 20:22:12 +00:00
content: "";
}
}