Remove indentation and force appetize link to open a new window/tab
This commit is contained in:
parent
080746c4c3
commit
cb609f986c
|
@ -493,7 +493,7 @@ var Modal = React.createClass({
|
|||
<button className="modal-button-close">×</button>
|
||||
<div className="center">
|
||||
<iframe className="simulator" src={url} width="256" height="550" frameborder="0" scrolling="no"></iframe>
|
||||
<p>Powered by <a href="https://appetize.io">appetize.io</a></p>
|
||||
<p>Powered by <a target="_blank" href="https://appetize.io">appetize.io</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -903,11 +903,13 @@ small code, li code, p code {
|
|||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
.modal-button-open-img {
|
||||
background: #05A5D1;
|
||||
height: 358px;
|
||||
}
|
||||
.modal-button-open-img:hover img { opacity: 0.90; }
|
||||
|
||||
.modal-button-open-img {
|
||||
background: #05A5D1;
|
||||
height: 358px;
|
||||
}
|
||||
|
||||
.modal-button-open-img:hover img { opacity: 0.9; }
|
||||
|
||||
.modal-button-close {
|
||||
background: transparent;
|
||||
|
@ -923,12 +925,13 @@ small code, li code, p code {
|
|||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.modal-button-close:active,
|
||||
.modal-button-close:focus,
|
||||
.modal-button-close:hover {
|
||||
background: #EAF8FD;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.modal-button-close:active,
|
||||
.modal-button-close:focus,
|
||||
.modal-button-close:hover {
|
||||
background: #EAF8FD;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
.nav-main {
|
||||
|
|
Loading…
Reference in New Issue