diff options
Diffstat (limited to 'frontend/style.sass')
-rw-r--r-- | frontend/style.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/style.sass b/frontend/style.sass index c0a7a5f..5828f41 100644 --- a/frontend/style.sass +++ b/frontend/style.sass @@ -149,3 +149,8 @@ a transition: color 0.2s &:hover color: $ac-light + +span.error-msg + margin-left: 1em + color: #ffe600 + font-size: 0.8em |