mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Merge branch 'dev' into file-size-update-sample-data
This commit is contained in:
@@ -319,7 +319,7 @@ export default class Intro extends Component<Props, State> {
|
|||||||
class="unbutton"
|
class="unbutton"
|
||||||
onClick={(event) => this.onDemoClick(i, event)}
|
onClick={(event) => this.onDemoClick(i, event)}
|
||||||
>
|
>
|
||||||
<div>
|
<div class={style.demoContainer}>
|
||||||
<div class={style.demoIconContainer}>
|
<div class={style.demoIconContainer}>
|
||||||
<img
|
<img
|
||||||
class={style.demoIcon}
|
class={style.demoIcon}
|
||||||
|
|||||||
@@ -321,6 +321,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.demo-container {
|
||||||
|
transition: scale 400ms ease-in-out;
|
||||||
|
&:hover {
|
||||||
|
scale: 1.05;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.demo-size {
|
.demo-size {
|
||||||
background: var(--dim-blue);
|
background: var(--dim-blue);
|
||||||
border-radius: 1000px;
|
border-radius: 1000px;
|
||||||
|
|||||||
Reference in New Issue
Block a user