You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
616 B
33 lines
616 B
// Profile |
|
// ======================================================================= |
|
@import '../../base/bootstrap-extended/include'; |
|
@import '../../base/pages/page-profile'; |
|
|
|
#user-profile { |
|
.profile-load-more { |
|
position: relative; |
|
overflow: hidden; |
|
.ui-loader { |
|
position: unset; |
|
.overlay { |
|
left: 0; |
|
} |
|
.loader { |
|
top: 50%; |
|
} |
|
.spinner-border { |
|
width: 20px; |
|
height: 20px; |
|
} |
|
} |
|
} |
|
} |
|
|
|
@include media-breakpoint-up(md) { |
|
// navbar tabs pills |
|
.profile-header-nav { |
|
.profile-tabs { |
|
margin-left: 11.1rem; |
|
} |
|
} |
|
}
|
|
|