mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 11:39:08 +00:00
30 lines
464 B
SCSS
30 lines
464 B
SCSS
@import '~style/helpers.scss';
|
|
|
|
:global {
|
|
// @import '~preact-material-components/Drawer/style.css';
|
|
@import '~preact-material-components/List/mdc-list.scss';
|
|
}
|
|
|
|
.drawer {
|
|
:global(.mdc-list-item__start-detail) {
|
|
margin-right: 16px;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
width: 50%;
|
|
}
|
|
|
|
.category img {
|
|
opacity: .6;
|
|
}
|
|
|
|
.bottom {
|
|
position: absolute;
|
|
bottom: 0;
|
|
bottom: constant(safe-area-inset-bottom);
|
|
bottom: env(safe-area-inset-bottom);
|
|
left: 0;
|
|
width: 100%;
|
|
}
|