]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
tech attribution & requirements
[alttp.git] / resources / sass / common.scss
index 83e5b9045416cb42b541a0b6cd1f9b96dbca1be1..879253c893aba8a92603c913bdfc52b8521ffdad 100644 (file)
@@ -193,6 +193,7 @@ h1 {
 }
 
 .zelda-icon {
+       position: relative;
        display: inline-flex;
        align-items: center;
        width: 2em;
@@ -203,4 +204,27 @@ h1 {
                max-width: 100%;
                max-height: 100%;
        }
+       .strike {
+               position: absolute;
+               top: 0;
+               left: 0;
+               width: 2em;
+               height: 2em;
+               display: flex;
+               align-items: center;
+               justify-content: center;
+               pointer-events: none;
+
+               svg {
+                       width: 100%;
+                       height: 100%;
+               }
+
+               path {
+                       fill: red;
+                       stroke: black;
+                       stroke-width: 1px;
+                       vector-effect: non-scaling-stroke;
+               }
+       }
 }