UNPKG

nodebb-plugin-ns-embed

Version:

Embed media and rich content in posts: youtube, vimeo, twitch etc. All embeds are based on the rules. You are encouraged to build your own rules to embed everything what is embeddable.

31 lines (30 loc) 594 B
/** * google-material-color v1.2.6 * https://github.com/danlevan/google-material-color */ .plugin-embed .actions button + button { margin-left: 8px; } .plugin-embed .rules { display: flex; flex-flow: row wrap; } .plugin-embed .rules .item { cursor: pointer; border-radius: 4px; border: 1px solid #EEEEEE; width: 160px; padding: 16px; margin: 4px; flex: 0 1 auto; } .plugin-embed .rules .item.selected { border: 1px solid #1976D2; background-color: #2196F3; color: #ffffff; } .plugin-embed .utils-info { font-size: 0.8em; line-height: 1.2em; color: #455A64; }