bg transparency for user profiles
This commit is contained in:
parent
564fb0b100
commit
e78149a97e
|
@ -7,7 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-image {
|
.profile-image {
|
||||||
height: 250px;
|
height: 420px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
transition: height .15s linear;
|
transition: height .15s linear;
|
||||||
|
@ -239,7 +239,8 @@
|
||||||
|
|
||||||
.details {
|
.details {
|
||||||
padding: 15px 15px 4px 15px;
|
padding: 15px 15px 4px 15px;
|
||||||
background-color: $primary;
|
margin-top: -200px;
|
||||||
|
background: rgba($primary, .85);
|
||||||
transition: margin .15s linear;
|
transition: margin .15s linear;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<div class='footer'>
|
||||||
<p>
|
<p>
|
||||||
<%= t 'flags_reminder.how_to_disable' %>
|
<%= t 'flags_reminder.how_to_disable' %>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue