FIX: Mobile user profile

This commit is contained in:
Kane York 2015-08-20 14:05:04 -07:00
parent 9c92a491b5
commit 123f50cd71

View file

@ -261,7 +261,7 @@
.details {
padding: 15px 15px 4px 15px;
background-color: rgba($primary, .9);
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
h1 {
font-size: 2.143em;
@ -306,7 +306,7 @@
width: 100%;
position: relative;
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;}
@ -362,14 +362,14 @@
}
.secondary { display: none; }
.profile-image {
height: 0;
}
.profile-image {
height: 0;
}
.details {
padding: 12px 15px 2px 15px;
margin-top: 0;
background: rgba($primary, 1);
background: dark-light-choose(rgba($primary, 1), choose-grey(5%));
.bio { display: none; }
.primary {