@import './../../styles/variables';

.footer-wrapper {
  height: 35px;
  background-color: $gray-800;
  left: 0;
  padding: 7px;
  display: inline-flex;
  color: $gray-600;
  font-size: 0.8rem;
  bottom: 0;
  width: 100%;
  position: fixed;
  .right-align {
    margin-left: auto;
    display: inline-flex;
    margin-right: 5px;
  }
  .icon-copy {
    margin: 3px 6px;
  }
  .hidden-pagename {
    position: absolute;
    left: -100000000px;
    top: -100000000px;
  }
}
