More CSS optimisation

This commit is contained in:
Jake Archibald
2020-11-26 16:08:43 +00:00
parent 903c8b5d02
commit 4abc7f40d1
4 changed files with 29 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
.output {
composes: abs-fill from '../../../../shared/prerendered-app/util.css';
composes: abs-fill from global;
&::before {
content: '';
@@ -19,12 +19,12 @@
}
.two-up {
composes: abs-fill from '../../../../shared/prerendered-app/util.css';
composes: abs-fill from global;
--accent-color: var(--button-fg);
}
.pinch-zoom {
composes: abs-fill from '../../../../shared/prerendered-app/util.css';
composes: abs-fill from global;
outline: none;
display: flex;
justify-content: center;

View File

@@ -124,7 +124,7 @@
.copy-to-other {
grid-row: 1;
grid-column: copy-button;
composes: unbutton from '../../../../shared/prerendered-app/util.css';
composes: unbutton from global;
composes: download;
background: #656565;