1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-08 18:54:49 +02:00

fix modals and button tags

This commit is contained in:
Kushagra Gour 2018-04-29 21:50:21 +05:30
parent e472104088
commit ed124bac0f
2 changed files with 6 additions and 3 deletions

View File

@ -23,11 +23,11 @@
<p>Like this extension? Please
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank">rate it here</a>.</p>
<p>
<a aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
<button aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
class="btn btn-icon">
<svg>
<use xlink:href="#gift-icon"></use>
</svg>Support the developer</a>
</svg>Support the developer</button>
<a aria-label="Rate Web Maker" href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
target="_blank" class="btn btn-icon">
<svg>

View File

@ -155,6 +155,7 @@ textarea {
padding: 9px 15px;
cursor: pointer;
letter-spacing: 0.2px;
line-height: 1;
transition: box-shadow 0.2s ease;
}
.btn--primary {
@ -577,6 +578,8 @@ body > #demo-frame {
height: 100vh;
overflow-y: auto;
align-items: center;
display: flex;
align-items: baseline;
justify-content: center;
z-index: 2000;
visibility: hidden;
@ -585,7 +588,7 @@ body > #demo-frame {
position: absolute;
right: 10px;
top: 10px;
opacity: 0.3;
opacity: 0.8;
transition: 0.25s ease;
}
.modal__close-btn > svg {