// Title Bar
.peek-title-bar {
  /* Contains the Title Bar classes */

}

.title-bar-btn {
  /* Contains the button attributes unique to the Title Bar */
  padding: $general_padding_4;
  margin-right: 0;
}

.title-bar-title {
  /* Contains the title attributes unique to the Title Bar */
  vertical-align: center;
  padding-left: $general_padding_2;
  padding-right: $general_padding_2;
}

.peek-mobile-page-contents {
  /* Contains the padding to stop the screens being covered by the title-bar */
}