mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-19 21:20:40 +03:00
docs: fixes
This commit is contained in:
parent
d8dd07f16f
commit
57e629569f
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
Split.setup({
|
Split.setup({
|
||||||
creativetim: function () {document.body.classList.remove('nopartner');document.body.classList.add('creativetim')},
|
creativetim: function () {document.body.classList.add('creativetim')},
|
||||||
mdbootstrap: function () { ocument.body.classList.remove('nopartner');document.body.classList.add('mdbootstrap')},
|
mdbootstrap: function () {document.body.classList.add('mdbootstrap')},
|
||||||
});
|
});
|
||||||
|
|
||||||
(function (i, s, o, g, r, a, m) {
|
(function (i, s, o, g, r, a, m) {
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
color: #777 !important; }
|
color: #777 !important; }
|
||||||
|
|
||||||
body.creativetim .partner.mdbootstrap, body.nopartner .partner.mdbootstrap {
|
body.creativetim .partner.mdbootstrap, body:not(.creativetim):not(.mdbootstrap) .partner.mdbootstrap {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
body.mdbootstrap .partner.creativetim {
|
body.mdbootstrap .partner.creativetim {
|
||||||
|
|
2
assets/css/docs.min.css
vendored
2
assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@
|
||||||
color: #777 !important;
|
color: #777 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creativetim, body.nopartner {
|
body.creativetim, body:not(.creativetim):not(.mdbootstrap) {
|
||||||
.partner.mdbootstrap {
|
.partner.mdbootstrap {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user