1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/scss/helpers/_stretched-link.scss

16 lines
223 B
SCSS
Raw Normal View History

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