Sha256: ecc4d7d139e50d479dacf9dbc237a2762617b2af1a4773ff6b62bea3bf745f79
Contents?: true
Size: 1.05 KB
Versions: 9
Compression:
Stored size: 1.05 KB
Contents
.node-select--node, .node-select--node-url { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .node-select--node { display: flex; align-items: center; height: 21px; > alchemy-icon { margin: 0 var(--spacing-2) 0 var(--spacing-1); } .icon { .select2-highlighted & { fill: var(--color-white); } } } .node-select--node-display_name, .node-select--node-ancestors { display: inline-flex; align-items: center; } .node-select--node-name { font-weight: bold; } .node-select--node-url { margin-left: auto; padding: var(--spacing-1) var(--spacing-2); color: var(--color-grey_dark); font-size: var(--font-size_small); .select2-highlighted & { color: var(--color-white); } } // The container of the rendered node is slightly larger than other a line of // text, as it would be for the Alchemy::Ingredients::Page. Reducing the padding here from 0.6em // to 0.4em centers the content nicely. .ingredient-editor.node { .select2-container.alchemy_selectbox .select2-choice { padding: 0.4em 0.75em; } }
Version data entries
9 entries across 9 versions & 1 rubygems