]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/results.scss
clickable results
[alttp.git] / resources / sass / results.scss
index d78ebc53b47a8560a32d978509dc9a0c2a1f4661..3907e0ecd990f9d481737180b143b75cbcdd52e3 100644 (file)
@@ -8,18 +8,27 @@
 
                .status {
                        display: flex;
+                       position: relative;
                        align-items: center;
                        justify-content: space-between;
                        margin-top: 1ex;
                        padding: 0.5em;
+                       width: 100%;
                        min-width: 15ex;
+                       border: none;
                        border-radius: 1ex;
                        background: $dark;
                        color: $light;
 
+                       box-shadow: none;
+                       transition: top 0.15s ease-in-out;
                        &.has-comment {
                                box-shadow: 0 0.5ex 0 $info;
                        }
+                       &:active {
+                               box-shadow: none;
+                               top: 0.5ex;
+                       }
 
                        .time {
                                min-width: 9ex;