diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-08-19 03:32:44 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-08-19 03:32:44 -0400 |
| commit | fb3408d64f361417c31f7fde4d206eab3e17acae (patch) | |
| tree | f109e7b71cd4ca358d4840074318ece3a11b4f46 /src/App.scss | |
| parent | 0c4f076765cf13c3e0d82501797e22a26def22ee (diff) | |
| parent | 9503b8fa41b9f6e3c500af411b29ee1c27844253 (diff) | |
Merge branch 'feature/profile-editing' into 'develop'
Feature/profile editing
See merge request !95
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 15c908d9..23f7304f 100644 --- a/src/App.scss +++ b/src/App.scss @@ -42,6 +42,11 @@ button{ &:hover { box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3); } + + &:disabled { + cursor: not-allowed; + opacity: 0.5; + } } .container { |
