/*#############################################################################
# SIGNATURES SPECIFIC STYLES
#############################################################################*/


body#app, .app-layout {
  .signatures {
    &.app-header {
      grid-template-columns: 1fr;

      h1.sempli-logo {
        border-right: none;
      }
    }
  }
}
