mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
bg transparency for user profiles
This commit is contained in:
parent
564fb0b100
commit
e78149a97e
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.profile-image {
|
||||
height: 250px;
|
||||
height: 420px;
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
transition: height .15s linear;
|
||||
|
@ -239,7 +239,8 @@
|
|||
|
||||
.details {
|
||||
padding: 15px 15px 4px 15px;
|
||||
background-color: $primary;
|
||||
margin-top: -200px;
|
||||
background: rgba($primary, .85);
|
||||
transition: margin .15s linear;
|
||||
|
||||
h1 {
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
<% end %>
|
||||
</table>
|
||||
|
||||
<div class='footer'>
|
||||
<p>
|
||||
<%= t 'flags_reminder.how_to_disable' %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue