mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-26 23:54:23 +01:00
Add stretched-link
This commit is contained in:
parent
886a782568
commit
02ed5f24e3
@ -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: "";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user