/*
// ------------------------------------------------------------------------
// Template path: src/defaultmarkups/gadgets/Profile/_profile.xml
// ------------------------------------------------------------------------
*/

//
// Header
//

.wg-profile-header {
  height: 100px;
}

//
// Photo
//

.wg-profile-image {
  position: relative;
  top: -50px;
  margin-bottom: -50px;

  img,
  svg {
    width: 100px;
    max-width: 100px;
    height: 100px;
    max-height: 100px;
    vertical-align: middle;
    border: 5px solid rgba(#fff, .5);
    @include border-radius(50%);
  }
}
