PC styles nearly done
This commit is contained in:
parent
da9d0a1136
commit
79f7c4c16f
25 changed files with 221 additions and 208 deletions
|
|
@ -3,7 +3,7 @@ import cancel from "../../static/icons/cancel.svg";
|
|||
import "./image-viewer.scss";
|
||||
|
||||
export const generate = (): html => `
|
||||
<section class="photo-viewer">
|
||||
<section id="image-viewer">
|
||||
<img id="photo" alt="currently opened photo"/>
|
||||
<img id="cancel" src="${cancel}" alt="cancel"/>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@import "../../style/vars";
|
||||
@import "../../style/mixins";
|
||||
|
||||
.photo-viewer {
|
||||
#image-viewer {
|
||||
@include center-children();
|
||||
display: none;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue