X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fresults.scss;h=3907e0ecd990f9d481737180b143b75cbcdd52e3;hb=8d97d023740e438361e659c6e133418e33343178;hp=b07fdeb505bc1e931db5b74bac566909de6f9f8a;hpb=d3c484627e5923d4843420ba06dc33c79101e891;p=alttp.git diff --git a/resources/sass/results.scss b/resources/sass/results.scss index b07fdeb..3907e0e 100644 --- a/resources/sass/results.scss +++ b/resources/sass/results.scss @@ -8,15 +8,28 @@ .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; height: 1.4em;