summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rwxr-xr-xpublic/assets/stylesheets/app.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 632d816..5891ad6 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1,4 +1,3 @@
-@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
*{
margin:0;
@@ -3052,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;
}
@@ -3085,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;
}
}
@@ -3141,6 +3146,7 @@ a[data-role="forgot-password"] {
}
}
+
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
.hero{
height: 500pt;