@import "../../_base";

.head {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;

  height: rem(40);
  font-size: rem(12);
  box-shadow: 1px 0 1px 1px rgba(0, 0, 0, .2);

  div {
    margin-right: rem(10);
  }

  .wrap {
    position: absolute;
    top: rem(40);
    right: 0;
    display: none;
  }
}

.name {
  line-height: 1;
}

.avatar {
  width: rem(20);
  height: rem(20);
  background: url(./image/avatar.png) no-repeat center center;
  background-size: 100% auto;
}

