Fix share/embed modals
This commit is contained in:
parent
c4a15a95b3
commit
650b469202
@ -848,7 +848,7 @@
|
||||
.dog-calculator-share-twitter:hover { background: #1991da; transform: translateY(-1px); }
|
||||
.dog-calculator-share-linkedin { background: #0a66c2; }
|
||||
.dog-calculator-share-linkedin:hover { background: #084d95; transform: translateY(-1px); }
|
||||
.dog-calculator-share-email { background: var(--text-primary); }
|
||||
.dog-calculator-share-email { background: #6f3f6d; }
|
||||
.dog-calculator-share-email:hover { background: #5a3357; transform: translateY(-1px); }
|
||||
.dog-calculator-share-copy { background: #f19a5f; }
|
||||
.dog-calculator-share-copy:hover { background: #e87741; transform: translateY(-1px); }
|
||||
@ -912,7 +912,7 @@
|
||||
}
|
||||
|
||||
.dog-calculator-code-container code {
|
||||
color: var(--bg-secondary);
|
||||
color: var(--text-primary);
|
||||
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.4;
|
||||
@ -1965,8 +1965,6 @@
|
||||
by caninenutritionandwellness.com
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Share Modal -->
|
||||
<div id="shareModal" class="dog-calculator-modal" style="display: none;">
|
||||
<div class="dog-calculator-modal-content">
|
||||
@ -2024,6 +2022,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/**
|
||||
|
||||
@ -863,7 +863,7 @@
|
||||
.dog-calculator-share-twitter:hover { background: #1991da; transform: translateY(-1px); }
|
||||
.dog-calculator-share-linkedin { background: #0a66c2; }
|
||||
.dog-calculator-share-linkedin:hover { background: #084d95; transform: translateY(-1px); }
|
||||
.dog-calculator-share-email { background: var(--text-primary); }
|
||||
.dog-calculator-share-email { background: #6f3f6d; }
|
||||
.dog-calculator-share-email:hover { background: #5a3357; transform: translateY(-1px); }
|
||||
.dog-calculator-share-copy { background: #f19a5f; }
|
||||
.dog-calculator-share-copy:hover { background: #e87741; transform: translateY(-1px); }
|
||||
@ -927,7 +927,7 @@
|
||||
}
|
||||
|
||||
.dog-calculator-code-container code {
|
||||
color: var(--bg-secondary);
|
||||
color: var(--text-primary);
|
||||
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.4;
|
||||
@ -2013,8 +2013,6 @@
|
||||
by caninenutritionandwellness.com
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Share Modal -->
|
||||
<div id="shareModal" class="dog-calculator-modal" style="display: none;">
|
||||
<div class="dog-calculator-modal-content">
|
||||
@ -2071,6 +2069,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
// Apply widget-specific settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user