/*************
 * Z-Indexes *
 *************/
/************
 * Spacings *
 ************/
/**********
 * Colors *
 **********/
/**************
 * Typography *
 **************/
/********
 * Grid *
 ********/
/*********
 * Forms *
 *********/
/***************
 * Transitions *
 ***************/
/**************
 * Components *
 **************/
/*
 * If this file is empty copy the default variables (/resources/variables/_variable.scss)
 * to this file and make variable changes here!
 */
.scroll-to-top-button {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  display: none;
}
.scroll-to-top-button.show {
  display: block;
}
