FIX: Mobile user profile

This commit is contained in:
Kane York 2015-08-20 14:05:04 -07:00
parent 9c92a491b5
commit 123f50cd71
1 changed files with 6 additions and 6 deletions

View File

@ -261,7 +261,7 @@
.details { .details {
padding: 15px 15px 4px 15px; padding: 15px 15px 4px 15px;
background-color: rgba($primary, .9); background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
h1 { h1 {
font-size: 2.143em; font-size: 2.143em;
@ -306,7 +306,7 @@
width: 100%; width: 100%;
position: relative; position: relative;
float: left; float: left;
color: dark-light-diff($secondary, $primary, 75%, 0%); color: dark-light-choose(scale-color($secondary, $lightness: 75%), choose-grey(90%));
h1 {font-weight: bold;} h1 {font-weight: bold;}
@ -362,14 +362,14 @@
} }
.secondary { display: none; } .secondary { display: none; }
.profile-image { .profile-image {
height: 0; height: 0;
} }
.details { .details {
padding: 12px 15px 2px 15px; padding: 12px 15px 2px 15px;
margin-top: 0; margin-top: 0;
background: rgba($primary, 1); background: dark-light-choose(rgba($primary, 1), choose-grey(5%));
.bio { display: none; } .bio { display: none; }
.primary { .primary {