forked from MarseyWorld/MarseyWorld
remove background from award modal in classic theme
parent
c4dcb3e312
commit
41d609fa72
|
@ -115,7 +115,7 @@ a.btn-block[href~="/submit"] {
|
|||
padding-top: 5px !important;
|
||||
}
|
||||
|
||||
#frontpage #main-content-col .row:first-child {
|
||||
#frontpage #main-content-col .row:first-child:not(#award-tabs) {
|
||||
background-image: url(/i/classic1.webp);
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div id="awardModalBody" class="modal-body pt-2 mb-3">
|
||||
<div class="row pt-1 pb-4" style="justify-content: center">
|
||||
<div id="award-tabs" class="row pt-1 pb-4" style="justify-content: center">
|
||||
<button id="effect-content-tab" class="btn btn-primary btn-block m-0 shop-tab award-tab active" data-nonce="{{g.nonce}}" data-onclick="switchAwardTab()">
|
||||
<span class="mr-auto ml-auto"><i class="fas fa-gift mr-2"></i>EFFECT ON CONTENT</span>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue