@charset "UTF-8";


/* 全站高度滿版 */

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  width: 100%;
  flex: 100%;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
}

/* 全站高度滿版 *//*# sourceMappingURL=view.css.map */

.dropdown-menu .dropdown-item:focus {
  background-color: #f3f3f3; 
}