mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
prep release
This commit is contained in:
parent
25901d31c2
commit
c7de6107a8
6
docs/assets/css/docs.min.css
vendored
6
docs/assets/css/docs.min.css
vendored
@ -65,6 +65,8 @@
|
||||
padding: 3rem 15px 2rem;
|
||||
color: #cdbfe3;
|
||||
text-align: center;
|
||||
background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
|
||||
background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
|
||||
background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3);
|
||||
}
|
||||
|
||||
@ -1535,6 +1537,8 @@
|
||||
|
||||
*:hover > .anchorjs-link {
|
||||
opacity: .75;
|
||||
-webkit-transition: color .16s linear;
|
||||
-o-transition: color .16s linear;
|
||||
transition: color .16s linear;
|
||||
}
|
||||
|
||||
@ -1543,5 +1547,3 @@
|
||||
text-decoration: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=docs.min.css.map */
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user