mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix gradient
This commit is contained in:
parent
082723f3f4
commit
53d861c814
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ body {
|
||||||
/* rtl:end:ignore */
|
/* rtl:end:ignore */
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to bottom, #fff calc(100% - 3rem), transparent);
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) calc(100% - 3rem), rgba(255, 255, 255, .01));
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-cheatsheet article,
|
.bd-cheatsheet article,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue