@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-saphire-200;
  }
}

*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/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
 * 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.
 *


 */


.star {
  background-image: url(/assets/star_gray-432264d55b37dfa9032b6f0197b9a840d13e1361a0e6ad167dd57001c66f46b9.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.rated, .star:hover, .star:hover ~ .star {
  background-image: url(/assets/star-803740b4265593ec49a96797b02b5317413167dd500ee2ea394fbc49ab787629.svg);
}

.is-active {
  display: block;
}
