/**
 * @file
 * CSS for Discourse Connect module.
 * Compatible with Bootstrap Italia theme.
 */

/* Info block styling */
.discourse-connect-info {
  margin: 1rem 0;
}

.discourse-connect-info .btn {
  margin-top: 0.5rem;
}

.discourse-connect-info .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
}

/* Admin form styling */
.discourse-connect-settings .alert {
  margin-bottom: 1rem;
}

/* Block styling */
.block-discourse-connect-login {
  margin: 1rem 0;
} 