source: trip-planner-front/node_modules/bootstrap/scss/helpers/_stretched-link.scss@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 223 bytes
Line 
1//
2// Stretched link
3//
4
5.stretched-link {
6 &::#{$stretched-link-pseudo-element} {
7 position: absolute;
8 top: 0;
9 right: 0;
10 bottom: 0;
11 left: 0;
12 z-index: $stretched-link-z-index;
13 content: "";
14 }
15}
Note: See TracBrowser for help on using the repository browser.