mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-11 15:25:46 +03:00
class renaming to avoid adblockers
This commit is contained in:
parent
b5d81c429a
commit
37b34eeac7
|
@ -1,4 +1,4 @@
|
||||||
<div class="carbonad">
|
<div class="cb">
|
||||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=fezvrastagithubiobootstrapmateri" id="_carbonads_js"></script>
|
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=fezvrastagithubiobootstrapmateri" id="_carbonads_js"></script>
|
||||||
<div id="fakecb">
|
<div id="fakecb">
|
||||||
Looks like you are using an AdBlocker, this makes hard for me to maintain
|
Looks like you are using an AdBlocker, this makes hard for me to maintain
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
.carbonad {
|
.cb {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
.carbonad div {
|
.cb div {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbonad div:nth-child(2) {
|
.cb div:nth-child(2) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbonad {
|
.cb {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
padding: 1.25rem !important;
|
padding: 1.25rem !important;
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbon-text,
|
.carbon-text,
|
||||||
.carbonad a {
|
.cb a {
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
margin-bottom: .5em !important;
|
margin-bottom: .5em !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
.carbonad {
|
.cb {
|
||||||
width: 330px !important;
|
width: 330px !important;
|
||||||
padding: 1rem !important;
|
padding: 1rem !important;
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user