You've already forked tribes-plugin-trust
40310b26ea
CI / Test (push) Failing after 20s
Introduce the Trust plugin as the federation provider for tribe identity and hello handshakes, with synced Ash resources for remote tribes and tribe relationships plus an admin LiveView for trust management.
14 lines
320 B
CSS
14 lines
320 B
CSS
/*
|
|
* Plugin CSS entry point.
|
|
*
|
|
* Served at /plugins-assets/trust/trust.css
|
|
* and included in the page layout if declared in manifest.json assets.global_css.
|
|
*
|
|
* Prefix all selectors with your plugin name to avoid collisions
|
|
* with host or other plugin styles.
|
|
*/
|
|
|
|
.trust {
|
|
/* Plugin-scoped styles go here */
|
|
}
|