/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  background-color: var(--primary-color);
  color: white;
}

#navbar-store-info {
  padding-top: 3px;
}

#navbar-store-info a {
  color: white;
  margin-right: 15px;
  font-size: 16px;
}

#navbar-account-info {
  color: white;
  font-size: 16px;
}

/*# sourceMappingURL=application.css-ae64123f608c8643db725f0d302c0f5c18beb4dbca577e242b8fadb6a1bef489.map */
