.navbar {
  width: 30%;
  height: 40px;
  padding: 2px;
}
.navbar ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.navbar button {
  width: 40px;
  height: 40px;
}

/*# sourceMappingURL=editor_nav.scss.map */
