/*************
 * Z-Indexes *
 *************/

/************
 * Spacings *
 ************/

/**********
 * Colors *
 **********/

/**************
 * Typography *
 **************/

/********
 * Grid *
 ********/

/*********
 * Forms *
 *********/

/***************
 * Transitions *
 ***************/

/**************
 * Components *
 **************/

/*************
 * Z-Indexes *
 *************/

/************
 * Spacings *
 ************/

/**********
 * Colors *
 **********/

/**************
 * Typography *
 **************/

/********
 * Grid *
 ********/

/*********
 * Forms *
 *********/

/***************
 * Transitions *
 ***************/

/**************
 * Components *
 **************/

.scroll-to-top-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  display: none;
}

.scroll-to-top-button.show {
  display: block;
}

