/* SPDX-License-Identifier: AGPL-3.0-or-later */

/*
 * openidconnect addon stylesheet
 * Replaces all inline styles from sso_initiate and page_end so the code
 * complies with the Friendica frontend guideline "avoid inline style=".
 * Colors intentionally match Frio's --color-network-button palette.
 */

/* ── SSO login button on the login page ─────────────────────────────────── */
.openidconnect-sso-button {
	margin-top: 20px;
	text-align: center;
}

.openidconnect-sso-link {
	/* Let Bootstrap .btn.btn-primary carry colour; only add spacing here. */
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
}

/* ── SSO badge in the moderation/users admin table ───────────────────────── */
.openidconnect-sso-badge {
	background: rgba(45, 135, 201, 0.16);
	border-radius: 8px;
	color: #1e5f93;
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 3px;
	padding: 0 4px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

/* ── User settings panel ─────────────────────────────────────────────────── */
.openidconnect-settings-panel {
	margin-top: 1em;
}
