diff options
Diffstat (limited to 'frontend/static/sass')
| -rwxr-xr-x | frontend/static/sass/compile.sh | 2 | ||||
| -rwxr-xr-x | frontend/static/sass/src/profile.sass | 2 | ||||
| -rwxr-xr-x | frontend/static/sass/stylesheets/profile.css | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/frontend/static/sass/compile.sh b/frontend/static/sass/compile.sh new file mode 100755 index 0000000..f22b5c1 --- /dev/null +++ b/frontend/static/sass/compile.sh @@ -0,0 +1,2 @@ +#!/bin/bash +compass compile diff --git a/frontend/static/sass/src/profile.sass b/frontend/static/sass/src/profile.sass index 0d88ea5..fa5ec01 100755 --- a/frontend/static/sass/src/profile.sass +++ b/frontend/static/sass/src/profile.sass @@ -181,7 +181,7 @@ body input margin: 2px 10px 0 0 width: 100px - #profile-avatar, #profile-bg + #profile-avatar, #profile-bg, #profile-email width: 300px #profile-settings-save font-size: 14px diff --git a/frontend/static/sass/stylesheets/profile.css b/frontend/static/sass/stylesheets/profile.css index 13b4a58..20c2537 100755 --- a/frontend/static/sass/stylesheets/profile.css +++ b/frontend/static/sass/stylesheets/profile.css @@ -323,7 +323,7 @@ body { width: 100px; } /* line 184, ../src/profile.sass */ -#settings-container #profile-avatar, #settings-container #profile-bg { +#settings-container #profile-avatar, #settings-container #profile-bg, #settings-container #profile-email { width: 300px; } /* line 186, ../src/profile.sass */ |
