aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-08-02 22:09:40 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-08-02 22:09:40 +0300
commitacf3fd5d91b41cfed08d70c63eab7feb79769a10 (patch)
treeeebf5aa8ba6950d7aaaf7015b9bd9babc359669e /src/App.scss
parentb2846893138086023ee43e8919689e659639579a (diff)
Add new user-settings component/route, add options to change name, bio, avatar, banner and bg. Add those options to api service and backend interactor service.
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 {