X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fresults.scss;h=d78ebc53b47a8560a32d978509dc9a0c2a1f4661;hb=eca3f0074e6f9e882b91893e554ce249e25338de;hp=1bde5557f4371f0c491751aa444e0f286c074ce9;hpb=21cc6fddc58d14a635cafa0add99a39fdbca0e9a;p=alttp.git diff --git a/resources/sass/results.scss b/resources/sass/results.scss index 1bde555..d78ebc5 100644 --- a/resources/sass/results.scss +++ b/resources/sass/results.scss @@ -2,6 +2,10 @@ .result { padding: 1ex; + .user-box { + margin-right: 1ex; + } + .status { display: flex; align-items: center; @@ -13,13 +17,19 @@ background: $dark; color: $light; + &.has-comment { + box-shadow: 0 0.5ex 0 $info; + } + .time { min-width: 9ex; height: 1.4em; - background: $secondary; border-radius: 0.5ex; padding: 0 0.5ex; } + &.finished .time { + background: $secondary; + } } } }