aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-08-19 03:32:44 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-08-19 03:32:44 -0400
commitfb3408d64f361417c31f7fde4d206eab3e17acae (patch)
treef109e7b71cd4ca358d4840074318ece3a11b4f46 /src/App.scss
parent0c4f076765cf13c3e0d82501797e22a26def22ee (diff)
parent9503b8fa41b9f6e3c500af411b29ee1c27844253 (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.scss5
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 {