@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 */
#facebook-sign-in {
  width: 560px;
  height: auto;
  padding: 16px;
  background-color: #1877f2;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 15, app/assets/stylesheets/sessions.scss */
#facebook-sign-in:hover {
  background-color: #166fe5;
}

/* line 19, app/assets/stylesheets/sessions.scss */
html,
body,
.container,
.center {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 28, app/assets/stylesheets/sessions.scss */
.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}

/* line 36, app/assets/stylesheets/sessions.scss */
p {
  margin-bottom: 24px;
  text-align: center;
}
/*
 * 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.
 *


 */
