Adds install button to Squoosh

This commit is contained in:
Pete LePage
2020-06-23 16:10:40 -04:00
parent 3a5c0aa30c
commit 265e6db2bd
3 changed files with 135 additions and 1 deletions

View File

@@ -170,6 +170,26 @@
--color: #fff;
}
.install-button {
composes: unbutton from '../../lib/util.scss';
&:hover,
&:focus {
background: #f5f5f5;
}
background: #fff;
border: 1px solid #e8e8e8;
margin-top: 1em;
align-items: center;
padding: 14px;
font-size: 1.3rem;
display: none;
}
.related-links {
display: flex;
padding: 0;