/* ---------------------------------
-----  dimension variables --------
---------------------------------- */
/* ------  standard elements padding & margin  ------- */
/* spacing */
.ux-sidebar-footer {
  align-items: stretch;
  border-top: 1px solid #eaedf2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
}
.ux-sidebar-footer .ux-button {
  flex: 1 0 auto;
  width: 100%;
}