X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fresults.scss;h=32f604eaf7f4d580f7be4ce24637c6b547b75d93;hb=1811c6021240a95f505cc2d49f592dc1bf56ac89;hp=d78ebc53b47a8560a32d978509dc9a0c2a1f4661;hpb=a4260a00251cef4ad806c9d5c44d4c444d6ab831;p=alttp.git diff --git a/resources/sass/results.scss b/resources/sass/results.scss index d78ebc5..32f604e 100644 --- a/resources/sass/results.scss +++ b/resources/sass/results.scss @@ -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; @@ -31,5 +40,12 @@ background: $secondary; } } + + .vod-link { + margin-top: 1ex; + margin-left: 0.5ex; + padding: 0.5em; + border-radius: 1ex; + } } }