mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Add stretched-link
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
.stretched-link {
|
||||
&::#{$stretched-link-pseudo-element} {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: $stretched-link-z-index;
|
||||
top: var(--#{$prefix}stretched-top, 0);
|
||||
right: var(--#{$prefix}stretched-right, 0);
|
||||
bottom: var(--#{$prefix}stretched-bottom, 0);
|
||||
left: var(--#{$prefix}stretched-left, 0);
|
||||
z-index: var(--#{$prefix}stretched-z-index, $stretched-link-z-index);
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user