@ -1,4 +1,8 @@
.account {
.breadcrumb {
margin-bottom: 30px;
}
.cover {
background-size: cover;
background-repeat: no-repeat;
@ -16,7 +20,7 @@
position: absolute;
left: 50%;
margin-left: -64px;
top: 230px;
top: 94px;
border: 4px solid white;
border-radius: 50%;
@ -102,22 +106,35 @@
margin-top: 200px;
.container {
min-height: 200px;
position: relative;
@media (min-width: @screen-md-min) {
margin-top: 300px;
.cover, .container {
min-height: 300px;
.controls {
line-height: 300px;
.avatar {
.account-fab {
right: 15px;
bottom: -26px;
.open #profile {
background-color: lighten(@brand-primary, 10%);
@ -18,5 +18,7 @@
<!-- ENDIF picture -->
</div>
<div class="container">
<!-- IMPORT partials/account/menu.tpl -->