/* #region "../src/elements/issue-list/issue-list.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.issue-list {
  margin-top: 0;
  padding-inline: var(--container-padding);
}
.issue-list .issue-list-title {
  text-align: center;
  margin-bottom: var(--v-s);
}
.issue-list .archive-link {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--v-s);
}
.issue-list .page-navigation {
  position: relative;
  z-index: 1;
  margin-top: var(--v-m);
}
/* #endregion "../src/elements/issue-list/issue-list.scss" */

head{--webpack--css-wpce--issue-list:&\.\.\/src\/elements\/issue-list\/issue-list\.scss;}
/*# sourceMappingURL=css-wpce--issue-list.css.map*/