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

/*

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

*/
/* line 1, app/assets/stylesheets/sessions.scss */
#google-sign-in {
  width: 191px;
  height: 46px;
  background: url(/assets/btn_google_signin_light_normal_web-374a089cf723986d203a4c5aebc323f3c7ce4218c4cb73de91a34ec4a9652376.png) transparent no-repeat;
  border: none;
  display: inline-block;
}

/* line 8, app/assets/stylesheets/sessions.scss */
#google-sign-in:hover {
  background-image: url(/assets/btn_google_signin_light_focus_web-8949de363c543516818849feae6d07ff193ce89546bdc04d658c0db252c740fc.png);
}

/* line 12, app/assets/stylesheets/sessions.scss */
#google-sign-in:active {
  background-image: url(/assets/btn_google_signin_light_pressed_web-beebcae848a7cb1bdbad527e2b0a186fc8d556b323d06e76dc1c46104e4357fa.png);
}

/* line 16, app/assets/stylesheets/sessions.scss */
#google-sign-in:disabled {
  background-image: url(/assets/btn_google_signin_light_disabled_web-357ab40fd3e38c3eba576b5dca8aaced267b6d10580cee2cb6287cb6010e62a6.png);
}
/*
 * 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.
 *


 */

