diff options
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5aab111..5891ad6 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3051,10 +3051,16 @@ a[data-role="forgot-password"] { width: 170px; padding: 6px 8px 8px 8px; } + .aboutRoom .profilePic { + display:none; + } .aboutRoom h2 { font-size: 13px; margin: 1px 0 0 0; } + .btn.marg.warn { + display:none; + } .aboutRoom h1 a, .aboutRoom h1 { font-size: 16px; } @@ -3084,19 +3090,19 @@ a[data-role="forgot-password"] { display:none; } .mobile #scene:after{ - content:"Hey there! For best viewing we suggest flipping your device sideways and spinning around in circles :)"; + content: "Hello friend! For best viewing we suggest flipping your device sideways and spinning around in circles :)"; z-index: 3; - border: 1px solid; position: fixed; display: inline-block; background: white; - box-shadow: -3px 3px; - width: 170px; - background: rgba(255,255,255,0.95); - padding: 6px 8px 8px 8px; - bottom: 10px; + width: 90%; + top: 50px; left: 10px; - border: 1px solid; + font-size: 27px; + font-weight: 300; + line-height: 50px; + border-bottom: 1px solid; + padding-bottom: 20px; } } |
